MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  • Examples
  • Clear the entire run history
  1. Usage
  2. Cmdlet Reference

Get-MAStatistics

PreviousGet-LastRunDetailsNextGet-MVSchema

Last updated 2 years ago

Synopsis

Gets statistics from a management agent

Syntax

Get-MAStatistics [-MA] <string> [<CommonParameters>]

Description

The cmdlet gets information on the number of connectors and their various states in a management agent's connector space

Parameters

-MA <string>

The management agent to retrieve the statistics for

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Clear the entire run history

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

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see .

Get-MAStatistics
about CommonParameters