We value your privacy

We use cookies to analyse site traffic and improve your experience. You can accept all cookies or reject non-essential ones. See our Privacy Policy for details.

GR IT SERVICES
  • Contact
Get a quote
  1. Microsoft security
  2. Windows LAPS
Windows LAPS, UAE

One local administrator password across the estate means one compromised machine is all of them.

Windows LAPS automatically manages and backs up the local administrator password per device, on Entra joined or Active Directory joined machines. Microsoft lists protection against pass the hash and lateral traversal first among its benefits, which is exactly the problem a shared password creates.

Book a Windows LAPS deploymentSee what it covers
Windows LAPS deployment for UAE organisations
  • FreeThe feature itself, on all supported Windows
  • Per deviceA distinct password, rotated automatically
  • Entra or ADBackup destination, and only one of them
  • DeprecatedLegacy Microsoft LAPS, from Windows 11 23H2
What Windows LAPS does

Eight things to establish before you deploy it.

This is one of the highest value security changes available, it is free, and it still goes wrong for a small number of predictable reasons: join state, legacy migration, and the fact that a rotated password must be retrievable by the people who need it.

A managed password per device

Windows LAPS automatically manages and backs up the password of a local administrator account on Entra joined or Active Directory joined devices. Each machine gets its own, rotated on a schedule, so the credential recovered from one endpoint opens nothing else.

The attack it directly addresses

Microsoft lists protection against pass the hash and lateral traversal attacks first among the benefits. A shared local administrator password is one of the shortest paths from a single compromised workstation to the whole estate, and this closes it structurally rather than by detection.

Join state decides where passwords go

Devices joined only to Entra ID back up only to Entra ID. Devices joined only to Active Directory back up only to Active Directory. Hybrid joined devices can use either. You cannot back up to both, and workplace joined clients are not supported at all.

How stored passwords are protected

For Active Directory, a fine-grained security model using access control lists and optional password encryption. For Entra ID, the Entra role-based access control model. Both mean retrieval is a permissioned action with a record rather than a shared secret in a document.

Password history, which legacy LAPS never had

Windows LAPS can store password history. That matters for recovery: restoring a machine from a backup taken before the last rotation leaves it expecting an older password, and without history that device becomes unreachable through the account you were relying on.

The legacy product is deprecated

Legacy Microsoft LAPS is deprecated as of Windows 11 23H2 and later. Installation of its MSI package is blocked on newer operating system versions and Microsoft no longer considers code changes for it. Support continues on older versions only until their normal end of support.

Migration from legacy is supported deliberately

Windows LAPS does not require legacy Microsoft LAPS to be installed and can be fully deployed without it. For organisations with an existing legacy deployment, Windows LAPS offers a legacy Microsoft LAPS emulation mode specifically to help migrate rather than cut over abruptly.

Domain controllers get covered too

Windows LAPS can automatically manage and back up the Directory Services Restore Mode account password on Active Directory domain controllers. That password is otherwise set once during promotion and frequently never changed again, which makes it one of the older secrets in most estates.

The design decision to get right first

A device backs up to Entra ID or to Active Directory. Never both.

Join state determines what is possible, and hybrid estates are where the decision actually has to be made.

  • Devices joined only to Entra ID can back up passwords only to Entra ID. Devices joined only to Active Directory can back up only to Active Directory. Hybrid joined devices can back up to either, and Microsoft states plainly that you cannot back up passwords to both.
  • Microsoft Entra workplace joined clients are not supported at all. In estates where personal or lightly managed devices are workplace joined, those machines fall outside this control entirely and need a different answer rather than an assumption of coverage.
  • For hybrid estates the choice usually turns on who needs to retrieve the password. Entra ID backup uses the Entra role-based access control model and suits a help desk working from the cloud portal. Active Directory backup uses access control lists with optional encryption and suits a team already operating there.
  • Licensing rarely constrains the decision. The feature itself is free on all supported Windows platforms, backing up to Active Directory has no additional licensing requirement, and backing up to Entra ID needs only Entra ID Free or higher.
Ask us to design the backup model
How we approach it

Four things that make a LAPS deployment stick.

The technical deployment is genuinely easy. What makes it fail is that the help desk cannot retrieve a password when they need one, and quietly recreates a shared account to get their work done.

