mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
gpupdate: add page (#4772)
This commit is contained in:
parent
15fa534d4b
commit
8d1bfcbb03
1 changed files with 20 additions and 0 deletions
20
pages/windows/gpupdate.md
Normal file
20
pages/windows/gpupdate.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# gpupdate
|
||||
|
||||
> A tool to check and apply Windows Group Policy settings.
|
||||
> More information: <https://docs.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 detailed usage information:
|
||||
|
||||
`gpupdate /?`
|
Loading…
Add table
Reference in a new issue