Skip to content

Commit cd15adf

Browse files
Merge pull request #13171 from rohanbharadwaj/fix-pck2cmdletformat
Revise documentation for Get-TenantPrivateChannelMigrationStatus
2 parents a55ecec + 96ceb07 commit cd15adf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You use the `Get-TenantPrivateChannelMigrationStatus` cmdlet to check the status
1717

1818
## SYNTAX
1919

20-
```
20+
```powershell
2121
Get-TenantPrivateChannelMigrationStatus [<CommonParameters>]
2222
```
2323

@@ -29,23 +29,22 @@ The `Get-TenantPrivateChannelMigrationStatus` cmdlet allows tenant administrator
2929
## EXAMPLES
3030

3131
### Example 1
32-
```
32+
This example retrieves the private channel migration status for the current tenant.
33+
34+
```powershell
3335
Get-TenantPrivateChannelMigrationStatus
34-
```
35-
Example output:
36-
```
36+
37+
3738
TenantId : 12345678-1234-1234-1234-123456789abc
3839
MigrationStatus : Completed
3940
MigrationStartTimeStamp : 2025-10-09T10:15:00.456Z
4041
MigrationCompletionTimeStamp : 2025-10-09T12:45:00.789Z
4142
```
4243

43-
This example retrieves the private channel migration status for the current tenant.
44-
4544
## PARAMETERS
4645

4746
### CommonParameters
48-
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).
47+
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).
4948

5049
## INPUTS
5150

@@ -84,4 +83,5 @@ Common migration status values include:
8483

8584
[Get-Team](https://learn.microsoft.com/powershell/module/microsoftteams/get-team)
8685

87-
[Get-TeamChannel](https://learn.microsoft.com/powershell/module/microsoftteams/get-teamchannel)
86+
87+
[Get-TeamChannel](https://learn.microsoft.com/powershell/module/microsoftteams/get-teamchannel)

0 commit comments

Comments
 (0)