Forum Discussion
guymarshall
Jul 04, 2023Copper Contributor
Intune LAPS password
I've followed the guide for using Intune to deploy LAPS on Azure AD enrolled devices. The passwords show on the portal for each device, but they don't seem to work when attempting to "run as admin" o...
tschlappinger
Jul 10, 2023Brass Contributor
You could use a remediation script to check if the "admin" user is present on the machine and if it is not, then the script creates the user.
The detection script detects whether the Windows LAPS user already exists, and the remediation script creates the user and adds it to the Local Administrators group.
This is a German article, but the procedure is still recognizable as well.
https://www.m365simple.de/posts/intune_laps_remediation/
The detection script detects whether the Windows LAPS user already exists, and the remediation script creates the user and adds it to the Local Administrators group.
This is a German article, but the procedure is still recognizable as well.
https://www.m365simple.de/posts/intune_laps_remediation/