Skip to content

Commit 505a975

Browse files
Merge pull request #12477 from michelle-paradis/patch-3
Switch 'UPN' to 'email address' in Remove-TeamChannelUser docs
2 parents 20f97e1 + 0fe87fa commit 505a975

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
@@ -8,11 +8,13 @@ schema: 2.0.0
88
# Remove-TeamChannelUser
99

1010
## SYNOPSIS
11-
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.
11+
> [!Note]
12+
> The command will return immediately, but the Teams application will not reflect the update immediately, please refresh the members page to see the update.
1213
1314
To turn an existing Owner into a Member, specify role parameter as Owner.
1415

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

@@ -23,7 +25,8 @@ Remove-TeamChannelUser -GroupId <String> -DisplayName <String> -User <String> [-
2325

2426
## DESCRIPTION
2527

26-
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).
28+
> [!Note]
29+
> 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).
2730
2831
## EXAMPLES
2932

@@ -65,7 +68,7 @@ Accept wildcard characters: False
6568
```
6669
6770
### -User
68-
User's UPN (user principal name - e.g.
71+
User's email address (e.g.
6972
7073
7174
```yaml

0 commit comments

Comments
 (0)