Hi,
I'm trying to help a co-worker who has to meet security requirements. The GPO does not update all user profiles on a kiosk type machine shared by multiple users; therefore the security scans fail. The updates only occur on the users who logon.
Is there a PowerShell command to force all non-logged on users' profiles to receive the GPO update? I found the Invoke-GPUpdate but it's not clear to me whether this actually forces non-logged on user profiles to receive the GPO update.
https://docs.microsoft.com/en-us/powershell/module/grouppolicy/invoke-gpupdate?view=win10-ps
Is there a way to script this to force all users (regardless of logged on status) on all machines to receive the GPO updates? I'm fairly new to PowerShell.
Thank you.