User Cleanup
-
is possible get the domain User Cleanup service to work? i see that is not working due UAC.
i have some windows scripts that delete domain users profile in c:/users and also in regedit. is possible to deploy it in user cleanup service of fog?
-
@fabritrento As you stated it, UAC is preventing access. There is no real way to fix user cleanup that I’m aware of.
We have started working to remove the features that we cannot manage.
case 'service-autologout': $this->serviceAutologoutPost(); break; case 'service-displaymanager': $this->serviceDisplaymanagerPost(); break; case 'service-hostnamechanger': $this->serviceHostnamechangerPost(); break; case 'service-hostregister': $this->serviceHostregisterPost(); break; case 'service-powermanagement': $this->servicePowermanagementPost(); break; case 'service-printermanager': $this->servicePrintermanagerPost(); break; case 'service-snapinclient': $this->serviceSnapinclientPost(); break; case 'service-taskreboot': $this->serviceTaskrebootPost(); break; case 'service-usertracker': $this->serviceUsertrackerPost();
Sorry that it isn’t “pretty” but this is the code moving forward. You can think of anything not on this list, but still accessible in the 1.5.x versions as being deprecated (to non-functionality)