Forum Discussion

giovanni79's avatar
giovanni79
Brass Contributor
Jun 16, 2022
Solved

Removing secondary prompt language from Default Voicemail policy

I set a second language by mistake on the default voicemail policy (I should have set that on a custom policy for a subset of users instead).   The problem is that I don't seem to find a setting on...
  • AndresGorzelany's avatar
    AndresGorzelany
    Jun 16, 2022
    Ok it seems it is possible if you $null both languages at the same time

    Set-CsOnlineVoicemailPolicy -Identity techcomm -SecondarySystemPromptLanguage $null -PrimarySystemPromptLanguage $null

    A secondary must be set if you set a primary

Resources