On some Windows computers, for security reasons, if we run the Satellite Server service as Local User, we may find that the WMI modules do not run correctly.
In order to avoid this problem, the service must be configured to run with Administrator user permissions. To do this we have two methods:
1.- From cmd.exe using this command:
sc.exe config “SATELLITESRV” obj= “DOMAIN “Administrator” password= “password”.
2.- Or from Services.msc >> Right click on SATELLITESRV service >> Properties >> Login and select the Administrator user for its execution.