Microsoft 365 License Cost Report

File path comparison check update
This commit is contained in:
AdminDroid 2024-07-19 18:45:03 +05:30
parent 3d3710e37b
commit 7a5f925513

View File

@ -468,7 +468,7 @@ if(((Test-Path $Global:UserLicenseResultPath) -eq "True") -and ((Test-Path $Glo
} }
elseif (Test-Path $Global:organizationLicenseResultPath -eq "True") elseif ((Test-Path $Global:organizationLicenseResultPath) -eq "True")
{ {
Write-Host "`nDetailed license usage & cost report stored in: $Location" -ForegroundColor Cyan Write-Host "`nDetailed license usage & cost report stored in: $Location" -ForegroundColor Cyan
$UserInput = $Prompt.popup("Do you want to open output file?",` 0,"Open Output File",4) $UserInput = $Prompt.popup("Do you want to open output file?",` 0,"Open Output File",4)