Running GPUpdate with the /Boot switch will reboot your computer if a change has been made that requires a reboot. Otherwise it will not reboot the system. Items that will require a reboot are those client side extensions that cannot update in the background. Software installations that are assigned to a computer would be an example.
In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection. In all cases, this will disrupt the user. First, you need PowerShell remoting enabled on the target machine. You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target. Remember, the target needs to be online and accessible to you.
Comments