We design retrieval before we design rotation

A rotated password nobody can retrieve is an outage waiting to happen, and the workaround people find is a second local account with a password everybody knows. Getting the Entra role-based access control model or the Active Directory access control lists right first is what prevents that.

We settle the destination question per device group

Entra joined devices can only back up to Entra ID, Active Directory joined devices only to Active Directory, and hybrid devices to either but never both. In mixed estates that is a real design decision, and making it explicitly avoids a half-deployed state nobody notices.

We keep password history for the restore case

A machine restored from a backup predating the last rotation expects the old password. Windows LAPS stores password history, which legacy Microsoft LAPS did not, and configuring it is the difference between recovering that device and rebuilding it.

We migrate legacy rather than running both

Legacy Microsoft LAPS is deprecated as of Windows 11 23H2, its installer is blocked on newer operating systems and Microsoft no longer makes code changes to it. Emulation mode exists to make migration orderly, and it is a better answer than leaving two products managing the same accounts.

How a deployment runs

Four phases across roughly four to six weeks.

Short for the security benefit it delivers. Most of the effort goes into the retrieval process rather than the technical configuration, because that is what determines whether the help desk can still do its job.
  1. 01
    Week 1

    Establish join state, versions and current practice

    Which devices are Entra joined, Active Directory joined, hybrid or workplace joined, whether every machine has the April 2023 update or later, and what the current local administrator password practice actually is. That last answer is frequently uncomfortable.

    • Join state inventory across the estate
    • Windows version and update level confirmed
    • Workplace joined devices identified as out of scope
    • Current local administrator password practice documented
  2. 02
    Week 2

    Design the backup destination and retrieval model

    Entra ID or Active Directory per device group, with the constraint that it cannot be both. Then who is permitted to retrieve a password, through which model, and with what record. This is where the help desk process is designed rather than assumed.

    • Backup destination decided per device group
    • Retrieval permissions designed using RBAC or ACLs
    • Password encryption decision recorded for Active Directory
    • Password history retention agreed
  3. 03
    Weeks 3 to 4

    Deploy by policy and validate retrieval

    Policy applied through the Windows LAPS configuration service provider or Group Policy, then the part organisations skip: actually retrieving a password and using it, from the account of somebody who will need to do it at three in the morning.

    • Policy deployed to a pilot group
    • Password backup confirmed in the chosen directory
    • Retrieval tested by help desk staff, not by the project team
    • Event log channel monitored for failures
  4. 04
    Weeks 5 to 6

    Broaden, retire legacy and cover domain controllers

    Rollout across the estate, migration away from legacy Microsoft LAPS using emulation mode where an existing deployment exists, and extension to the Directory Services Restore Mode password on domain controllers.

    • Full estate coverage achieved and measured
    • Legacy Microsoft LAPS migrated and retired
    • DSRM password management enabled on domain controllers
    • Coverage reporting handed to the operational team
Where this matters

Six situations where local administrator passwords are the exposure.

The pattern is consistent: an organisation with strong identity controls for people, and one shared credential sitting on every machine.

A business built from a standard image

Every machine deployed from the same image carries the same local administrator password, and that password has usually not changed since the image was built. It is the most common finding in an endpoint review and among the fastest to fix once identified.

A regulated firm asked about lateral movement controls

Microsoft lists protection against pass the hash and lateral traversal attacks as the first benefit. Being able to state that every device has a distinct, automatically rotated local administrator password with permissioned retrieval is a direct and verifiable answer.

An operator with machines that are rarely online

Site terminals and remote equipment go long periods without connecting, which makes password history and a reliable retrieval process more important than in a well-connected office estate. It also makes the recovery scenario the one that actually gets used.

A provider recovering an inaccessible device

Microsoft lists the ability to sign in to and recover devices that are otherwise inaccessible as a benefit in its own right. For clinical equipment where a rebuild is not a quick option, having a retrievable local administrator credential is an availability control as much as a security one.

An organisation still running legacy Microsoft LAPS

The legacy product is deprecated, its installer is blocked on newer Windows versions and Microsoft no longer considers code changes for it. Migration is not urgent in the sense of a hard deadline, and it is on a path with a known end. Emulation mode makes the move orderly.

