Comment on page
Wait-ManagementAgent
Waits for a management agent run to complete
Wait-ManagementAgent [-MA] <Object> [<CommonParameters>]
The Wait-ManagementAgent cmdlet displays progress of the current run, and exits once the run has finished. If no run is in progress on the specified MA, then the cmdlet returns immediately
The name of the management agent to wait for
Required? | true |
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 PreviousSync-CSObject.
PS C:\> Wait-ManagementAgent ADMA
write-host "The management agent has now completed"
Last modified 1yr ago