Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QuickFix
0.3.1
Teams_Remove_Channel.ps1
function
Teams-RemoveChannel
{
param
(
[string]
$GroupId
,
[string]
$ChannelId
)
Remove-TeamChannel
-GroupId
$GroupId
-ChannelId
$ChannelId
}