Versions Compared

Key

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

...

Open-AudIT can audit any Windows computer you have credentials for, access the Open-AudIT main page at http://SERVERNAME-OR-IP/omk/oae, click on "Audit My PC" to download the Windows audit script to your local comptuercomputer.  Then run this script to audit any computer you have credentials for, if logged into a domain you do not need to enter the credentials on the command line.

To get some output while running the script, optionally include debugging=1 at the end of the command.

Audit the Windows Computer you are logged into

Code Block
cscript audit_windows.vbs REMOTE_PC strUser=REMOTE_USER strPass=PASSWORD

Audit a remote Windows Computer

This will access the Windows computer over the network, gather the necessary information and upload it to the Open-AudIT server.

Code Block
cscript audit_windows.vbs strcomputer=REMOTE_PC strUser=REMOTE_USER strPass=PASSWORD

More details are available in the article, How to audit a single Windows computer

...