| applicable | Microsoft Teams |
|---|---|
| author | juliiva |
| external help file | Microsoft.Rtc.Management.dll-Help.xml |
| Locale | en-US |
| manager | jomarque |
| Module Name | MicrosoftTeams |
| ms.author | juliiva |
| online version | https://learn.microsoft.com/powershell/module/microsoftteams/remove-csteamspersonalattendantpolicy |
| schema | 2.0.0 |
| title | Remove-CsTeamsPersonalAttendantPolicy |
Limited Preview: Functionality described in this document is currently in limited preview and only authorized organizations have access.
Use this cmdlet to remove an existing instance of a Teams Personal Attendant Policy or reset the Global policy instance to the default values.
When policy modifications are temporarily blocked, this cmdlet is not available and policy removal cannot be performed during this period.
Remove-CsTeamsPersonalAttendantPolicy -Identity <string> [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet removes an existing Teams Personal Attendant Policy instance or resets the Global policy instance to the default values.
Remove-CsTeamsPersonalAttendantPolicy -Identity SalesPersonalAttendantPolicy
This example removes the Teams Personal Attendant Policy with identity SalesPersonalAttendantPolicy
Remove-CsTeamsPersonalAttendantPolicy -Identity Global
This example resets the Global Personal Attendant Policy instance to the default values.
The Identity parameter is the unique identifier of the Teams Personal Attendant Policy instance to remove or reset.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
The cmdlet is available in Teams PowerShell module 7.2.1-preview or later.
New-CsTeamsPersonalAttendantPolicy
Get-CsTeamsPersonalAttendantPolicy