From f8e6a623ee073e4cf939a6fa4848303f540ff2db Mon Sep 17 00:00:00 2001 From: Saqib <70284132+saqib-s@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:47:07 -0500 Subject: [PATCH] Update procative-remediation-creation.ps1 minor typo --- .../procative-remediation-creation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 b/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 index a2f1238..74adac5 100644 --- a/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 +++ b/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 @@ -212,5 +212,5 @@ $AADGroupID = (Get-AzureADGroup -All $true | where-object DisplayName -eq $PAR_A Write-Host "Complete" -ForegroundColor Green }else{ - Write-Host "Group $PAR_AADGroup not found, PAR createt but not assigned" -ForegroundColor Yellow + Write-Host "Group $PAR_AADGroup not found, PAR created but not assigned" -ForegroundColor Yellow }