Invoke-GPUpdate on a remote computer

Hi team,

To my knowledge, to make a successful group policy update on a remote computer, the user who run the Invoke-GPUpdate must log into that remote computer at least once, otherwise the GPupdate will fail. right?

but if I just want to target on computer policy rather than user policy, will it work with below?

Invoke-GPUpdate -Computer myhostname -Target Computer -Force

I tried, looks like it doesn’t work. So how to update group policy on remote computer without a pre-log into remote computer.

Based on this link:

This command is only supported from a Windows Server or client systems with RSAT:

cmdlets that are for use in administering Group Policy in Windows Server and Windows client with Remote Server Administration Tools (RSAT) installed. (RSAT includes the GPMC and the Group Policy cmdlets.)