From e6a6341bf7a5d29388bed6f9e55f9241f3fe2f9c Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Jun 2024 17:56:14 +0200 Subject: [PATCH] fix typo --- src/AzureADAssessment.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AzureADAssessment.psm1 b/src/AzureADAssessment.psm1 index 272ad77..00e25db 100644 --- a/src/AzureADAssessment.psm1 +++ b/src/AzureADAssessment.psm1 @@ -18,7 +18,7 @@ param ( Set-StrictMode -Version 3.0 ## Display Warning on old PowerShell versions. https://docs.microsoft.com/en-us/powershell/scripting/install/PowerShell-Support-Lifecycle#powershell-end-of-support-dates -# ToDo: Only Windows PowerShell can currently satify device compliance CA requirement. Look at adding Windows Broker (WAM) support to support device compliance on PowerShell 7. +# ToDo: Only Windows PowerShell can currently satisfy device compliance CA requirement. Look at adding Windows Broker (WAM) support to support device compliance on PowerShell 7. # if ($PSVersionTable.PSVersion -lt [version]'7.0') { # Write-Warning 'It is recommended to use this module with the latest version of PowerShell which can be downloaded here: https://aka.ms/install-powershell' # }