Networking Forums

Networking Forums > Computer Networking > Windows Networking > Dcdiag fails on domain member ?

Reply
Thread Tools Display Modes

Dcdiag fails on domain member ?

 
 
Tony B
Guest
Posts: n/a

 
      03-09-2009, 03:17 PM
On of my colleagues is trying to install windows deployment server, and
having some possible AD problems. So we decided to use dcdiag and make sure
the DC seemd ok. I ran Dcdiag on the DC and it passes fine, no errors. I
then ran it on a XP machine which is a member of the domain, and there is
one failure which states
......
Starting test: RidManager
......................... ORAC passed test RidManager
Starting test: MachineAccount
Could not get NetBIOSDomainName
Failed can not test for HOST SPN
Failed can not test for HOST SPN
* Missing SPN null)
* Missing SPN null)
......................... ORAC failed test MachineAccount
Starting test: Services
......................... ORAC passed test Services
....
What does this mean ? How can I fix it ? (I made sure netbios over tcpip is
enabled in tcpip advanced properties.)

Tony



 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      03-09-2009, 05:04 PM
"Tony B" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
....
> What does this mean ? How can I fix it ? (I made sure netbios over tcpip
> is enabled in tcpip advanced properties.)


It means you are supposed to run DCDiag on the DC,...not the workstations.

You run NetDiag on the Workstations.


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Tony B
Guest
Posts: n/a

 
      03-09-2009, 05:52 PM
"Phillip Windell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Tony B" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> ...
>> What does this mean ? How can I fix it ? (I made sure netbios over tcpip
>> is enabled in tcpip advanced properties.)

>
> It means you are supposed to run DCDiag on the DC,...not the workstations.
>
> You run NetDiag on the Workstations.
>
>
> --
> Phillip Windell
> www.wandtv.com
>



Dcdiag has an option /s:domaincontrollername, so you can run it on xp
machine and tell it to connect to the dc ? It seems to me it can be run on a
non DC otherwise why have this option ?


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      03-09-2009, 09:27 PM
Hello Tony,

If the support tools are installed on the client OS it works also with "dcdiag
/sCName", thats correct.

So running on the DC itself and from the client machine has different results,
if i got you correct? Please post both output's here.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> "Phillip Windell" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>> "Tony B" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>> ...
>>> What does this mean ? How can I fix it ? (I made sure netbios over
>>> tcpip is enabled in tcpip advanced properties.)
>>>

>> It means you are supposed to run DCDiag on the DC,...not the
>> workstations.
>>
>> You run NetDiag on the Workstations.
>>
>> --
>> Phillip Windell
>> www.wandtv.com

> Dcdiag has an option /s:domaincontrollername, so you can run it on xp
> machine and tell it to connect to the dc ? It seems to me it can be
> run on a non DC otherwise why have this option ?
>



 
Reply With Quote
 
Tony B
Guest
Posts: n/a

 
      03-10-2009, 08:37 AM
"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello Tony,
>
> If the support tools are installed on the client OS it works also with
> "dcdiag /sCName", thats correct.
>
> So running on the DC itself and from the client machine has different
> results, if i got you correct? Please post both output's here.
>
> Best regards
>
> Meinolf Weber

All tests pass ok on the DC and on a machine that is on the domain.
On the XP machine (which is a member of the domain) dcdiag /srac
/u:imageproc\admin /p:*
produces (admin is an domain administrator account)
.......
Starting test: RidManager
......................... ORAC passed test RidManager
Starting test: MachineAccount
Could not get NetBIOSDomainName
Failed can not test for HOST SPN
Failed can not test for HOST SPN
* Missing SPN null)
* Missing SPN null)
......................... ORAC failed test MachineAccount
Starting test: Services
......................... ORAC passed test Services
.......

On the DC I get
Starting test: RidManager
......................... ORAC passed test RidManager
Starting test: MachineAccount
......................... ORAC passed test MachineAccount
Starting test: Services
......................... ORAC passed test Services

Tony


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      03-10-2009, 08:50 AM
Hello Tony,

The machineaccount test should be the same, if i test in my environment it
is correct. Please post the unedited ipconfig /all from the DC and the client
machine.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>
>> Hello Tony,
>>
>> If the support tools are installed on the client OS it works also
>> with "dcdiag /sCName", thats correct.
>>
>> So running on the DC itself and from the client machine has different
>> results, if i got you correct? Please post both output's here.
>>
>> Best regards
>>
>> Meinolf Weber
>>

