September 2017
Intermediate to advanced
314 pages
8h 5m
English
This needs to be deployed to each managed computer. This can be managed using a variety of methods, including the software installation feature of Group Policy, SCCM, login script, manual install, and so on.
If you want to script this, you can use this command line to perform a silent install:
msiexec /i <file location>\LAPS.x64.msi /quiet
msiexec /i <file location>\LAPS.x86.msi /quiet
Just change <file location> to a local or network path:
Example: msiexec /i \\server\share\LAPS.x64.msi /quiet
Read now
Unlock full access