LAPS for disabled builtin administrator account

raja waseem 51 Reputation points
2022-10-10T20:06:15.027+00:00
  1. one of the entities implemented LAPS to set pwd on the built-in administrator account. the client workstations are with a custom admin accounts & administrator is disabled (unable to enable through GPO as it gives an error of pwd complexity). What are the possibilities?
  2. LAPS configured correctly, agents are being installed on clients through GPOs all the permissions of read and reset configured properly but still a privileged user cannot set a pwd. Not showing in neither LAPS nor in AD computer attributes.
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,773 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,382 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,906 questions
0 comments No comments
{count} votes

7 answers

Sort by: Newest
  1. Pavel yannara Mirochnitchenko 11,716 Reputation points MVP
    2022-10-17T07:07:29.243+00:00

    Sounds like the LAPS service is not active, not working, maybe not retrieving right policies to be able start to act. If you would have delegation issues or local admin misconfigured, you would see that in extended logs.

    0 comments No comments

  2. raja waseem 51 Reputation points
    2022-10-17T05:11:56.58+00:00

    Thanks for the reply,
    I have installed LAPS in one of the domain-joined servers (not DC).
    I added registry values in the server & still can't see the logs.
    apart from that still unable to set or show passwords.

    any help?

    0 comments No comments

  3. Pavel yannara Mirochnitchenko 11,716 Reputation points MVP
    2022-10-13T10:21:56.613+00:00

    Yes, that article should have the solution how to extend client logs with registery key.

    https://4sysops.com/archives/part-2-faqs-for-microsoft-local-administrator-password-solution-laps/

    Is there a log on the client I can use to audit password changes or troubleshoot LAPS?
    By default, no. In its default configuration, LAPS only logs errors. Errors (and other events if you bump up the logging level) are logged to the Application Event Log by the AdmPwd Source.
    You can enable additional logging by creating a new REG_DWORD value named ExtensionDebugLevel in the Registry in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions{D76B9641-3288-4f75-942D-087DE603E3EA}\ . Set it to 0 (the default) to log errors only, 1 to log errors and warnings, and 2 for verbose logging.

    I think you have some issues with delegating permissions to attributes. Try to verify them with powershell.

    0 comments No comments

  4. raja waseem 51 Reputation points
    2022-10-13T09:36:28.387+00:00

    Thanks for the details.

    But I still can't see the password in ms-Mcs-AdmPwd attribute of an Active Directory computer object.
    I tried different computers, agent re-installation, and used high privilege account to use the LAPS for pwd reset but no success.

    Is there any way to see the logs?

    0 comments No comments

  5. Limitless Technology 43,956 Reputation points
    2022-10-12T09:34:22.237+00:00

    Hi. Thank you for your question and reaching out.

    The local administrator password will be updated in the following order once LAPS are in place by Group Policy client-side extension (CSE) software that is installed on each computer.

    1. For the local administrator account, create a new password.
    2. Utilize the password policy settings to verify the new password.
    3. Save your password under the ms-Mcs-AdmPwd attribute of an Active Directory computer object. As part of installing LAPS, this attribute is added to the schema.
    4. Save the password's upcoming expiration date under the ms-Mcs-AdmPwdExpirationTime attribute. As part of the LAPS installation procedure, this attribute was also added to the schema.
    5. The administrator password should be changed.

    REFERENCE: https://techcommunity.microsoft.com/t5/itops-talk-blog/local/ba-p/2806185

    ----------------------------------------------------------------------------------------------------------------------------------------------------------

    If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.

    0 comments No comments