> All tests pass ok on the DC and on a machine that is on the domain.
> On the XP machine (which is a member of the domain) dcdiag /srac
> /u:imageproc\admin /p:*
> produces (admin is an domain administrator account)
> ......
> Starting test: RidManager
> ......................... ORAC passed test RidManager
> Starting test: MachineAccount
> Could not get NetBIOSDomainName
> Failed can not test for HOST SPN
> Failed can not test for HOST SPN
> * Missing SPN null)
> * Missing SPN null)
> ......................... ORAC failed test MachineAccount
> Starting test: Services
> ......................... ORAC passed test Services
> ......
> On the DC I get
> Starting test: RidManager
> ......................... ORAC passed test RidManager
> Starting test: MachineAccount
> ......................... ORAC passed test MachineAccount
> Starting test: Services
> ......................... ORAC passed test Services
> Tony
>



 
Reply With Quote
 
Tony B
Guest
Posts: n/a

 
      03-10-2009, 09:14 AM
Here is output on the domain machine
ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : tonyb-pc
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : imageproc.imageproc.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : imageproc.imageproc.com
Description . . . . . . . . . . . : NVIDIA nForce Networking
Controller
Physical Address. . . . . . . . . : 00-05-5D-06-DB-6A
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.92.109.141
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.92.109.4
DHCP Server . . . . . . . . . . . : 192.92.109.6
DNS Servers . . . . . . . . . . . : 192.92.109.6
Primary WINS Server . . . . . . . : 192.92.109.6
Lease Obtained. . . . . . . . . . : 06 March 2009 13:19:30
Lease Expires . . . . . . . . . . : 14 March 2009 13:19:30

Here is output on the DC
ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : ORAC
Primary Dns Suffix . . . . . . . : imageproc.imageproc.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : imageproc.imageproc.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : 00-13-72-34-BF-A4
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.92.109.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.92.109.4
DNS Servers . . . . . . . . . . . : 192.92.109.6
Primary WINS Server . . . . . . . : 192.92.109.6

Regards
Tony

"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello Tony,
>
> The machineaccount test should be the same, if i test in my environment it
> is correct. Please post the unedited ipconfig /all from the DC and the
> client machine.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed) .com...
>>
>>> Hello Tony,
>>>
>>> If the support tools are installed on the client OS it works also
>>> with "dcdiag /sCName", thats correct.
>>>
>>> So running on the DC itself and from the client machine has different
>>> results, if i got you correct? Please post both output's here.
>>>
>>> Best regards
>>>
>>> Meinolf Weber
>>>

>> All tests pass ok on the DC and on a machine that is on the domain.
>> On the XP machine (which is a member of the domain) dcdiag /srac
>> /u:imageproc\admin /p:*
>> produces (admin is an domain administrator account)
>> ......
>> Starting test: RidManager
>> ......................... ORAC passed test RidManager
>> Starting test: MachineAccount
>> Could not get NetBIOSDomainName
>> Failed can not test for HOST SPN
>> Failed can not test for HOST SPN
>> * Missing SPN null)
>> * Missing SPN null)
>> ......................... ORAC failed test MachineAccount
>> Starting test: Services
>> ......................... ORAC passed test Services
>> ......
>> On the DC I get
>> Starting test: RidManager
>> ......................... ORAC passed test RidManager
>> Starting test: MachineAccount
>> ......................... ORAC passed test MachineAccount
>> Starting test: Services
>> ......................... ORAC passed test Services
>> Tony
>>

>
>



 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      03-10-2009, 11:14 AM
Hello Tony,

