U UrosV Bit poster Jun 14, 2019 #1 Hello, is it possible to configure firmware password using sccm mac management and if it is is there any manual how to configure it. Best regards, Uros
Hello, is it possible to configure firmware password using sccm mac management and if it is is there any manual how to configure it. Best regards, Uros
S SergeyD1 Bit poster Aug 20, 2019 #2 Hi. execute script - Parallels Management Tools #! /usr/bin/expect -f spawn sudo firmwarepasswd -setpasswd expect { "Enter new password:" { send "your_password\r" exp_continue } "Re-enter new password:" { send "your_password\r" exp_continue } }
Hi. execute script - Parallels Management Tools #! /usr/bin/expect -f spawn sudo firmwarepasswd -setpasswd expect { "Enter new password:" { send "your_password\r" exp_continue } "Re-enter new password:" { send "your_password\r" exp_continue } }