mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 14:56:51 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/windows/gpupdate
Normal file
25
tldr/windows/gpupdate
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 /?`
|
||||
Reference in New Issue
Block a user