Your domain name is imageproc.imageproc.com? Is that listed in DNS and also
as AD domain name when you have open AD UC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Here is output on the domain machine
> ipconfig /all
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : tonyb-pc
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : imageproc.imageproc.com
> Ethernet adapter Local Area Connection:
> Connection-specific DNS Suffix . : imageproc.imageproc.com
> Description . . . . . . . . . . . : NVIDIA nForce Networking
> Controller
> Physical Address. . . . . . . . . : 00-05-5D-06-DB-6A
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.92.109.141
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.92.109.4
> DHCP Server . . . . . . . . . . . : 192.92.109.6
> DNS Servers . . . . . . . . . . . : 192.92.109.6
> Primary WINS Server . . . . . . . : 192.92.109.6
> Lease Obtained. . . . . . . . . . : 06 March 2009 13:19:30
> Lease Expires . . . . . . . . . . : 14 March 2009 13:19:30
> Here is output on the DC
> ipconfig /all
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : ORAC
> Primary Dns Suffix . . . . . . . : imageproc.imageproc.com
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : imageproc.imageproc.com
> Ethernet adapter Local Area Connection:
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
> Ethernet
> Physical Address. . . . . . . . . : 00-13-72-34-BF-A4
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.92.109.6
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.92.109.4
> DNS Servers . . . . . . . . . . . : 192.92.109.6
> Primary WINS Server . . . . . . . : 192.92.109.6
> Regards
> Tony
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>
>> Hello Tony,
>>
>> The machineaccount test should be the same, if i test in my
>> environment it is correct. Please post the unedited ipconfig /all
>> from the DC and the client machine.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>> news:(E-Mail Removed) .com...
>>>
>>>> Hello Tony,
>>>>
>>>> If the support tools are installed on the client OS it works also
>>>> with "dcdiag /sCName", thats correct.
>>>>
>>>> So running on the DC itself and from the client machine has
>>>> different results, if i got you correct? Please post both output's
>>>> here.
>>>>
>>>> Best regards
>>>>
>>>> Meinolf Weber
>>>>
>>> All tests pass ok on the DC and on a machine that is on the domain.
>>> On the XP machine (which is a member of the domain) dcdiag /srac
>>> /u:imageproc\admin /p:*
>>> produces (admin is an domain administrator account)
>>> ......
>>> Starting test: RidManager
>>> ......................... ORAC passed test RidManager
>>> Starting test: MachineAccount
>>> Could not get NetBIOSDomainName
>>> Failed can not test for HOST SPN
>>> Failed can not test for HOST SPN
>>> * Missing SPN null)
>>> * Missing SPN null)
>>> ......................... ORAC failed test MachineAccount
>>> Starting test: Services
>>> ......................... ORAC passed test Services
>>> ......
>>> On the DC I get
>>> Starting test: RidManager
>>> ......................... ORAC passed test RidManager
>>> Starting test: MachineAccount
>>> ......................... ORAC passed test MachineAccount
>>> Starting test: Services
>>> ......................... ORAC passed test Services
>>> Tony



 
Reply With Quote
 
Tony B
Guest
Posts: n/a

 
      03-10-2009, 12:33 PM
Hi Meinolf,
My domain is imageproc.imageproc.com. If I open AD management on the DC,
this is the domain shown under AD UC, AD DT & AD SS.
Also listed under DNS shown in the AD management view. If I open the DNS
server or the DNS under AD management I have 2 foward lookup zones,
imageproc.imageproc.com & _msdcs.imageproc.imageproc.com, and a reverse
lookup zone 192.92.109.x which looks correct. The imageproc.imageproc.com
forward zone shows all the computers in the domain, and the
_msdcs.imageproc.imageproc.com shows values for dc/gc/domains/pdc tcp which
seem to give _ldap info.
If I open AD Management on another machine, it fails with message Naming
information cannot be located because: The specified domain either does not
exist or could not be contacted.....
When it opens the AD UC and AD SS have red crosses, but the DNS section
displays same info as on DC. If I right click AD UC "Connect to Domain" and
browse for domains none are found. If I right click AD UC "Connect To Domain
Controller" then no DC is listed but if I enter orac it connects ok and
displays the computers/users in the domain.
It seems that the domain and DC seem not to be visible to any of the AD
management tools unless I tell them the DC is orac (except on the DC itself
where it works ok) ?

Regards
Tony


