tldr/pages/windows/gpupdate.md

21 lines
468 B
Markdown
Raw Normal View History

2020-10-28 18:50:05 +00:00
# gpupdate
> A tool to check and apply Windows Group Policy settings.
> 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 /?`