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
  • Clears the full sync warning for a management agent using its name
  • Clears the full sync warning for a management agent using the pipeline
  • Clears the full sync warning for all management agents
  1. Usage
  2. Cmdlet Reference

Clear-FullSyncWarning

PreviousClear-RunHistoryNextDisconnect-CSObject

Last updated 2 years ago

Synopsis

Clears the 'full sync required' warning message from a management agent

Syntax

Clear-FullSyncWarning [-MAName] <String> [<CommonParameters>]
Clear-FullSyncWarning [-MA] <ManagementAgent> [<CommonParameters>]
Clear-FullSyncWarning [<CommonParameters>]

Description

The cmdlet stops any run in progress on the specified management agent

Parameters

-MAName <string>

The name of the management agent to clear the full sync warning from

Required?

false

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-MA <ManagementAgent>

The management agent to clear the full sync warning from

Required?

false

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Clears the full sync warning for a management agent using its name

PS C:\> Clear-FullSyncWarning -MAName ADMA

Clears the full sync warning for a management agent using the pipeline

PS C:\> Get-ManagementAgent ADMA | Clear-FullSyncWarning 

Clears the full sync warning for all management agents

PS C:\> Clear-FullSyncWarning 

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

Clear-FullSyncWarning
about_CommonParameters