Link to home
Start Free TrialLog in
Avatar of rudym88
rudym88

asked on

script to scan networks

Hi all,

I was wondering if there is a way to do a script I can run from a command prompt that will scan the network checking for workstations that do not have a specific application installed or a service running, or a utility that will do this but that does not require installation.

I work with organizations that have an internal IT department monitoring their systems, and reporting to upper management. We monitor the system using an Agent but rely on in-house IT to install the agent and sometimes they don’t install the agent on all the workstations.  


Thanks
Rudy
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

It depends if wmi and remoteregistry is allowed in the firewall otherwise many powershell/vbscripts can do this enumeration for you without an agent.  If you are outside of the Local Network then your options are severely limited as what may be acceptable within the LAN is not on the WAN.
As mentioned by v23ofa it's depandant on firewalls etc..

You could look at http://nmap.org/download.html there is a windows client
Avatar of rudym88
rudym88

ASKER

Thanks for the responce.

I have full access to network resources, including the domain administrator password.

The problem with nmap is that I have to install it. I need something that does not require installation.

A tool like ipangry scanner or netscan.

Thanks
Rudy
SOLUTION
Avatar of Dale Harris
Dale Harris
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial