Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Remove-CsOnlineVoicemailPolicy
- Module:
- MicrosoftTeams PowerShell module
Deletes an existing Online Voicemail policy or resets the Global policy instance to the default values.
Syntax
Default (Default)
Remove-CsOnlineVoicemailPolicy
[-Identity] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Deletes an existing Online Voicemail policy or resets the Global policy instance to the default values.
Examples
Example 1
Remove-CsOnlineVoicemailPolicy -Identity "CustomOnlineVoicemailPolicy"
The command shown in Example 1 deletes a per-user online voicemail policy CustomOnlineVoicemailPolicy.
Parameters
-Confirm
Prompts you for confirmation before executing the command.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | cf |
Parameter sets
-Identity
A unique identifier specifying the scope, and in some cases the name, of the policy.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | wi |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Notes
You are not able to delete the pre-configured policy instances Default, TranscriptionProfanityMaskingEnabled and TranscriptionDisabled
Related Links
Feedback
Was this page helpful?
