You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kenwith cc: @roykuntz
Updating the cmdlet sample for setting music on hold to use stored variable for the audio file ID. This is the only way to do this because there is no Get cmdlet to retrieve stored files. Also added reference to the Import-CsOnlineAudioFile cmdlet which shows using a stored variable when creating but not why or how to use it. Will add a note on that page as well to cross reference back to here.
This example updates the Call Queue with new distribution lists and references a new music on hold audio file.
46
+
This example updates the Call Queue with new distribution lists and references a new music on hold audio file using the audio file ID from the stored variable $audioFile created with the [Import-CsOnlineAudioFile cmdlet](https://docs.microsoft.com/en-us/powershell/module/skype/import-csonlineaudiofile?view=skype-ps)
0 commit comments