From 96ceb079a9cec2fd356699181a024f504a4a4ddd Mon Sep 17 00:00:00 2001 From: Rohan Bharadwaj Date: Mon, 13 Oct 2025 21:36:29 -0700 Subject: [PATCH] Revise documentation for Get-TenantPrivateChannelMigrationStatus Updated documentation for Get-TenantPrivateChannelMigrationStatus cmdlet to include enhanced details and examples. --- .../Get-TenantPrivateChannelMigrationStatus.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Get-TenantPrivateChannelMigrationStatus.md b/teams/teams-ps/MicrosoftTeams/Get-TenantPrivateChannelMigrationStatus.md index a3c10548fb..81f49d5a8b 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-TenantPrivateChannelMigrationStatus.md +++ b/teams/teams-ps/MicrosoftTeams/Get-TenantPrivateChannelMigrationStatus.md @@ -17,7 +17,7 @@ You use the `Get-TenantPrivateChannelMigrationStatus` cmdlet to check the status ## SYNTAX -``` +```powershell Get-TenantPrivateChannelMigrationStatus [] ``` @@ -29,23 +29,22 @@ The `Get-TenantPrivateChannelMigrationStatus` cmdlet allows tenant administrator ## EXAMPLES ### Example 1 -``` +This example retrieves the private channel migration status for the current tenant. + +```powershell Get-TenantPrivateChannelMigrationStatus -``` -Example output: -``` + + TenantId : 12345678-1234-1234-1234-123456789abc MigrationStatus : Completed MigrationStartTimeStamp : 2025-10-09T10:15:00.456Z MigrationCompletionTimeStamp : 2025-10-09T12:45:00.789Z ``` -This example retrieves the private channel migration status for the current tenant. - ## PARAMETERS ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [About CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -84,4 +83,5 @@ Common migration status values include: [Get-Team](https://learn.microsoft.com/powershell/module/microsoftteams/get-team) -[Get-TeamChannel](https://learn.microsoft.com/powershell/module/microsoftteams/get-teamchannel) \ No newline at end of file + +[Get-TeamChannel](https://learn.microsoft.com/powershell/module/microsoftteams/get-teamchannel)