A company that has never changed its DSRM password

The Directory Services Restore Mode password is set during domain controller promotion and in many estates has never been changed since. Windows LAPS can manage and back it up automatically, which turns one of the oldest secrets in the environment into a managed one.

Three positions

How UAE organisations handle local administrator passwords.

The right column is far more common than anyone admits, and it is the single most exploitable configuration in an otherwise well-managed estate.
Unique password per device
Windows LAPS deployedYes
Legacy Microsoft LAPSYes
Shared passwordNo
Automatic rotation
Windows LAPS deployedYes
Legacy Microsoft LAPSYes
Shared passwordNo
Backup to Entra ID
Windows LAPS deployedYes
Legacy Microsoft LAPSNo
Shared passwordNot applicable
Password encryption in Active Directory
Windows LAPS deployedOptional
Legacy Microsoft LAPSNo
Shared passwordNot applicable
Password history stored
Windows LAPS deployedYes
Legacy Microsoft LAPSNo
Shared passwordNot applicable
Retrieval permissioned and recorded
Windows LAPS deployedYes
Legacy Microsoft LAPSYes
Shared passwordNo
DSRM password managed
Windows LAPS deployedYes
Legacy Microsoft LAPSNo
Shared passwordNo
Product actively developed
Windows LAPS deployedYes
Legacy Microsoft LAPSDeprecated
Shared passwordNot applicable
Lateral movement from one endpoint
Windows LAPS deployedBlocked at this vector
Legacy Microsoft LAPSBlocked at this vector
Shared passwordTrivial
Additional licence cost
Windows LAPS deployedNone
Legacy Microsoft LAPSNone
Shared passwordNone
Feature
Windows LAPS deployed
Legacy Microsoft LAPS
Shared password
Unique password per device
YesYesNo
Automatic rotation
YesYesNo
Backup to Entra ID
YesNoNot applicable
Password encryption in Active Directory
OptionalNoNot applicable
Password history stored
YesNoNot applicable
Retrieval permissioned and recorded
YesYesNo
DSRM password managed
YesNoNo
Product actively developed
YesDeprecatedNot applicable
Lateral movement from one endpoint
Blocked at this vectorBlocked at this vectorTrivial
Additional licence cost
NoneNoneNone
Platform support

Where Windows LAPS is available, and where it is not.

Support is broader than people expect because it was delivered through a Windows update rather than a new operating system version.
Platform or stateSupport position
Windows 11 23H2 and laterSupported
Windows 11 22H2 and 21H2Supported with the April 11 2023 update or later
Windows 10Supported with the April 11 2023 update or later
Windows Server 2025 and laterSupported
Windows Server 2022 and 2019Supported with the April 11 2023 update or later
Automatic Account Management CSP settingsRequire Windows 11 24H2 or later
Entra joined devicesBack up to Entra ID only
Active Directory joined devicesBack up to Active Directory only
Hybrid joined devicesEither destination, never both
Entra workplace joined clientsNot supported
How an engagement runs

Five steps, and the retrieval test is the one that matters.

Deployment is a policy push. Whether the organisation is genuinely better off depends on the help desk being able to do their job the next morning.
  1. 1

    Establish join state and Windows version coverage

    Entra joined, Active Directory joined, hybrid and workplace joined counted separately, since the first three determine the backup destination and the fourth is not supported. Windows version and update level confirmed, since support came through the April 2023 update.

  2. 2

    Decide the backup destination per device group

    Entra ID or Active Directory, never both. For hybrid estates the decision usually follows who retrieves passwords day to day, since Entra backup uses Entra role-based access control and Active Directory backup uses access control lists with optional encryption.

  3. 3

    Design retrieval permissions and history

    Who may retrieve a password, through which model, and with what record. Password history configured deliberately, because a device restored from an older backup expects an older password and history is what makes that recoverable.

  4. 4

    Deploy and have the help desk test it

    Policy applied through the configuration service provider or Group Policy to a pilot group, backup confirmed in the chosen directory, and retrieval tested by the people who will actually do it rather than by whoever configured it.

  5. 5

    Broaden, migrate legacy and cover domain controllers

    Full estate rollout with coverage measured rather than assumed, legacy Microsoft LAPS migrated using emulation mode and retired, and Directory Services Restore Mode password management enabled on domain controllers.

