Forum Discussion
Ben_Rooke
Nov 07, 2019Brass Contributor
powershell command help!!!
Hi All.. Powershell noob
Can someone confirm that my command is correct to allow a csv to be used to apply a routing policy ( this example named UK ) to multiple accounts where by the primary username is set by IDENTITY in the CSV,,
Import-CSV C:\*.csv | % { Grant-CsOnlineVoiceRoutingPolicy -Identity $_.Identity -PolicyName UK}
No RepliesBe the first to reply