Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Install/Autopilot/Get-IsInProvisioningMode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @()
Expand Down Expand Up @@ -419,4 +419,4 @@ else {
else {
return 'Applicable'
}
}
}