We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$Settings = ( "SecureBoot,Disable" )
and
$Settings = ( "Secure Boot,Disable" )
both throw errors saying the setting was not found. <![LOG[The specified setup password matches the currently set password]LOG]!><time="12:52:03.363-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file=""> <![LOG[Setting "SecureBoot" not found]LOG]!><time="12:52:03.395-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="2" thread="2332" file=""> <![LOG[0 settings already set correctly]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file=""> <![LOG[0 settings successfully set]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file=""> <![LOG[0 settings failed to set]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="3" thread="2332" file=""> <![LOG[1 settings not found]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="2" thread="2332" file=""> <![LOG[END - HP BIOS settings management script]LOG]!><time="12:52:03.426-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file="">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$Settings = (
"SecureBoot,Disable"
)
and
$Settings = (
"Secure Boot,Disable"
)
both throw errors saying the setting was not found.
<![LOG[The specified setup password matches the currently set password]LOG]!><time="12:52:03.363-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file="">
<![LOG[Setting "SecureBoot" not found]LOG]!><time="12:52:03.395-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="2" thread="2332" file="">
<![LOG[0 settings already set correctly]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file="">
<![LOG[0 settings successfully set]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file="">
<![LOG[0 settings failed to set]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="3" thread="2332" file="">
<![LOG[1 settings not found]LOG]!><time="12:52:03.410-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="2" thread="2332" file="">
<![LOG[END - HP BIOS settings management script]LOG]!><time="12:52:03.426-300" date="07-02-2024" component="Manage-HPBiosSettings" context="NT AUTHORITY\SYSTEM" type="1" thread="2332" file="">
The text was updated successfully, but these errors were encountered: