Comment on page
Get-MAStatistics
Gets statistics from a management agent
Get-MAStatistics [-MA] <string> [<CommonParameters>]
The Get-MAStatistics cmdlet gets information on the number of connectors and their various states in a management agent's connector space
The management agent to retrieve the statistics for
Required? | true |
Position? | 1 |
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-MAStatistics ADMA
Total : 1355
TotalConnectors : 1335
TotalDisconnectors : 19
Placeholders : 1
NormalConnectors : 1331
ExplicitConnectors : 4
NormalDisconnectors : 18
ExplicitDisconnectors : 1
FilteredDisconnectors : 0
ImportAdds : 18
ImportUpdates : 0
ImportDeletes : 0
ImportUnchanged : 1335
PendingImportTotal : 18
ExportAdds : 0
ExportUpdates : 3
ExportDeletes : 0
PendingExportTotal : 3
Last modified 1yr ago