PS Member Flashcards
1
Q
Gets the properties and methods of objects.
A
Get-Member
2
Q
Specifies the object whose members are retrieved.
A
-InputObject
3
Q
Gets only members with the specified member type.
A
-MemberType
4
Q
Specifies the names of one or more properties or methods of the object.
A
-Name