Skip to content

Commit 2b82946

Browse files
authored
Merge pull request MicrosoftDocs#9848 from srinidhikMS/main
Renaming file Get-CsBatchTeamsDeployment.md to Get-CsBatchTeamsDeploymentStatus
2 parents 56b959c + 2f4ec04 commit 2b82946

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

teams/teams-ps/teams/Get-CsBatchTeamsDeployment.md renamed to teams/teams-ps/teams/Get-CsBatchTeamsDeploymentStatus.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
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
55
schema: 2.0.0
66
---
77

8-
# Get-CsBatchTeamsDeployment
8+
# Get-CsBatchTeamsDeploymentStatus
9+
910

1011
## SYNOPSIS
1112

@@ -14,19 +15,19 @@ This cmdlet is used to get the status of the batch deployment orchestration.
1415
## SYNTAX
1516

1617
```
17-
Get-CsBatchTeamsDeployment -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18+
Get-CsBatchTeamsDeploymentStatus -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## 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.
2223

2324
To learn more, see [Deploy Teams at scale for frontline workers](https://docs.microsoft.com/microsoft-365/frontline/deploy-teams-at-scale).
2425

2526
## EXAMPLES
2627

2728
### EXAMPLE 1
2829
```
29-
Get-CsBatchTeamsDeployment -OrchestrationId "My-Orchestration-Id"
30+
Get-CsBatchTeamsDeploymentStatus -OrchestrationId "My-Orchestration-Id"
3031
```
3132
This command provides the status of the specified batch deployment orchestrationId.
3233

teams/teams-ps/teams/New-CsBatchTeamsDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Accept wildcard characters: False
8686
8787
## OUTPUTS
8888
### 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.
9090
9191
## NOTES
9292
9393
## RELATED LINKS
9494
95-
[Get-CsBatchTeamsDeployment](Get-CsBatchTeamsDeployment.md)
95+
[Get-CsBatchTeamsDeploymentStatus](Get-CsBatchTeamsDeploymentStatus.md)

0 commit comments

Comments
 (0)