2020-10-28 18:50:05 +00:00
|
|
|
# gpupdate
|
|
|
|
|
|
|
|
> A tool to check and apply Windows Group Policy settings.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>.
|
2020-10-28 18:50:05 +00:00
|
|
|
|
|
|
|
- Check and apply updated Group Policy settings:
|
|
|
|
|
|
|
|
`gpupdate`
|
|
|
|
|
|
|
|
- Specify the target Group Policy settings to check for update:
|
|
|
|
|
2021-10-09 13:47:43 +01:00
|
|
|
`gpupdate /target:{{computer|user}}`
|
2020-10-28 18:50:05 +00:00
|
|
|
|
|
|
|
- Force all Group Policy settings to be reapplied:
|
|
|
|
|
|
|
|
`gpupdate /force`
|
|
|
|
|
|
|
|
- Display detailed usage information:
|
|
|
|
|
|
|
|
`gpupdate /?`
|