1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 21:15:22 +02:00
tldr/pages/windows/gpupdate.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

446 B

gpupdate

A tool to check and apply Windows Group Policy settings. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate.

  • Check and apply updated Group Policy settings:

gpupdate

  • Specify the target Group Policy settings to check for update:

gpupdate /target:{{computer|user}}

  • Force all Group Policy settings to be reapplied:

gpupdate /force

  • Display help:

gpupdate /?