"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello Tony,
>
> Your domain name is imageproc.imageproc.com? Is that listed in DNS and
> also as AD domain name when you have open AD UC?
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Here is output on the domain machine
>> ipconfig /all
>> Windows IP Configuration
>> Host Name . . . . . . . . . . . . : tonyb-pc
>> Primary Dns Suffix . . . . . . . :
>> Node Type . . . . . . . . . . . . : Hybrid
>> IP Routing Enabled. . . . . . . . : No
>> WINS Proxy Enabled. . . . . . . . : No
>> DNS Suffix Search List. . . . . . : imageproc.imageproc.com
>> Ethernet adapter Local Area Connection:
>> Connection-specific DNS Suffix . : imageproc.imageproc.com
>> Description . . . . . . . . . . . : NVIDIA nForce Networking
>> Controller
>> Physical Address. . . . . . . . . : 00-05-5D-06-DB-6A
>> Dhcp Enabled. . . . . . . . . . . : Yes
>> Autoconfiguration Enabled . . . . : Yes
>> IP Address. . . . . . . . . . . . : 192.92.109.141
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.92.109.4
>> DHCP Server . . . . . . . . . . . : 192.92.109.6
>> DNS Servers . . . . . . . . . . . : 192.92.109.6
>> Primary WINS Server . . . . . . . : 192.92.109.6
>> Lease Obtained. . . . . . . . . . : 06 March 2009 13:19:30
>> Lease Expires . . . . . . . . . . : 14 March 2009 13:19:30
>> Here is output on the DC
>> ipconfig /all
>> Windows IP Configuration
>> Host Name . . . . . . . . . . . . : ORAC
>> Primary Dns Suffix . . . . . . . : imageproc.imageproc.com
>> Node Type . . . . . . . . . . . . : Hybrid
>> IP Routing Enabled. . . . . . . . : No
>> WINS Proxy Enabled. . . . . . . . : No
>> DNS Suffix Search List. . . . . . : imageproc.imageproc.com
>> Ethernet adapter Local Area Connection:
>> Connection-specific DNS Suffix . :
>> Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
>> Ethernet
>> Physical Address. . . . . . . . . : 00-13-72-34-BF-A4
>> DHCP Enabled. . . . . . . . . . . : No
>> IP Address. . . . . . . . . . . . : 192.92.109.6
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.92.109.4
>> DNS Servers . . . . . . . . . . . : 192.92.109.6
>> Primary WINS Server . . . . . . . : 192.92.109.6
>> Regards
>> Tony
>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed) .com...
>>
>>> Hello Tony,
>>>
>>> The machineaccount test should be the same, if i test in my
>>> environment it is correct. Please post the unedited ipconfig /all
>>> from the DC and the client machine.
>>>
>>> Best regards
>>>
>>> Meinolf Weber
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers no rights.
>>> ** Please do NOT email, only reply to Newsgroups
>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>>> news:(E-Mail Removed) .com...
>>>>
>>>>> Hello Tony,
>>>>>
>>>>> If the support tools are installed on the client OS it works also
>>>>> with "dcdiag /sCName", thats correct.
>>>>>
>>>>> So running on the DC itself and from the client machine has
>>>>> different results, if i got you correct? Please post both output's
>>>>> here.
>>>>>
>>>>> Best regards
>>>>>
>>>>> Meinolf Weber
>>>>>
>>>> All tests pass ok on the DC and on a machine that is on the domain.
>>>> On the XP machine (which is a member of the domain) dcdiag /srac
>>>> /u:imageproc\admin /p:*
>>>> produces (admin is an domain administrator account)
>>>> ......
>>>> Starting test: RidManager
>>>> ......................... ORAC passed test RidManager
>>>> Starting test: MachineAccount
>>>> Could not get NetBIOSDomainName
>>>> Failed can not test for HOST SPN
>>>> Failed can not test for HOST SPN
>>>> * Missing SPN null)
>>>> * Missing SPN null)
>>>> ......................... ORAC failed test MachineAccount
>>>> Starting test: Services
>>>> ......................... ORAC passed test Services
>>>> ......
>>>> On the DC I get
>>>> Starting test: RidManager
>>>> ......................... ORAC passed test RidManager
>>>> Starting test: MachineAccount
>>>> ......................... ORAC passed test MachineAccount
>>>> Starting test: Services
>>>> ......................... ORAC passed test Services
>>>> Tony

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      03-10-2009, 06:15 PM
"Tony B" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> "Phillip Windell" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Tony B" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>> ...
>>> What does this mean ? How can I fix it ? (I made sure netbios over tcpip
>>> is enabled in tcpip advanced properties.)

>>
>> It means you are supposed to run DCDiag on the DC,...not the
>> workstations.


But I believe it is still for the purpose of testing the DC isn't it? I
don't think it is for testing the Workstation. If you are wanting to
troubleshoot the workstation then DCDiag would not be the right tool?

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
authenticate a non-domain member computer samir Windows Networking 0 06-19-2007 10:30 AM
add member server to domain SANMAN07 Windows Networking 4 12-31-2006 05:25 AM
Should our web server be a domain member? OscarVogel Windows Networking 17 04-14-2006 12:11 AM
2003 Member server in a NT4 domain =?Utf-8?B?Y2FzZXliMQ==?= Windows Networking 3 03-08-2005 05:52 PM
DHCP on domain controller or member server Oskarsson Mikael Windows Networking 2 08-08-2004 09:43 PM



1 2 3 4 5 6 7 8 9 10 11