Comment on page
Get-PendingExportAdds
Gets connector space objects that are pending export add operations
Get-PendingExportAdds [-MA] <string> [-Delta] [-Hologram] [<CommonParameters>]
The Get-PendingExportAdds cmdlet gets all objects in the connector space that are pending export add operations.
The management agent to get the connectors from
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Specifies to get only the changes being made to the object
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Specifies to get only the representation of the object with the changes applied
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
PS C:\> Get-PendingExportAdds -MA ADMA
PS C:\> Get-PendingExportAdds -MA ADMA -Delta
PS C:\> Get-PendingExportAdds -MA ADMA -Hologram
Last modified 1yr ago