Wait-ManagementAgent

Synopsis

Waits for a management agent run to complete

Syntax

Wait-ManagementAgent [-MA] <Object> [<CommonParameters>]

Description

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

Parameters

-MA <string>

The name of the management agent to wait for

Required?

true

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 PreviousSync-CSObject.

Examples

Wait for a management agent to finish execution

PS C:\> Wait-ManagementAgent ADMA
write-host "The management agent has now completed"

Last updated