F5F Stay Refreshed Hardware Desktop Use tools like Group Policy Editor or PowerShell commands to apply updates directly.

Use tools like Group Policy Editor or PowerShell commands to apply updates directly.

Use tools like Group Policy Editor or PowerShell commands to apply updates directly.

F
Frealer
Member
62
01-05-2025, 03:46 AM
#1
Hi All, I have set a computer's group policy to the desired settings, but after a computer restart the policy still did not update its settings to registry. So, I tried to use gpupdate /force; the issue with the command is that it kept trying to access our domain controller to grab the latest group policy. It successfully grabs the domain's group policy and updated it, but I need it to grab Local group policy changes. Is there a way to force a group policy update using local policy only? (The policy change is computer specific)
F
Frealer
01-05-2025, 03:46 AM #1

Hi All, I have set a computer's group policy to the desired settings, but after a computer restart the policy still did not update its settings to registry. So, I tried to use gpupdate /force; the issue with the command is that it kept trying to access our domain controller to grab the latest group policy. It successfully grabs the domain's group policy and updated it, but I need it to grab Local group policy changes. Is there a way to force a group policy update using local policy only? (The policy change is computer specific)

G
Gladiador70
Senior Member
698
01-05-2025, 03:46 AM
#2
when you configure something locally and then run gpupdate, it replaces your local changes with the ones from the domain controller. it's best to avoid partial setup on individual machines; instead, create a dedicated folder in Active Directory for each device or skip domain policies altogether.
G
Gladiador70
01-05-2025, 03:46 AM #2

when you configure something locally and then run gpupdate, it replaces your local changes with the ones from the domain controller. it's best to avoid partial setup on individual machines; instead, create a dedicated folder in Active Directory for each device or skip domain policies altogether.

D
djpumuslink01
Senior Member
577
01-05-2025, 03:46 AM
#3
The goal of group policy is to replace any local configurations so all devices follow the domain rules. If you can reach the DC, you can add an exception to respect local settings. In my opinion, it’s better to build a new GPO that defines the desired options—it keeps this machine isolated now but offers flexibility later. You can always adjust which computer applies the policy if needed.
D
djpumuslink01
01-05-2025, 03:46 AM #3

The goal of group policy is to replace any local configurations so all devices follow the domain rules. If you can reach the DC, you can add an exception to respect local settings. In my opinion, it’s better to build a new GPO that defines the desired options—it keeps this machine isolated now but offers flexibility later. You can always adjust which computer applies the policy if needed.

G
gamer6627
Junior Member
45
01-05-2025, 03:47 AM
#4
Thank you for your response. I’ll consider setting up a dedicated folder in the AD for this type of workstation. The group policy change is tied to a specific software, and most of our workstations don’t have it installed.
G
gamer6627
01-05-2025, 03:47 AM #4

Thank you for your response. I’ll consider setting up a dedicated folder in the AD for this type of workstation. The group policy change is tied to a specific software, and most of our workstations don’t have it installed.

L
LuksFX
Member
108
01-05-2025, 03:47 AM
#5
The simplest approach is to paste the current gpo, adjust the required changes, and implement security filters for a targeted group that includes the necessary PC. If the order is set right, it should supersede your standard policy; however, you can rely on security configurations to explicitly block applying the policy if needed.
L
LuksFX
01-05-2025, 03:47 AM #5

The simplest approach is to paste the current gpo, adjust the required changes, and implement security filters for a targeted group that includes the necessary PC. If the order is set right, it should supersede your standard policy; however, you can rely on security configurations to explicitly block applying the policy if needed.