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
The uefi-checkscript.ps1 verifies that the operating system was booted from UEFI. It will display a notification if the system was booted from BIOS. This can be used in an SCCM or MDT task sequence to make sure the PC is running UEFI before the operating system is deployed.
4
+
5
+
The script can also be used to check for the presence of Secure Boot and notify the user if it is currently disabled.
6
+
7
+
More information can be found in the [wiki](https://github.com/diablolot53/uefi-checkscript/wiki).
8
+
9
+
### Parameters
10
+
**-SecureBoot**
11
+
12
+
Runs the Secure Boot check. By default only the UEFI check is performed.
13
+
14
+
**-Debug**
15
+
16
+
Displays the debug window with the status of both checks. This is not recommend for use in a task sequence, but can be helpful for diagnostic tasks from the desktop.
4
17
5
18
### WinPE Requirements
6
19
The following modules are required for WinPE
7
20
* WinPE-WMI
8
21
* WinPE-NetFX
9
22
* WinPE-Scripting
10
23
* WinPE-PowerShell
11
-
* WinPE-SecureBootCmdlets
12
24
* WinPE-HTA
25
+
* WinPE-SecureBootCmdlets - Required for Secure Boot
0 commit comments