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
  • Get a management agent
  1. Usage
  2. Cmdlet Reference

Get-ManagementAgent

PreviousGet-MVConfigurationNextGet-PendingImports

Last updated 2 years ago

Synopsis

Gets a management agent

Syntax

Get-ManagementAgent [[-Name] <String>] [-Reload] [<CommonParameters>]

Description

The cmdlet gets the configuration details of the specified management agent

Parameters

-Name <String>

The name of the management agent

Required?

false

Position?

1

Default value

Accept pipeline input?

true

Accept wildcard characters?

false

-Reload <SwitchParameter>

Forces the cmdlet discard any internal cached copy of the management agent, and reload it from the sync service

Required?

false

Position?

2

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Get a management agent

PS C:\> Get-ManagementAgent ADMA

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

Get-ManagementAgent
about CommonParameters