Microsoft 365 Certified Teams Administrator Associate · Free Practice Question Medium
Question 8
Contoso is actively promoting diversity in hiring to foster an inclusive environment within the IT sector. Jordi, who has hearing difficulties, has been hired as part of this initiative. You have been assigned to configure his voicemail settings to accommodate his needs. The goal is to enable Jordi to read the content of his voicemail instead of relying on audio playback.
Which of the following commands should you execute to help Robert be productive in the workplace?
-
A
Set-CsOnlineVoicemailPolicy -Identity "TranscriptionEnabled" -EnableTranscription $true | Grant-CsOnlineVoicemailPolicy -Identity "[email protected]" -PolicyName TranscriptionEnabled -
B
Set-CsOnlineVoicemail -Identity "TranscriptionDisabled" -EnableTranscription $true | Grant-CsOnlineVoicemailPolicy -Identity "[email protected]" -PolicyName TranscriptionEnabled -
C
Set-CsOnlineVoicemailPolicy -Identity "TranscriptionEnabled" -EnableTranscription $false | Grant-CsOnlineVoicemailPolicy -Identity "[email protected]" -PolicyName TranscriptionEnabled -
D
Set-CsOnlineVoicePolicy -Identity "TranscriptionEnabled" -EnableTranscription $true I Grant-CsOnlineVoicemailPolicy -Identity "[email protected]" -PolicyName TranscriptionDisabled
Reveal correct answer
Correct answer: A
A.
This command first sets the voicemail policy to enable transcription for Jordi by using the Set-CsOnlineVoicemailPolicy cmdlet with the correct parameters. Then, it grants the voicemail policy to Jordi's account using the Grant-CsOnlineVoicemailPolicy cmdlet with the appropriate parameters. This combination of commands ensures that transcription is enabled for Jordi's voicemail, allowing him to read the content instead of relying on audio playback.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
