Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rule “windows-hello/rule” #9423

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added rules/windows-hello/entra-windows-hello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions rules/windows-hello/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ authors:
url: https://www.ssw.com.au/people/ash-anil
- title: Chris Schultz
url: https://www.ssw.com.au/people/chris-schultz
related:
- using-mfa
- multi-factor-authentication-enabled
created: 2023-04-26T22:46:44.041Z
guid: ded389f1-e6a9-417f-a36e-8a31f88a686a
---
Expand Down Expand Up @@ -49,6 +52,12 @@ Before using Windows Hello for Business, you must ensure that the following requ

### Checking Usage

You can check Windows Hello for Business usage in the Azure portal - go to **Microsoft Entra authentication methods | Monitoring | [Activity](https://portal.azure.com/#view/Microsoft_AAD_IAM/AuthenticationMethodsMenuBlade/~/AuthMethodsActivity)**. From there, you can see registrations and usage stats for Windows Hello for Business and other methods.
You can check Windows Hello for Business usage in the Microsoft Entra admin center - go to **Microsoft Entra admin center | Identity | Monitoring & health | Workbooks | Authentication Prompts Analysis**. From there, you can filter the report to only show Windows Hello authentication.

![Figure: Example - Windows Hello for Business registration stats](whfb.png)
:::info
Filter the report to **AuthMethod: Password** and **AppDisplayName: Windows Sign In** to see who is **not** using Windows Hello to sign in.
:::

![Figure: Example - Authentication Prompts Analysis filtered to Windows Hello](entra-windows-hello.png)

You can also check Windows Hello Registration stats in Entra - go to **Microsoft Entra admin center | Identity | Monitoring & health | Usage & insights | [Authentication methods activity.](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/AuthenticationMethodsMenuBlade/~/AuthMethodsActivity/menuId/AuthMethodsActivity)**
Loading