Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 7
in the warning note towards the top of the page

"..., you will need Windows XP Service Pack 2 or later."

NOW READS:
"..., you will need Windows XP Service Pack 1 or later."

Anonymous  May 2005
Printed Page 34
5th paragraph

The section

Configure a name server to forward queries it can't resolve
DNS --> Configure a Forwarder

HAS BEEN RELOCATED directly after the end of the second paragraph, which ends "in Chapter
4."

Also, in this phrase "DNS --> Configure a Forwarder" the word "DNS" NOW APPEARS as
italicized text.

Anonymous  May 2005
Printed Page 129
Under Device-Concepts entry,

The URL - http://www.microsoft.com/hwtest/hcl

NOW READS:
http://www.microsoft.com/whdc/hcl/default.mspx

The URL change also appears in Chapter 4, Under Installation-Concepts, First paragraph on p.266

Anonymous  May 2005
Printed Page 176
2nd bullet point

Last word in the sentence NOW READS "registry" rather than "registrary"

Anonymous  May 2005
Printed Page 214
last paragraph

2nd word of last paragraph NOW READS "might", not "mght"

Anonymous  May 2005
Printed Page 243
1st italicised heading

"Domain Security Policy"

NOW READS:
"Local Security Policy"

Anonymous  May 2005
Printed Page 243
last paragraph, first sentence, seventh word;

"Doman"

NOW READS:
"Domain"

Anonymous  May 2005
Printed Page 252
Under Group Policy-Tasks, The Tip at the top

http://www.ondemand.com

NOW READS:
http://www.crystaldecisions.com

Anonymous  May 2005
Printed Page 287
third line in table

asman.msc NOW READS azman.msc

Anonymous  May 2005
Printed Page 496
6th paragraph, the line is used for imputing data using ldifde

ldifde -i -f C:
ewusers.txt

NOW READS:
ldifde -i -f c:
ewusers.ldf

Anonymous  May 2005
Printed Page 523
under NET SHARE heading

I forgot to mention that in Windows Server 2003 the NET SHARE command has a new option:

/GRANT

You must explicitely include this option when you want to grant share permissions.
This option was omitted from the text by mistake. Sorry!

Anonymous 
Printed Page 592
In the area "With WEEKLY" under "/d Day,[Day...]

The Syntax
With WEEKLY
MON-SUN[, MON-SUN...]

implies to me you may create a task using syntax such as

SCHTASKS /CREATE /TN test2 /SC WEEKLY /D MON-FRI /RU "system" /TR test.exe

but Windows 2003 will not accept /D MON-FRI.
It will accept:

SCHTASKS /CREATE /TN test2 /SC WEEKLY
/D MON,TUE,WED,THU,FRI /RU "system" /TR test.exe

Anonymous