1

So I'm setting up LAPS on my DC to take care of all the local admin passwords in the domain, I've tested the configuration installing the client package by hand in one PC and it works perfectly.

I created a GPO to install the package in the rest of the computers but it's not working.

  • Packages are on a shared drive that can be accessed by all the machines.
  • All the users have access to the packages and the permissions are correct.
  • I have windows 10 and 7 in the domain, all of them are 64 bits.

Is there any way to troubleshoot this or anything that I'm missing? I'm fairly new to Windows administration.

Thanks in advance for any tips.

Plaguna
  • 31

2 Answers2

0

When you deploy software in the computer policy, the computer account is used to access the share. Make sure “Domain Computers” (or a more restricted group containing the computer accounts) has read access in the share permissions and NTFS permissions where you’re hosting the installer package.

MDMarra
  • 101,323
0

Managed to solve it with the following:

Computer Configuration > Policies > Administrative Templates > System > Group Policy

Enable the Specify startup policy processing wait time. Set Amount of time to wait (in seconds): = 120

Got the solution from Group Policy installation failed error 1274

Thanks everyone for your help

Plaguna
  • 31