Description
It would be nice to add some protection against running the report from a Powershell ISE window.
if ($psISE) {
Write-Error -Message "You cannot run this script inside the PowerShell ISE. Please execute it from the PowerShell Command Window."
break
}
rebelinux@d61484d

Additional Context
No response
Before submitting
Description
It would be nice to add some protection against running the report from a Powershell ISE window.
rebelinux@d61484d
Additional Context
No response
Before submitting