Skip to content

Commit cd77e39

Browse files
Merge pull request #297576 from TimShererWithAquent/us402106-15
368370 PowerShell rebrand
2 parents fab1c62 + ad8cde5 commit cd77e39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/communications-gateway/connect-operator-connect.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: integration
66
ms.date: 03/22/2024
77
ms.custom:
88
- template-how-to-pattern
9-
- has-azure-ad-ps-ref
9+
- no-azure-ad-ps-ref
1010
---
1111

1212
# Connect Azure Communications Gateway to Operator Connect or Teams Phone Mobile
@@ -66,18 +66,18 @@ The Operator Connect and Teams Phone Mobile programs require your Microsoft Entr
6666

6767
To add the Project Synergy application:
6868

69-
1. Check whether the Microsoft Entra ID (`AzureAD`) module is installed in PowerShell. Install it if necessary.
69+
1. Check whether the Microsoft Entra ID (`Microsoft.Entra`) module is installed in PowerShell. Install it if necessary.
7070
1. Open PowerShell.
71-
1. Run the following command and check whether `AzureAD` appears in the output.
71+
1. Run the following command and check whether `Microsoft.Entra` appears in the output.
7272
```powershell
7373
Get-Module -ListAvailable
7474
```
75-
1. If `AzureAD` doesn't appear in the output, install the module.
75+
1. If `Microsoft.Entra` doesn't appear in the output, install the module.
7676
1. Close your current PowerShell window.
7777
1. Open PowerShell as an admin.
7878
1. Run the following command.
7979
```powershell
80-
Install-Module AzureAD
80+
Install-Module Microsoft.Entra
8181
```
8282
1. Close your PowerShell admin window.
8383
1. Sign in to the [Azure portal](https://ms.portal.azure.com/) as a Microsoft Entra Global Admin.
@@ -87,8 +87,8 @@ To add the Project Synergy application:
8787
1. Open PowerShell.
8888
1. Run the following cmdlet, replacing *`<TenantID>`* with the tenant ID you noted down in step 5.
8989
```powershell
90-
Connect-AzureAD -TenantId "<TenantID>"
91-
New-AzureADServicePrincipal -AppId eb63d611-525e-4a31-abd7-0cb33f679599 -DisplayName "Operator Connect"
90+
Connect-Entra -TenantId <TenantID> -Scopes 'Application.ReadWrite.All'
91+
New-EntraServicePrincipal -AppId eb63d611-525e-4a31-abd7-0cb33f679599 -DisplayName "Operator Connect"
9292
```
9393
9494
## Assign an Admin user to the Project Synergy application

0 commit comments

Comments
 (0)