SubInAcl

  • Thread starter Thread starter Mathew
  • Start date Start date
M

Mathew

Hello,

I know this command permit to check the user rights on a server.
Does someone knows the good command to do it ?
I can't figure it out.

Cheers,
Mathew
 
Hello,

I know this command and it is working. An example is as the following :

subinacl /file C:\Documents and Settings\Administrator\Desktop\filename.exe
/owner=\USER1
 
User rights would be found in Local Security Policy [secpol.msc] effective
settings on a computer under security settings/local policies/user rights.
You can also use the secedit command to do such at the command line to
export settings or do an analysis. To find the user rights for a particular
user try the support tool gpresult with the /v switch.--- Steve
 
Back
Top