To create a new domain account, you may use the command given here, which must be executed using administrator credentials.
-
- Log in as an administrator and open a command prompt with administrative privileges.
- Adjust the following command so it fits your organization and execute it:
dsadd user “cn=radar_account,cn=users,dc=ORGANIZATION,dc=COM” -samid \
radar_account -upn [email protected] -pwd PASSWORD \
-pwdneverexpires yes -mustchpwd no -fn radar_account -ln \
fsecure_radar -display “Radar Account” -disabled no
- If possible, configure the user account so that the password does not expire.
It is recommended that you use this domain account to run the Windows Service (F-Secure Radar Agent) and authenticate to the scanned Windows systems.