|
|
|
date: Tue, 27 May 2008 18:24:32 +0200,
group: microsoft.public.win32.programmer.wmi
back
Re: network workgoup list
No, I do not think there is any way to get workgroup information/computers
from WMI. If member of a domain, you will just pull it from AD, if just a
member of a workgroup, there are some other network utilities you may have
to use to get a list. Querying WINS or NetBOIS is going to be the direction
to look for the list.
For the WMI information, start here:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/9041b0a5-c314-46d9-8f56-01506687f357.mspx?mfr=true
Allan
"Christophe Pin" wrote in message
news:483c35ba$0$20774$426a74cc@news.free.fr...
> Hi,
>
> I'm trying to make a script able to list all website configured in IIS on
> all my servers using WMI.
>
> First of all, if I don't want to manually set the servers lists, I have to
> retreive it listing all computers in my workgroup. How can I do it with
> WMI
> ?
>
> (I already know how to connect a computer to list websites in his IIS)
>
> Thank you a lot !
>
> --
> _________________________________________
> Now, you know the truth, Space Invaders are Back
> http://www.joachimgarraud.com
> L'invasion ne fait QUE commencer...
>
>
>
>
date: Thu, 29 May 2008 21:59:40 -0500
author: Allan
Re: network workgoup list
thanks for your answer
--
_________________________________________
Now, you know the truth, Space Invaders are Back
http://www.joachimgarraud.com
L'invasion ne fait QUE commencer...
"Allan" a écrit dans le message de news:
C6F61906-70AA-42C7-9B92-99BE7B39B662@microsoft.com...
> No, I do not think there is any way to get workgroup information/computers
> from WMI. If member of a domain, you will just pull it from AD, if just a
> member of a workgroup, there are some other network utilities you may have
> to use to get a list. Querying WINS or NetBOIS is going to be the
> direction to look for the list.
>
> For the WMI information, start here:
> http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/9041b0a5-c314-46d9-8f56-01506687f357.mspx?mfr=true
>
> Allan
>
> "Christophe Pin" wrote in message
> news:483c35ba$0$20774$426a74cc@news.free.fr...
>> Hi,
>>
>> I'm trying to make a script able to list all website configured in IIS on
>> all my servers using WMI.
>>
>> First of all, if I don't want to manually set the servers lists, I have
>> to
>> retreive it listing all computers in my workgroup. How can I do it with
>> WMI
>> ?
>>
>> (I already know how to connect a computer to list websites in his IIS)
>>
>> Thank you a lot !
>>
>> --
>> _________________________________________
>> Now, you know the truth, Space Invaders are Back
>> http://www.joachimgarraud.com
>> L'invasion ne fait QUE commencer...
>>
>>
>>
>>
date: Fri, 30 May 2008 09:10:45 +0200
author: Christophe Pin
|
|