Skip to content

Commit ea49f17

Browse files
authored
Update module install text
1 parent e5b6a74 commit ea49f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntraID/ConditionalAccess/Export-EntraCAPoliciesReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ foreach ($mod in $RequiredModules) {
7474
Write-Host "Module '$mod' not found. Installing..." -ForegroundColor Yellow
7575
Install-Module -Name $mod -Scope CurrentUser -Force -ErrorAction Stop -Confirm:$false
7676
} else {
77-
Write-Host "Module '$mod' is already available."
77+
Write-Host "Module '$mod' is already installed and available."
7878
}
7979
}
8080

0 commit comments

Comments
 (0)