Re: Remove Users from Administrators Group

2011-01-06 Thread Andy Kurth
Correct. Users are always in the Users and Remote Desktop Users groups. Users are by default also added to the Administrators group unless administrative access is disabled. VCL does not do anything regarding the Power Users group. There hasn't been a need AFAIK. More elaborate Windows gro

Re: Remove Users from Administrators Group

2011-01-04 Thread Kelly Robinson
So this doesn't allow the user to operate as a power user? If the user is not selected to be part of the administrators group, are they only part of the RDP group? Kelly >>> Andy Kurth 12/16/2010 3:01:21 PM >>> This is controlled via the setting: Manage Images - Edit Image Profiles - Edit - U

Re: Remove Users from Administrators Group

2010-12-16 Thread Andy Kurth
This is controlled via the setting: Manage Images - Edit Image Profiles - Edit - Users have administrative access: Yes/No imagemeta_rootaccess refers to the rootaccess column in the imagemeta table. This only controls whether or not the users will be added to the Administrators group. -Andy

Remove Users from Administrators Group

2010-12-16 Thread Hartl, Gerhard L.
What is the best method to enter users into the power users or users group instead of the Administrators Group? I found the section of code where: if (defined($imagemeta_rootaccess) && $imagemeta_rootaccess eq '0') { notify($ERRORS{'DEBUG'}, 0, "user will NOT be added to the Ad