Skip to content

Commit a82cbb2

Browse files
authored
Update PowerShell commands for Entra ID
Fixing Entra cmdlets
1 parent b5db16e commit a82cbb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/governance/verify-first-party-apps-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Although the apps that are listed in sign-in reports are owned by Microsoft and
7676
1. Open PowerShell, import Microsoft Graph PowerShell SDK and connect to Microsoft Entra ID:
7777

7878
```cmd
79-
Import-Module Microsoft.Graph.Applications
80-
Connect-MgGraph
79+
Import-Module Microsoft.Entra
80+
Connect-Entra
8181
```
8282

8383
2. In the PowerShell command-line, enter the display name of the application and run the following cmdlet:

0 commit comments

Comments
 (0)