< Back
Remove-Team
Post
NAME Remove-Team
SYNOPSIS
This cmdlet deletes a specified Team from Microsoft Teams.
NOTE: The associated Office 365 Unified Group will also be removed.
SYNTAX
Remove-Team -GroupId <String> [<CommonParameters>]
DESCRIPTION
Removes a specified team via GroupID and all its associated components, like O365 Unified Group...
PARAMETERS
-GroupId <String>
GroupId of the team
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- Example 1 --------------------------
Remove-Team -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
RELATED LINKS
New-Team
SYNOPSIS
This cmdlet deletes a specified Team from Microsoft Teams.
NOTE: The associated Office 365 Unified Group will also be removed.
SYNTAX
Remove-Team -GroupId <String> [<CommonParameters>]
DESCRIPTION
Removes a specified team via GroupID and all its associated components, like O365 Unified Group...
PARAMETERS
-GroupId <String>
GroupId of the team
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- Example 1 --------------------------
Remove-Team -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
RELATED LINKS
New-Team