Page 3 of 3

Re: OS Deployment - Freezes

Published: January 28, 2026 - 5:19 PM
by Clafon
sfonteneau wrote: Jan 28, 2026 - 4:33 PM Actually, the first step is just to check what it returns:

Code: Select all

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Windows Production PCA 2011'
On your PC

I assume your new PC doesn't have "Microsoft Windows Production PCA 2011"
Order placed on a new workstation which is experiencing problems, the feedback is "True"

Re: OS Deployment - Freezes

Published: January 28, 2026 - 5:21 PM
by sfonteneau
clafon wrote: Jan 28, 2026 - 5:19 PM
sfonteneau wrote: Jan 28, 2026 - 4:33 PM Actually, the first step is just to check what it returns:

Code: Select all

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Windows Production PCA 2011'
On your PC

I assume your new PC doesn't have "Microsoft Windows Production PCA 2011"
Order placed on a new workstation which is experiencing problems, the feedback is "True"
Okay, so my assumption was wrong. Thanks for the feedback