Straight answers

What organisations ask about Windows LAPS.

The feature itself is available free on all supported Windows platforms. Backing up passwords to Active Directory has no other licensing requirement, and backing up to Entra ID requires Entra ID Free or higher. For the security benefit, it is one of the best value changes available.

No. It is supported on Windows 11 23H2 and later, and on Windows 11 22H2, 21H2 and Windows 10 that have received the April 11 2023 update or later. On the server side, Windows Server 2025 and later, and Server 2022 and 2019 with that same update.

No. Microsoft states directly that you cannot back up passwords to both. Entra joined devices back up only to Entra ID, Active Directory joined devices only to Active Directory, and hybrid joined devices can use either but must choose one.

Windows LAPS does not support Microsoft Entra workplace joined clients. Those machines need a separate approach, and the important thing is recording that explicitly rather than assuming they are covered because the policy exists in the tenant.

No. It is deprecated as of Windows 11 23H2 and later, installation of its installer package is blocked on newer operating system versions, and Microsoft no longer considers code changes for it. Support continues on older Windows versions only until their normal end of support.

Windows LAPS offers a legacy Microsoft LAPS emulation mode specifically to help migrate an existing deployment. Note also that Windows LAPS does not require legacy LAPS to be installed at all, so a fresh deployment can skip it entirely.

Three things Microsoft names: backing up passwords to Entra ID, encrypting passwords in Active Directory, and storing password history. It is also an entirely separate implementation native to Windows rather than an add-on product, which is why it is serviced through Windows updates.

For recovery. A machine restored from a backup taken before the last rotation expects the older password. Without history that device may be unreachable through the very account you deployed this to protect. It is the scenario that turns a security improvement into an availability problem.

Whoever you permit. For passwords stored in Entra ID, the Entra role-based access control model applies. For Active Directory, a fine-grained model using access control lists with optional password encryption. Designing this properly is the most important part of the deployment.

Microsoft lists protection against pass the hash and lateral traversal attacks first. A shared local administrator password means a credential recovered from one compromised workstation works on every other machine. Unique rotating passwords remove that path entirely rather than making it harder to detect.

It can manage and back up the Directory Services Restore Mode account password on Active Directory domain controllers, and an authorised administrator can retrieve and use it. That password is often set once at promotion and never changed again, which makes it worth bringing into scope.

Through the Windows LAPS configuration service provider for cloud managed devices, or Windows LAPS Group Policy for domain managed ones. Note that the Automatic Account Management configuration service provider settings require Windows 11 24H2 or later, which is a narrower base than the feature itself.

A dedicated event log channel, a Windows PowerShell module specific to Windows LAPS, and the Active Directory Users and Computers properties dialog where passwords are stored in Active Directory. Where passwords go to Entra ID, Entra based monitoring and reporting is available.

Typically four to six weeks, and most of that is process rather than technology. Establishing join state, deciding the destination, designing retrieval permissions and having the help desk actually test recovery takes longer than pushing the policy, and it is what makes the deployment durable.

We scope by estate size and join state complexity, since hybrid estates need a per-group decision. The free first step: check whether the local administrator password on two randomly chosen machines is the same. If it is, you already know the answer to whether this is worth doing.

Microsoft will continue supporting the legacy product on older versions of Windows where it was previously supported, and that support ends at the normal end of support for those operating system versions. On Windows 11 23H2 and later the installer is blocked, so it is not a long term position.

No. Windows LAPS does not require you to install legacy Microsoft LAPS, and you can fully deploy and use all Windows LAPS features without installing or referring to it. Emulation mode exists only to help migrate an existing legacy deployment in an orderly way.

There is a dedicated event log channel, a Windows PowerShell module specific to Windows LAPS, and the Active Directory Users and Computers properties dialog where passwords are stored in Active Directory. Where passwords go to Entra ID, Entra based monitoring and reporting solutions are available.

Yes, for the Directory Services Restore Mode account. Windows LAPS can automatically manage and back up the DSRM account password on Active Directory domain controllers, and an authorised administrator can retrieve and use it. That password is otherwise set at promotion and frequently never changed.

