diff --git a/pages/windows/gpupdate.md b/pages/windows/gpupdate.md new file mode 100644 index 0000000000..e9fae7c37b --- /dev/null +++ b/pages/windows/gpupdate.md @@ -0,0 +1,20 @@ +# gpupdate + +> A tool to check and apply Windows Group Policy settings. +> More information: . + +- 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 /?`