You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
The code
$QCModulePath = "{0}\Module" -f ([Regex]::Match($ScriptRoot, ".*\\QC", "IgnoreCase")).Valuerequires that the scripts be in a folder named QC for the correct module path to be identified. This should be clearly documented as a requirement or the code changed to search for the module path from the invocation path.https://github.com/microsoft/Intune-DeviceAdmins/blob/master/QCAutomation/QC/Infra/Upgrade/Perform-InfraUpgradeQC.ps1