PS: How to get Active Directory User information - 0 views
First, load the AD snapin import-module ActiveDirectory Then: get-aduser username | get-member
First, load the AD snapin import-module ActiveDirectory Then: get-aduser username | get-member
With the Get-Member cmdlet. Example: Get-Mailbox username | Get-Member
image
image
image