Azure / ArcEnabledServersGroupPolicy

Guidance and sample code to perform at-scale onboarding of servers to Arc via Group Policy
MIT License
9 stars 15 forks source link

GPO works on Windows Server but not on Windows 10 #46

Open cr1c4 opened 2 months ago

cr1c4 commented 2 months ago

Hi,

I've implemented the GPO using DeployGPO.ps1, and it works on Windows Server hosts, but it doesn't apply on Windows 10 hosts. The GPO is visible on the Windows 10 machine, but the agent doesn't get installed. The same GPO works fine on any Windows Server.

I also tried running the installation using a basic script directly on the Windows 10 machines, and it works without any issues.

Any insights on why this might be happening?

thanks