mirror of
https://github.com/admindroid-community/powershell-scripts.git
synced 2025-12-17 08:25:20 +00:00
Microsoft 365 License Cost Report
File path comparison check update
This commit is contained in:
parent
3d3710e37b
commit
7a5f925513
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user