Comment on page
Clear-FullSyncWarning
Clears the 'full sync required' warning message from a management agent
Clear-FullSyncWarning [-MAName] <String> [<CommonParameters>]
Clear-FullSyncWarning [-MA] <ManagementAgent> [<CommonParameters>]
Clear-FullSyncWarning [<CommonParameters>]
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 |
The management agent to clear the full sync warning from
Required? | false |
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:\> Clear-FullSyncWarning -MAName ADMA
PS C:\> Get-ManagementAgent ADMA | Clear-FullSyncWarning
PS C:\> Clear-FullSyncWarning
Last modified 1yr ago