Skip to end of banner
Go to start of banner

Getting Started

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Audit a Single Windows Computer

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 computer.  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

cscript audit_windows.vbs 

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.

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

Run a Network Discovery

Open-AudIT can discover devices on an IP network using network scanning, you can find more details in the article How to audit a subnet using a script

Audit a Windows Domain

Open-AudIT will find all the computers participating in a windows domain and then audit them all, this is detailed in the article, How to audit an Active Directory domain

 


  • No labels