Cmdlets-Get-Member


Example

NAME
    Get-Member
    
SYNTAX
    Get-Member [[-Name] ] [-InputObject ] [-MemberType 
 {AliasProperty | CodeProperty | Property | NoteProperty | 
    ScriptProperty | Properties | PropertySet | Method | CodeMethod | ScriptMethod | 
    Methods | ParameterizedProperty | MemberSet | Event | Dynamic | All}] [-View 
 {Extended | Adapted | Base | All}] [-Static] [-Force]  
    []
    
ALIASES
    gm
    
REMARKS
    Get-Help cannot find the Help files for this cmdlet on this computer. It is 
    displaying only partial help.
        -- To download and install Help files for the module that includes this cmdlet, 
    use Update-Help.
        -- To view the Help topic for this cmdlet online, type: "Get-Help Get-Member 
    -Online" or 
           go to http://go.microsoft.com/fwlink/?LinkID=113322.

Copy and Try it