Net View to gather network enterprise information

  • Thread starter Thread starter JohnNews
  • Start date Start date
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.
 
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!
 
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!
 
Back
Top