$user.psbase | get-member
http://blogs.msdn.com/powershell/arc...-psobject.aspx
Brandon Shell
---------------
Blog:
http://www.bsonposh.com/
PSH Scripts Project:
www.codeplex.com/psobject
SC> Hi,
SC>
SC> I'm using the following script
SC> $user = [ADSI]"WinNT://DN of the user object"
SC> $user | get-member
SC> It shows only the default properties of the user object, how to get
SC> all the properties of the uses object using Get-member.
SC>
SC> I tryed get-member - membertype all.
SC>
SC> It also displayes the default list of properties.
SC>