Skip to content

Commit ee2f000

Browse files
authored
Update README.md
1 parent 834dad9 commit ee2f000

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# uefi-checkscript
22

3-
TDB
3+
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.
417

518
### WinPE Requirements
619
The following modules are required for WinPE
720
* WinPE-WMI
821
* WinPE-NetFX
922
* WinPE-Scripting
1023
* WinPE-PowerShell
11-
* WinPE-SecureBootCmdlets
1224
* WinPE-HTA
25+
* WinPE-SecureBootCmdlets - Required for Secure Boot
1326

1427
#### [TechNet - WinPE: Add packages](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference)

0 commit comments

Comments
 (0)