Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions teams/teams-ps/teams/Remove-TeamChannelUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ schema: 2.0.0
# Remove-TeamChannelUser

## SYNOPSIS
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.
> [!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.

To turn an existing Owner into a Member, specify role parameter as Owner.

Note: last owner cannot be removed from the private channel.
> [!Note]
> Last owner cannot be removed from the private channel.

## SYNTAX

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

## DESCRIPTION

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).
> [!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).

## EXAMPLES

Expand Down Expand Up @@ -65,7 +68,7 @@ Accept wildcard characters: False
```

### -User
User's UPN (user principal name - e.g.
User's email address (e.g.
[email protected])

```yaml
Expand Down