active directory - Get organization Job title in AD using powershell -


I'm searching everywhere, and tried many different combinations, but I can not find it How to get the "Job title" from the part of AD's organization.

Here are some of the things that I have to try.

  get-aduser -filter * - searchbaby "Bob.banker" - Samata sAMAccountName, title-acquisition-identifier " Bob. Banker "-Filters * -Party Title | Group Title - NewElement   

In addition, as a bonus question, how would you determine the job title?

Thank you all for your support.

In your example, if the user's username is Bob, then use the banker: P>

  received-educator-filter {sn-eq "barker"} -properties sAMAccountName, title    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -