Categories
Knowledge Support Support exacqVision Enterprise Categories Products

Cannot Add Domain Users in ESM

Symptom:

When attempting to add a new user in ESM, the error “Password is too common” is displayed.

<br>

Problem:

This is caused by improper form validation. ESM cannot add domain users via the web interface

<br>

Solution:

Option 1:  Update ESM to version 5.9.9 or higher.

Option 2:  Add the user via the ESM API. 

<br>

Categories
Knowledge Support Support exacqVision Client Categories Products

Giving Domain Users Administrative Rights on Local Machine

Taken from: http://tinyapps.org/blog/windows/200910170715_give_domain_users_local_admin_rights.html

<br>

Giving domain users administrative rights on local machine

On the local machine: Control Panel > Administrative Tools > Computer Management (be sure to run as an existing admin) > Local Users and Groups > Groups > Administrators > Add > Advanced > Find Now > double click the Active Directory user(s) you wish to grant local admin rights to, or simply add the “Domain Users” group so that any AD users who login at that machine will have local admin priviledges. Click OK three times.

Or skip all the clicking and simply issue the following command:

net localgroup administrators “domain_name\Domain Users” /add

This could be added to a startup script or performed from a remote machine with Sysinternals’ PsExec:

psexec.exe \\server -u administrator -p password net localgroup administrators “domain_name\Domain Users” /add

<br>

Giving-Domain-Users-Administrative-Rights-on-Local-Machine.pdf