Share via

Does Microsoft LAPS work when credential caching is disabled?

AL_Mitee 0 Reputation points
2023-06-22T18:18:54.47+00:00

I understand LAPS and what it does, however, I'm not sure of a particular scenario I will run into.

I want to implement LAPS, but I also have a bunch of devices that do not allow credential caching. Will LAPS work when credentials cannot be cached on the PC? I understand LAPS involves a local account, however it is caching that password from the Domain.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,241 Reputation points
    2023-06-23T14:42:46.4166667+00:00

    Hello AL_Mitee,

    Thank you for your question and for reaching out with your question today.

    LAPS (Local Administrator Password Solution) is a Microsoft solution that helps organizations manage the local administrator passwords of their Windows-based computers. It generates unique passwords for each computer's local administrator account and stores them securely in Active Directory.

    Regarding your scenario where devices do not allow credential caching, it's important to clarify a few points. LAPS does not rely on credential caching on individual PCs. Instead, it uses Active Directory to store and manage the passwords. When a computer requests the local administrator password, it communicates with Active Directory to retrieve the password for that specific computer.

    The password retrieval process occurs when the LAPS management tool (installed on a management workstation) or the LAPS PowerShell module is used. These tools connect to the Active Directory to retrieve the password stored in the computer object's attribute.

    So, even if the devices do not allow credential caching on the PC itself, LAPS should still work as intended. The password is stored in Active Directory, and the LAPS management tools communicate directly with Active Directory to retrieve the password when needed.

    It's worth noting that LAPS requires certain infrastructure prerequisites, such as the installation of the LAPS management tools and extension of the Active Directory schema. Additionally, the computers must have the LAPS client software installed for the password retrieval to occur successfully.

    Therefore, as long as you meet the requirements for implementing LAPS and have the necessary infrastructure in place, it should work regardless of the devices' ability to cache credentials locally.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

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

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.