Skip to content

Commit dee776d

Browse files
authored
Merge branch 'main' into chrisda2
2 parents 4127a3a + 505a975 commit dee776d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

teams/teams-ps/teams/Remove-TeamChannelUser.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ schema: 2.0.0
99
# Remove-TeamChannelUser
1010

1111
## SYNOPSIS
12-
Note: the command will return immediately, but the Teams application will not reflect the update immediately, please refresh the members page to see the update.
12+
> [!Note]
13+
> The command will return immediately, but the Teams application will not reflect the update immediately, please refresh the members page to see the update.
1314
1415
To turn an existing Owner into a Member, specify role parameter as Owner.
1516

16-
Note: last owner cannot be removed from the private channel.
17+
> [!Note]
18+
> Last owner cannot be removed from the private channel.
1719
1820
## SYNTAX
1921

@@ -24,7 +26,8 @@ Remove-TeamChannelUser -GroupId <String> -DisplayName <String> -User <String> [-
2426

2527
## DESCRIPTION
2628

27-
Note: This cmdlet is part of the Public Preview version of Teams PowerShell Module, for more information see [Install Teams PowerShell public preview](https://learn.microsoft.com/microsoftteams/teams-powershell-install#install-teams-powershell-public-preview) and also see [Microsoft Teams PowerShell Release Notes](https://learn.microsoft.com/microsoftteams/teams-powershell-release-notes).
29+
> [!Note]
30+
> This cmdlet is part of the Public Preview version of Teams PowerShell Module, for more information see [Install Teams PowerShell public preview](https://learn.microsoft.com/microsoftteams/teams-powershell-install#install-teams-powershell-public-preview) and also see [Microsoft Teams PowerShell Release Notes](https://learn.microsoft.com/microsoftteams/teams-powershell-release-notes).
2831
2932
## EXAMPLES
3033

@@ -66,7 +69,7 @@ Accept wildcard characters: False
6669
```
6770
6871
### -User
69-
User's UPN (user principal name - e.g.
72+
User's email address (e.g.
7073
7174
7275
```yaml

0 commit comments

Comments
 (0)