Microsoft 365 - Upload mp3 for end users voicemail

Dennis Backx 116 Reputation points
2021-11-29T08:01:15.367+00:00

Hello,

Is there a way via powershell to upload greeting voicemail files (.mp3) to the upn voicemail box? This is desired to replace uniform all the companies voicemails greeting of the users.

Tnx for the reply/answer.

Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-11-30T02:26:32.077+00:00

    Hi @Dennis Backx ,

    I feel sorry but for now there are no such options. Users could record their own greetings but the admins are not able to upload the greeting messages for the users.
    They could use the following cmdlets to enable the automatic Text-to-Speech option. And this will be replaced if the users record the greetings after.
    Set-CsOnlineVoicemailUserSettings -Identity ******@somewhere.com -DefaultGreetingPromptOverwrite "Hello. I am not here." -PromptLanguage en-US

    We could vote on this feature on the feedback portal page. and leave a comment there. More votes will let the engineers notice this and add this to their list.
    https://feedbackportal.microsoft.com/feedback/idea/781d5aa0-272e-ec11-b6e6-00224827b493

    Hope these could help:)

    Best regards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.