diff --git a/Install/Autopilot/Get-IsInProvisioningMode.ps1 b/Install/Autopilot/Get-IsInProvisioningMode.ps1 index f6d0ffd..69523bc 100644 --- a/Install/Autopilot/Get-IsInProvisioningMode.ps1 +++ b/Install/Autopilot/Get-IsInProvisioningMode.ps1 @@ -27,7 +27,7 @@ You assume all risks and responsibilities associated with its usage #> # Enable the script to test an undocumented registry value for high confidence testing -$betaHighConfidenceTesting -eq $false +$betaHighConfidenceTesting = $false # Create a PSCustomObject array to store the registry tests $registryTests = @() @@ -419,4 +419,4 @@ else { else { return 'Applicable' } -} \ No newline at end of file +}