From d4252a18392897fc6dc3b9100913e4cf9db7eceb Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:51:02 -0500 Subject: [PATCH] docs: update help link for get-mfastatus --- source/Public/Get-MFAStatus.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Public/Get-MFAStatus.ps1 b/source/Public/Get-MFAStatus.ps1 index e026790..d2379eb 100644 --- a/source/Public/Get-MFAStatus.ps1 +++ b/source/Public/Get-MFAStatus.ps1 @@ -24,6 +24,8 @@ .NOTES The function requires the MSOL module to be installed and connected to your tenant. Ensure that you have the necessary permissions to read user and MFA status information. + .LINK + https://criticalsolutionsnetwork.github.io/M365FoundationsCISReport/#Get-MFAStatus #> function Get-MFAStatus { [CmdletBinding()]