File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name : MicrosoftTeams
4
- online version : https://docs.microsoft.com/powershell/module/teams/get-csbatchteamsdeployment
4
+ online version : https://docs.microsoft.com/powershell/module/teams/Get-CsBatchTeamsDeploymentStatus
5
5
schema : 2.0.0
6
6
---
7
7
8
- # Get-CsBatchTeamsDeployment
8
+ # Get-CsBatchTeamsDeploymentStatus
9
+
9
10
10
11
## SYNOPSIS
11
12
@@ -14,19 +15,19 @@ This cmdlet is used to get the status of the batch deployment orchestration.
14
15
## SYNTAX
15
16
16
17
```
17
- Get-CsBatchTeamsDeployment -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18
+ Get-CsBatchTeamsDeploymentStatus -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18
19
```
19
20
20
21
## DESCRIPTION
21
- After deploying teams using New-CsBatchTeamsDeployment, an admin can check the status of the job/orchestration using Get-CsBatchTeamsDeployment .
22
+ After deploying teams using New-CsBatchTeamsDeployment, an admin can check the status of the job/orchestration using Get-CsBatchTeamsDeploymentStatus .
22
23
23
24
To learn more, see [ Deploy Teams at scale for frontline workers] ( https://docs.microsoft.com/microsoft-365/frontline/deploy-teams-at-scale ) .
24
25
25
26
## EXAMPLES
26
27
27
28
### EXAMPLE 1
28
29
```
29
- Get-CsBatchTeamsDeployment -OrchestrationId "My-Orchestration-Id"
30
+ Get-CsBatchTeamsDeploymentStatus -OrchestrationId "My-Orchestration-Id"
30
31
```
31
32
This command provides the status of the specified batch deployment orchestrationId.
32
33
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ Accept wildcard characters: False
86
86
87
87
## OUTPUTS
88
88
### OrchestrationId
89
- The ID of the operation that can be used with the Get-CsBatchTeamsDeployment cmdlet to get the status of the operation.
89
+ The ID of the operation that can be used with the Get-CsBatchTeamsDeploymentStatus cmdlet to get the status of the operation.
90
90
91
91
## NOTES
92
92
93
93
## RELATED LINKS
94
94
95
- [Get-CsBatchTeamsDeployment ](Get-CsBatchTeamsDeployment .md)
95
+ [Get-CsBatchTeamsDeploymentStatus ](Get-CsBatchTeamsDeploymentStatus .md)
You can’t perform that action at this time.
0 commit comments