Skip to content

Commit 233b8f5

Browse files
committed
update typo.
1 parent f5d901f commit 233b8f5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

support/windows-server/active-directory/troubleshoot-ad-fs-sso-issue.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,7 @@ If a user is trying to log in to Microsoft Entra ID, they will be redirected to
624624

625625
1. [Download](https://connect.microsoft.com/site1164/Downloads/DownloadDetails.aspx?DownloadID=59185) and install the Azure AD PowerShell module for Windows PowerShell.
626626
1. Open Windows PowerShell with the "Run as administrator" option.
627-
1. Initiate a connection to Microsoft Entra ID by running the following command:
628-
`Connect-MgGraph`
627+
1. Initiate a connection to Microsoft Entra ID by running `Connect-MgGraph` with proper permission.
629628
1. Provide the global administrator credential for the connection.
630629
1. Get the list of users in the Microsoft Entra ID by running the following command:
631630
`Get-MgUser`
@@ -1243,5 +1242,5 @@ For more informaiton, see the following articles:
12431242

12441243
- [Get-MgDomainFederationConfiguration](/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainfederationconfiguration)
12451244
- [New-MgDomainFederationConfiguration](/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainfederationconfiguration)
1246-
- [Connect-MgGraph](/powershell/microsoftgraph/authentication-commands?view=graph-powershell-1.0#use-connect-mggraph)
1247-
- [Get-MgUser](/powershell/module/microsoft.graph.users/get-mguser)
1245+
- [Connect-MgGraph](/powershell/microsoftgraph/authentication-commands#use-connect-mggraph)
1246+
- [Get-MgUser](/powershell/module/microsoft.graph.users/get-mguser)

0 commit comments

Comments
 (0)