Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Identify All Properties for Active Directory User

$
0
0

Summary: Use the –Properties parameter to find all properties attached to an Active Directory user.

Hey, Scripting Guy! Question How can I use Windows PowerShell rather than digging through the ADSI editor to find
           the available properties for a user in our Active Directory?

Hey, Scripting Guy! Answer Leverage the –Properties parameter on a single user to see all available property names:

GET-Aduser Jubal.Harshaw –properties * | Get-Member


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>