There are three scripts available in the ZIP file:
Check_UEFI-CA2023.ps1
Check_DBXUpdate.bin.ps1
Update_UEFI-CA2023.ps1
The primary script is
Check_UEFI-CA2023.ps1, which takes the options
-Audit and/or
-Verbose
Check_DBXUpdate.bin.ps1 is included for technical folks who want to check DBXUpdate bin files. Normally you don't need to run this script, unless you're concerned the DBX variable contains every one of the banned files listed inside a DBXUpdate bin file.
PowerShell is a little weird that it doesn't just assume you want to run a script in the current directory (unlike CMD). You need to proceed the line with a dot/slash, or the full pathname.
Code:
.\Check_UEFI-CA2023.ps1 -Audit
C:\Users\GARLIN\Downloads\Check_UEFI-CA2023.ps1 -Audit