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?