>I think net view will show you all computers connected and authenticated to
>the domain (even if no one is logged on), and thus available. csvde can
>reveal all computers in the domain, whether online or not.
>
> You could write a script to read the computer names from your text file
> and then attempt to ping each and report on the results.
>
> Or, I have an example VBScript program that queries AD for all computer
> objects, then pings each to see if they are available. If they are
> available the program connects and retrieves some information. All is
> logged to an Excel spreadsheet. The program is linked here:
>
>
http://www.rlmueller.net/Inventory.htm>
> You can use the program as is, or modify for your needs. It could be
> modified to read computer names from a text file using the
> FileSystemObject. This should get you started.
>
> --
> Richard Mueller
> Microsoft MVP Scripting and ADSI
> Hilltop Lab -
http://www.rlmueller.net> --
>
> "RANG" <RANG[ at ]discussions.microsoft.com> wrote in message
> news:11BD5D72-4B9F-4DC6-8F88-40D3E67F568B[ at ]microsoft.com...
>> Thanks Al Dunbar.
>>
>> I will try to create a script using ur command. My Exact requirement is I
>> had list of hostnames in my notepad file. I want to check those hostnames
>> availability in AD. Is it possible to get a report with all the host name
>> and
>> their presence details (yes/no) in Excel format.
>>
>> Somewhere i saw these kind of script. Now i need that. can u help for
>> this??
>>
>> "Al Dunbar" wrote:
>>
>>>
>>> "RANG" <RANG[ at ]discussions.microsoft.com> wrote in message
>>> news:3152DE27-CABB-4DE4-A4C6-2A9D841D270F[ at ]microsoft.com...
>>> > Hi,
>>> >
>>> > I need a script to find the list of systems will be available in AD or
>>> > not?
>>>
>>> the command 'NET VIEW' will display a list of all computers that have
>>> been
>>> up for at least fifteen minutes. to get a list of all computers in AD,
>>> the
>>> simplest method would be to use CSVDE.exe.
>>>
>>> What, exactly, do you mean by "available in AD"?
>>>
>>>
>>> /Al
>>>
>>>
>>>
>
>