Closed mrboogiee closed 1 year ago
ComplianceActivationAssessment.ps1 doesn't work on non-Windows OS-es due to $env:LOCALAPPDATA not being valid outside of Windows Operating Systems
$env:LOCALAPPDATA
as discussed yesterday, a solution might be to check if it is set, and if not set, ask for a writable path and set the variable yourself
ComplianceActivationAssessment.ps1 doesn't work on non-Windows OS-es due to
$env:LOCALAPPDATA
not being valid outside of Windows Operating Systems