

- #CUSTOM ADM PC INSTALL#
- #CUSTOM ADM PC UPDATE#
- #CUSTOM ADM PC PASSWORD#
- #CUSTOM ADM PC DOWNLOAD#
- #CUSTOM ADM PC WINDOWS#

Source : documentation of LAPS Bonus – Add Laps to SCCM Console
#CUSTOM ADM PC PASSWORD#

Status of the request is displayed at the bottom.To reset the password, select a new Expiration time and click Set.Password is available with expire date and time.Package can also be deployed as part of Task sequence.Deploy the package to the client you want to manage.Add a program to that package with the following command line :.
#CUSTOM ADM PC INSTALL#
To manage a client, we must install LAPS on it by using the same MSI files downloaded in the prerequisite section : this must be enabled in order to manage the local administrator password.Ĭonfigure and apply GPO just as any other GPO.Do not allow password expiration time longer than required by policy.Do not configure if you use the default name.Name of the administrator account to manage.The settings are located under Computer Configuration\Administrative Templates\LAPS If you use the Central Store, you need to copy both files to \\domain\Sysvol\Policies\PolicyDefinition %WINDIR%\PolicyDefinitions\en-US\AdmPwd.adml.The templates are located on the management computer : LAPS is manageable by GPO using a new template. To do so, run the following powershell command line:.To allow users or groups to reset the password for a managed local administrator account, the write permission must be added on ms-Mcs-AdmPwdExpirationTime. Set-AdmPwdReadPasswordPermission -OrgUnit “” -AllowedPrincipals Īllow specific user or group to reset password To do so, run the following Powershell command line :.To allow users or groups to read the stored password of the managed local administrator account, the Control_access permission must be given to ms-Mcs-AdmPwd attribute. Set-AdmPwdComputerSelfPermission -OrgUnit “”Īllow specific user or group to read password Run the following command to add the rights to SELF built-in account to a specific OU.
#CUSTOM ADM PC UPDATE#
This is required so the machine can update the password and expiration timestamp of its own managed local Administrator password. The Write permission on the ms-Mcs-AdmPwdExpirationTime and ms-Mcs-AdmPwd attributes of all computer accounts has to be added to the SELF built-in account.
#CUSTOM ADM PC WINDOWS#
#CUSTOM ADM PC DOWNLOAD#
