Firmware password

Discussion in 'Parallels Mac Management for Microsoft SCCM' started by UrosV, Jun 14, 2019.

  1. UrosV

    UrosV Bit poster

    Messages:
    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
     
  2. SergeyD1

    SergeyD1 Bit poster

    Messages:
    4
    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
    }
    }
     

Share This Page