Get-WebSitesOperation

Get-WebSitesOperation

Gets DWAS operations.

Syntax

Parameter Set: Default
Get-WebSitesOperation [[-OperatorName] <String> ] [-Completed] [-PipelineVariable <String> ] [ <CommonParameters>]


 

Detailed Description

The Get-WebSitesOperation cmdlet gets DWAS operations.

Parameters

-Completed

Indicates that all completed operations are returned. If this parameter is not specified, the cmdlet returns running operations.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-OperatorName<String>

Specifies the name of the operator.

 

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-PipelineVariable<String>

Specifies a variable to be used with the pipeline operator.

 

Aliases

pv

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get DWAS operations

This command gets all completed operations for the operator named WFF.

PS C:\> Get-WebSitesOperation -OperatorName "WFF" -Completed

 

Related topics

Start-WebSitesOperation

Remove-WebSitesOperation