Clear-FullSyncWarning
Synopsis
Clears the 'full sync required' warning message from a management agent
Syntax
Description
The Clear-FullSyncWarning 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>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.
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
Last updated