Link to home
Start Free TrialLog in
Avatar of Kerenzia King
Kerenzia King

asked on

Managing Office 365

Hello,

I am looking for a script  with For each loop statement
Reading users from a csv file with UPN and URI  number, and  moving the users from on premises to Skype online

Set-CsUser -Identity "<UserName>" -EnterpriseVoiceEnabled $true -HostedVoiceMail $true -OnPremLineURI tel:+
Set-CsUserPstnSettings  UserName  -HybridPSTNSite
Grant-CsVoicePolicy -Identity <UserName>"  -PolicyName  "<PolicyName>"

Many Thanks in Advance.
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial