Net View to gather network enterprise information

J

JohnNews

Folks:

I know I can use the command "NET VIEW /DOMAIN: DomainName" to get a list
of all the COMPUTERS on my domain. Currently Active Directory is not
deployed on my network.

I want to consider two network scenarios [ 1. Active Directory deployed
within enterprise 2. Active Directory NOT deployed within enteprise]. How
could I use DOS commands or maybe a scripting language like ADSI to
efficiently gather NET VIEW type information about a network enterprise.

Eventually I will probably just write my own Visual Basic 6.0 program to
collect all this type of information using a nice interface.

Thanks,
John.
 
S

Scott Losawyer

Are you in a domain? how about using netdom to dump a list of domain
members?
 
G

guard

I know I can use the command "NET VIEW /DOMAIN: DomainName" to get a list
of all the COMPUTERS on my domain. Currently Active Directory is not
deployed on my network.

I want to consider two network scenarios [ 1. Active Directory deployed
within enterprise 2. Active Directory NOT deployed within enteprise]. How
could I use DOS commands or maybe a scripting language like ADSI to
efficiently gather NET VIEW type information about a network enterprise.

Eventually I will probably just write my own Visual Basic 6.0 program to
collect all this type of information using a nice interface.

Thanks,
John.

The Mount/\Commands in the "NetValue Series" provide several types of
comma delimited lists using only the built-in tools.

See (http://TheSystemGuard.com/MtCmds/NetValue)

-tsg
____________________________________________________________
TheSystemGuard.com | BoomingOrFuming.com | MountCommands.com
Free and "Almost Free" Knowledge for Windows System Admins!
 
G

guard

I know I can use the command "NET VIEW /DOMAIN: DomainName" to get a list
of all the COMPUTERS on my domain. Currently Active Directory is not
deployed on my network.

I want to consider two network scenarios [ 1. Active Directory deployed
within enterprise 2. Active Directory NOT deployed within enteprise]. How
could I use DOS commands or maybe a scripting language like ADSI to
efficiently gather NET VIEW type information about a network enterprise.

Eventually I will probably just write my own Visual Basic 6.0 program to
collect all this type of information using a nice interface.

Thanks,
John.

The Mount/\Commands in the "NetValue Series" provide several types of
comma delimited lists using only the built-in tools.

See (http://TheSystemGuard.com/MtCmds/NetValue)

-tsg
____________________________________________________________
TheSystemGuard.com | BoomingOrFuming.com | MountCommands.com
Free and "Almost Free" Knowledge for Windows System Admins!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top