Get-PSObject
SYNOPSIS
Show all Object Methods and Properties.
SYNTAX
Get-PSObject [[-Data] <Object[]>] [<CommonParameters>]
DESCRIPTION
Show all Object Methods and Properties.
EXAMPLES
EXAMPLE 1
Get-PSObject (get-item .)
PARAMETERS
-Data
The Object to Report on.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.