Category Archives: Scripts

Response Group Holiday Sets for New Zealand – 2017

#EDIT Below variables to match your environment ####################################################### ##Variables $ServiceId = “service:UCFE01.ad.ucsorted.com” ##can be obtained from Get-CsService -ApplicationServer $HolidaySets = @($NationalPublicHolidays, $AucklandAnniversary) #holiday sets to apply to the Workflows(comma seperated) $RGSWorkflowName = “AKL Test” #Response group workflow to apply holiday … Continue reading

Posted in PS, RGS, Scripts, Uncategorized | Tagged , | Leave a comment

SCRIPT: Enable Skype for Business users for Hosted UM

This script gets all the users that are Enterprise Voice Enabled. It then feeds the SIP address of each of these users to the foreach loop, effectively granting the HostedVoiceMailPolicy and setting HostedVoiceMail to True #Variables $hostedVMPolicy = “CloudUM” #rename … Continue reading

Posted in Scripts | Tagged | Leave a comment