# Clear-FullSyncWarning

## 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 [Clear-FullSyncWarning](https://docs.lithnet.io/mim-sync-service/usage/cmdlet-reference/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](http://go.microsoft.com/fwlink/?LinkID=113216).

## 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 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lithnet.io/mim-sync-service/usage/cmdlet-reference/clear-fullsyncwarning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
