Skip to content

Commit 5bc64cf

Browse files
authored
Merge pull request #187880 from v-rajagt/justinha
Link fixed.
2 parents c416fa1 + 880462b commit 5bc64cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/authentication/how-to-authentication-find-coverage-gaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are different ways to check if your admins are covered by an MFA policy.
3737

3838
![Screenshot of the Multi-factor authentication enablement wizard.](./media/how-to-authentication-find-coverage-gaps/wizard.png)
3939

40-
- To programmatically create a report listing all users with Admins roles in your tenant and their strong authentication status, you can run a [PowerShell script](https://github.com/microsoft/AzureADToolkit/blob/main/src/Find-UnprotectedUsersWithAdminRoles.ps1). This script enumerates all permanent and eligible built-in and custom role assignments as well as groups with roles assigned, and finds users that are either not registered for MFA or not signing in with MFA by evaluating their authentication methods and their sign-in activity.
40+
- To programmatically create a report listing all users with Admins roles in your tenant and their strong authentication status, you can run a [PowerShell script](https://github.com/microsoft/AzureADToolkit/blob/main/src/Find-AADToolkitUnprotectedUsersWithAdminRoles.ps1). This script enumerates all permanent and eligible built-in and custom role assignments as well as groups with roles assigned, and finds users that are either not registered for MFA or not signing in with MFA by evaluating their authentication methods and their sign-in activity.
4141

4242
## Enforce multi-factor authentication on your administrators
4343

@@ -57,4 +57,4 @@ After your admins are enforced for multi-factor authentication and have been usi
5757
- [FIDO2](concept-authentication-passwordless.md#fido2-security-keys)
5858
- [Windows Hello for Business](/windows/security/identity-protection/hello-for-business/hello-overview)
5959

60-
You can read more about these authentication methods and their security considerations in [Azure AD authentication methods](concept-authentication-methods.md).
60+
You can read more about these authentication methods and their security considerations in [Azure AD authentication methods](concept-authentication-methods.md).

0 commit comments

Comments
 (0)