Skip to content

Commit 6f0ae20

Browse files
Learn Editor: Update Get-TenantPrivateChannelMigrationStatus.md
1 parent 1775901 commit 6f0ae20

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

teams/teams-ps/MicrosoftTeams/Get-TenantPrivateChannelMigrationStatus.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ title: Get-TenantPrivateChannelMigrationStatus
1313

1414
## SYNOPSIS
1515

16-
Gets the private channel migration status for a tenant.
16+
You use the `Get-TenantPrivateChannelMigrationStatus` cmdlet to check the status of private channel migration for your tenant.
1717

1818
## SYNTAX
1919

20+
### Default (Default)
21+
2022
```powershell
21-
Get-TenantPrivateChannelMigrationStatus [<CommonParameters>]
23+
Get-TenantPrivateChannelMigrationStatus
2224
```
2325

2426
## DESCRIPTION
2527

26-
Gets the private channel migration status for the current tenant, including per-channel details for channels that were skipped or failed during migration.
28+
The `Get-TenantPrivateChannelMigrationStatus` cmdlet allows tenant administrators to track the status of the private channel migration for their Microsoft Teams organization. More details about the migration can be found [here](https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-enhancements-in-private-channels-in-microsoft-teams-unlock-their-full-potent/4438767#)
2729

28-
More details about the migration can be found [here](https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-enhancements-in-private-channels-in-microsoft-teams-unlock-their-full-potent/4438767#).
29-
30-
Note: This cmdlet requires tenant administrator permissions to execute.
30+
**Note:** This cmdlet requires tenant administrator permissions to execute.
3131

3232
## EXAMPLES
3333

@@ -94,6 +94,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9494

9595
### None
9696

97+
This cmdlet does not accept pipeline input.
98+
9799
## OUTPUTS
98100

99101
### System.Object

0 commit comments

Comments
 (0)