Skype for Business Hybrid

Creating a resource account in a Skype for Business hybrid environment:

  1. Create Queue or IVR in Contact Center

2. In Skype for Business server management PowerShell, create the hybrid application endpoint (resource account object):

New-CsHybridApplicationEndpoint -DisplayName appinstance01 -SipAddress sip:appinstance01@contoso.com -OU "ou=Redmond,dc=litwareinc,dc=com" -ApplicationId "341e195c-b261-4b05-8ba5-dd4a89b1f3e7"

3. Wait for AD to sync between online and on premises or force a sync.

3. Navigate to Office 365 admin portal | Users | Active Users | Assign the resource account user a ""Microsoft Teams Phone Resource Account"" license

4. Assign a number(DID) to a queue (optional)

Connect to Microsoft Teams via PowerShell and run the appropriate command below.

Assign Operator Connect Number

Set-CsPhoneNumberAssignment -Identity "Resource Account Username" -PhoneNumber +14250000000 -PhoneNumberType OperatorConnect

Assign Microsoft Calling Plan number:

Set-CsPhoneNumberAssignment -Identity "Resource Account Username" -PhoneNumber +14250000000 -PhoneNumberType CallingPlan

Assign direct routing number:

Set-CsPhoneNumberAssignment -Identity "Resource Account Username" -PhoneNumber +14250000000 -PhoneNumberType DirectRouting

5. Connect to Microsoft Teams via PowerShell | Run the following commands:

$Instance = Get-CsOnlineApplicationInstance -Identity "Resource Account Username"

$Instance.ObjectID

6. Navigate to Queues & IVRs | Resource accounts | Add | Enter a Name. Paste the ObjectID GUID in the Object ID field. Select the Interaction Object (Queue or IVR) that should be associated with the resource account. Description, Phone Number, and User principal Name is optional.

(This Resource Account record matches the Microsoft Teams Resource Account and determines which Queue or IVR this Resource Account (Phone Number) points to)

7. Your call queue setup is now complete.

Last updated

Was this helpful?