Backing up passwords to Microsoft Entra ID requires a Microsoft Entra ID Free or higher licence, which in practice means any tenant qualifies. Backing up to Active Directory has no other licensing requirement, and the Windows LAPS feature itself is free on all supported Windows platforms.
Before you deploy

Fifteen questions worth answering first.

The first group determines whether this is straightforward. The third determines whether the help desk can still recover a machine afterwards, which matters just as much.

Estate

  • What is the join state of each device group?
    It decides the destination.
  • Are all devices on the April 2023 update or later?
    Or Windows 11 23H2 plus.
  • Do we have workplace joined clients?
    They are not supported.
  • Are domain controllers in scope?
    DSRM can be managed too.
  • Do we still run legacy Microsoft LAPS?
    It is deprecated.

Design

  • Entra ID or Active Directory backup?
    Never both.
  • Will we encrypt passwords in Active Directory?
    It is optional.
  • How much password history do we keep?
    It helps with restores.
  • Policy by CSP or Group Policy?
    Both are supported.
  • Which local account are we managing?
    Decide deliberately.

Operations

  • Who is permitted to retrieve a password?
    By RBAC or ACL.
  • Has a real help desk agent tested retrieval?
    Not the project team.
  • Is the event log channel monitored?
    Failures surface there.
  • What happens when a device is offline for months?
    History matters.
  • How do we measure coverage?
    A number, not an assumption.
Related reading

The pages around this one.

Endpoint privilege management

Removing the need for standing local administrator rights.

Learn more

Privileged Identity Management

The equivalent discipline for directory roles.

Learn more

Active Directory security audit

The wider review that usually surfaces this finding.

Learn more
Next step

Check whether two randomly chosen machines share a local administrator password.

If they do, one compromised endpoint is every endpoint. Windows LAPS is free on every supported Windows platform, and this is the fix.

Book a Windows LAPS deploymentCall +971 56 613 2743

Related Services

Explore more solutions that work great with this service

Endpoint Privilege Management

Remove local admin rights without breaking the two apps that need it

Learn more

Privileged Identity Management

Just-in-time admin access, approval, and audit history you can download

Learn more

Active Directory Audit

Privilege paths, service accounts and local admin passwords

Learn more

Privileged Access Audit

Every privileged path, not just the admin list

Learn more

Security Baselines

Why deploying one does not make you CIS compliant

Learn more

Endpoint Security

Defender for Endpoint and Intune managed

Learn more

Microsoft Entra

Identity and access management solutions

Learn more

Microsoft Security Dubai

Entra, Defender, Purview, Sentinel, and what you already own

Learn more
GR IT SERVICES

Leading IT services provider in Dubai,
delivering enterprise-grade solutions
for businesses across the UAE.

Microsoft CSP PartnerCISGuard

Get the Helpdesk app

Raise and track IT tickets from your phone.

Download on the App StoreGet it on Google Play
Learn more about the app

Microsoft 365

  • Microsoft 365 Administration
  • M365 Reporting & Auditing
  • Microsoft 365 Licensing
  • Microsoft Copilot
  • Microsoft 365 Apps
  • Windows 365 Cloud PC
  • Microsoft SharePoint
  • Outlook & Exchange

Security

  • Microsoft Defender
  • Microsoft Purview
  • Microsoft Intune
  • Microsoft Entra
  • Compliance Manager
  • Cybersecurity Audits
  • Copilot for Security
  • Microsoft Sentinel
  • Microsoft Priva

Infrastructure

  • Google Workspace
  • Cloud Migration Services
  • Data Analytics & BI
  • Active Directory
  • Server Management
  • Apple Business
  • Apple Jamf Pro
  • IP Telephone
  • Data Backup
  • Website Development

IT Services

  • Managed IT Services
  • IT Support Dubai
  • IT AMC Dubai
  • New Office IT Setup
  • IT Relocation
  • Remote IT Support
  • On-Call IT Support
  • Startup IT Business Kit
  • Disaster Recovery & BC

Company

  • About Us
  • Careers
  • Contact
  • Blog

Contact

  • Iris Bay Tower, Office 903,
    Business Bay, Dubai, UAE
  • +971 56 613 2743
  • hello@gritservices.ae
  • gritservices.ae

© 2026 GR IT Services. All rights reserved.

Privacy PolicyTerms of UseCookie Policy