The user does not have RSoP data

The user does not have RSoP data

This is an error you get back from running GPRESULT /R and it happens because the user you’re running this command with isn’t logged on the system.
For instance you want to check the policies applied to your computer but you’re not logged on with your administrator account. So you would run a command line prompt as a different user and then run gpresult /r or gpresult /r /scope computer getting stuck at The user does not have RSoP data.

gpresult-the-user-does-not-have-rsop-dataIn order to avoid this warning, you can run the following:

GPRESULT /R /USER:itdroplets\myuser

Where itdroplets\myuser is the user account that is logged on that workstation at the minute.

If you’re running this with PSEXEC (remotely) and you don’t know who’s logged on, run the following (with your admin account):

QWINSTA /SERVER:PC01

Where PC01 is the target computer. Note that this command might fail if ran it as above but it won’t if you run it with psexec like this:

PSEXEC.EXE \\PC01 QWINSTA

 

IT Droplets

IT Droplets