Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The command line arguments are as follows, variable [default] (valid options):

VariableDescription
create_file [n] (y|n)create a text file names COMPUTERNAME_YYYYMMDDHHMMSS.xml in the directory the audit script is run.
debugging [1] (0-3)Verbosity of the output to the command line. Set to "0" for no output.
ldap [] (string)This value is passed in when running the audit_domain script. Only set this value if your audit host is on a different domain than audit targets and you are not using audit_domain.vbs - IE, you are running "cscript audit_windows.vbs COMPUTER" where COMPUTER is on a separate domain than the PC you are running the command on. This would then apply to ALL systems audited like this. This would be the exception rather than the rule.
org_id [] (org_id)If set the PC will be automatically assigned to the organisation. Get the organisation id by using the web interface.
ping_target [n] (y|n)     Attempt to ping the target PC before attempting to audit it.
self_delete [n] (y|n)Delete the audit script itself upon completion.
skip_printer [n] (y|n)Do not attempt to retrieve any printer details.
skip_software [n] (y|n)Do not attempt to retrieve any installed software details.
skip_dns [n] (y|n)Do not attempt to retrieve any DNS details.
skip_mount_point [n] (y|n)Do not attempt to retrieve mount point details.
strcomputer [.] (string)The name of the target PC. "." means the local PC on which the script is running.
struser [] (string)Should be of the format DOMAIN/USERNAME. Runs the script against the target PC using these credentials.
strpass [] (string)Runs the script against the target PC using these credentials.
submit_online [y] (y|n)Submit the audit result to the webserver upon completion.
url [http://localhost/index.php/system] (string)The URL of the Open-AudIT server to submit the audit to. The variable submit_online must be set to "y".
use_proxy [n] (y|n)Unused at present.
windows_user_work_1 [physicalDeliveryOfficeName] (string)The Active Directory attribute to use as a first preference to determining the target PCs user work unit.
windows_user_work_2 [company] (string)The Active Directory attribute to use as a second preference to determining the target PCs user work unit.
details_to_lower [y] (y|n)Details like domain, hostname, username, etc are usually set to lower case for consistency. If you would like these kept as retrieved, set to "n".

 

create_file [n] (y|n) - create a text file names COMPUTERNAME_YYYYMMDDHHMMSS.xml in the directory the audit script is run.

...