Create Resource Account Using PowerShell
New-CsOnlineApplicationInstance -ApplicationId "341e195c-b261-4b05-8ba5-dd4a89b1f3e7" -UserPrincipalName "Resource Account Username" -DisplayName "Display Name"New-CsOnlineApplicationInstance -ApplicationId "f5551fac-fcff-4de6-b530-b5c2d847b758" -UserPrincipalName "Resource Account Username" -DisplayName "Display Name"Set-CsPhoneNumberAssignment -PhoneNumber "Number" -Identity "Resource Account Username" -PhoneNumberType CallingPlan(Get-CsOnlineApplicationInstance -Identity "Resource Account Username").ObjectIDLast updated
Was this helpful?