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

PowerTip: Use PowerShell Get-Member to See Properties of Active Directory Users

$
0
0

Summary: Learn how to use the Windows PowerShell Get-Member cmdlet to see all the properties of an Active Directory user account.

Hey, Scripting Guy! Question How can you use the Get-Member cmdlet to see all of the properties of a user account in Active Directory?

        Hey, Scripting Guy! Answer Use the Get-ADUser cmdlet from the ActiveDirectory module, and use a wildcard for the value of the Properties parameter. Pipe the result to the Get-Member cmdlet.

                          Get-ADUser -Filter * -Properties * | Get-Member -MemberType property


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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