Hi all,
I'm tyring to limit the amount of people in my company who have access to fiddle with their Sophos AV clients. To do this, I've created a script which removes the ready-created "SophosAdministrator" group from local machines, and then recreating it with the members I deem fit.
(I'm using code as referenced in thread329-1255263).
The only problem I'm having is adding the local SYSTEM account for each machine to the group - it needs this for the on-access & scheduled scans. I'm guessing the cause is that the "NT AUTHORITY\SYSTEM" account isn't a "user", but a "built-in security principal".
Can anyone help with this?
Much appreciated...
I'm tyring to limit the amount of people in my company who have access to fiddle with their Sophos AV clients. To do this, I've created a script which removes the ready-created "SophosAdministrator" group from local machines, and then recreating it with the members I deem fit.
(I'm using code as referenced in thread329-1255263).
The only problem I'm having is adding the local SYSTEM account for each machine to the group - it needs this for the on-access & scheduled scans. I'm guessing the cause is that the "NT AUTHORITY\SYSTEM" account isn't a "user", but a "built-in security principal".
Can anyone help with this?
Much appreciated...