locked
Invoke-GPUpdate -Force Documentation RRS feed

  • Question

  • I notice that there seems to be a mistake in the documentation about the -force option in invoke-gpupdate command.

    https://docs.microsoft.com/en-us/powershell/module/grouppolicy/invoke-gpupdate?view=win10-ps
    and: 

    get-help invoke-gpupdate -full says:

        -Force [<SwitchParameter>]
            Forces the command to run without asking for user confirmation.
            
            Required?                    false
            Position?                    named
            Default value                none
            Accept pipeline input?       false
            Accept wildcard characters?  false

    Actually, I think -force is used to reapply all user and computer group policies.

    Any thoughts?

    • Moved by Bill_Stewart Friday, March 15, 2019 3:01 PM Off-topic
    Tuesday, December 11, 2018 12:03 AM

All replies

  • This is a community driven peer to peer forum about scripting on Windows operating systems. If you think there's a bug in the official documentation you should use the feedback button on the bottom of the page.

    Live long and prosper!

    (79,108,97,102|%{[char]$_})-join''

    Tuesday, December 11, 2018 1:11 AM