Landis Contact Center for Microsoft Teams
  • About
  • Getting Started
  • Setup
    • Organization Settings
    • Set Up Users
    • Set Up Queue
      • Calling Queue
      • Chat Queue
        • Web Chat
    • Set Up IVR
    • Set Up Queue or IVR Resource Account
      • Option 1: Teams Admin Center
      • Option 2: Contact Center (Preview)
    • Set Up Policy Call Recording
    • Set Up Sentiment Analysis
    • Set Up Business Hours Sets
    • Set Up Holiday Hours Sets
    • Set Up Organization Units
    • Set Up Wall boards
    • Set Up Wrap-Up Question Set
    • Set Up Scheduled Reports
    • Set Up Auto Attendant [Teams]
    • Install Teams App
    • Failover Options
  • Daily Usage
    • Agent
      • My Settings
      • Agent Panel
      • Transferring Calls
    • Supervisor / Manager
      • Monitor Live Calls
        • Call Barge
        • Pick Call
        • Listen In
        • Whisper In
      • Listen to Recordings
      • Manage Agent Status
      • Manage Agent Queue Sign-ins
  • Analytics & Reports
    • Home
    • Dashboard
    • Live Calls
    • Queue Status
    • Agent Status
    • Wallboards
    • Queue Summary
    • Agent Summary
    • IVR Summary
    • Queue Details
    • Agent Details
    • IVR Details
    • Recordings
    • Abandoned Calls
    • Queue Calls by Hour
    • Agent Timeline
    • Wrap Up Answers
    • Callback Requests
    • Data Collection Records
    • Call Details
  • Administration
    • Call Settings Policies
    • Data Access Policies
    • Data Collection
    • Direct Call Records Groups
    • Organization Units
    • Queue and IVR Access Control
    • Roles
    • Settings
    • Users
    • Webhooks
  • Maintenance
    • Delete Stuck Live Calls
    • Retrieve Stuck Live Calls
    • Delete Stuck Agent Panel Calls
    • Diagnostics
    • Audit Logs
  • Appendix
    • Agent Status Profiles
    • App Service Information
    • Audio Prompts
      • Audio Files
    • Call Popup
    • Call Loop Detection
    • Create Resource Account Using PowerShell
    • Event Webhook
    • External Recording/audio prompt Storage
    • Feature States
    • Hang Up
    • Integration Permissions
    • IVR Data Dip Power Automate Flow Configuration
    • JSON IVR Design (deprecated)
    • Languages
    • Microsoft Azure Cognitive Services
    • Presence API Service Account
    • Queue Alerting Type
    • Queue Call Back
    • Queue Priority
    • Queue Routing Type
    • Remove Contact Center
    • Report Options
      • Search
      • Date Range Selector
      • Export to Excel
      • Add Filters
      • Edit Columns
    • Reroute on No Answer (RONA)
    • Skills Based Routing
      • Skill Category
      • User Skills
      • Queue Skills
    • Skype for Business Hybrid
    • Teams API Service Account
    • Teams Presence Based Routing
    • Terms and Conditions
    • Timezone Reference
    • Transfer to PSTN
    • Trial Expiration
  • Definitions
    • [Contact Center] Service
    • [Contact Center] Organization
  • Service Health
    • Current Incidents
    • Incident Reports
  • What's new in Contact Center
Powered by GitBook
On this page

Was this helpful?

  1. Appendix

Create Resource Account Using PowerShell

Please use the latest Teams PowerShell module when running the following commands in step 1.

1. Connect to Teams PowerShell | Run the following command for the data center location of your Landis Contact Center organization.

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"

Note: Replace "Resource Account Username" in the above command with a new unique username. Do the same with "Display Name". Do not change the application ID.

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

3. Assign a phone number to a queue (optional)

Run the following PowerShell Command:

Set-CsPhoneNumberAssignment -PhoneNumber "Number" -Identity "Resource Account Username" -PhoneNumberType CallingPlan

Note: Replace "Number" with an available phone number in your environment. Replace "Resource Account Username" with the UPN of the resource account created in step 1. You may also need to change the PhoneNumberType if using DirectRouting or OperatorConnect.

4. Run the following PowerShell command:

(Get-CsOnlineApplicationInstance -Identity "Resource Account Username").ObjectID

Note: Replace "Resource Account Username" in the above command with the UPN of the resource account created in step 1.

From the output of the above command, copy the ObjectID GUID. This will be used in the next step.

5. Navigate to Queues & IVRs | Connectors | 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 is a duplicate of the Microsoft Teams Resource Account. It determines to which Queue or IVR the call is routed.

The Microsoft Teams resource accounts are not automatically synced with Contact Center. When resource accounts are created or changed in Teams, they will need to be manually created or updated in Contact Center.

Last updated 28 days ago

Was this helpful?