We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b6a74 commit ea49f17Copy full SHA for ea49f17
EntraID/ConditionalAccess/Export-EntraCAPoliciesReport.ps1
@@ -74,7 +74,7 @@ foreach ($mod in $RequiredModules) {
74
Write-Host "Module '$mod' not found. Installing..." -ForegroundColor Yellow
75
Install-Module -Name $mod -Scope CurrentUser -Force -ErrorAction Stop -Confirm:$false
76
} else {
77
- Write-Host "Module '$mod' is already available."
+ Write-Host "Module '$mod' is already installed and available."
78
}
79
80
0 commit comments