Get-CsBatchTeamsDeploymentStatus
This cmdlet is used to get the status of the batch deployment orchestration.
Syntax
Get-CsBatchTeamsDeploymentStatus
-OrchestrationId <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
After deploying teams using New-CsBatchTeamsDeployment, an admin can check the status of the job/orchestration using Get-CsBatchTeamsDeploymentStatus.
To learn more, see Deploy Teams at scale for frontline workers.
Examples
EXAMPLE 1
Get-CsBatchTeamsDeploymentStatus -OrchestrationId "My-Orchestration-Id"
This command provides the status of the specified batch deployment orchestrationId.
Parameters
-OrchestrationId
This ID is generated when a batch deployment is submitted with the New-CsBatchTeamsDeployment cmdlet.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Status of the orchestrationId
Running: The orchestration is running. Completed: The orchestration is completed, either succeeded, partially succeeded, or failed.