<%@ Language=VBScript %> developersDen - Microsoft Certified Sytems Administrator

Newsletter

click here for the
Digressions Newsletter


Customer List

 

Student Quotes

developersDen technical training and consulting services praised by students across the country


 


 

         
-
D-U-N-S Number: 170940857

 


-


<< Click here to return to Certification Tracks
 

-

MCSA
-

Exam #

Course Name

Course #

 

Core Exams: Networking System (2 Exams Required)

70-290

Managing and Maintaining a Windows Server 2003 Environment

2273

70-291

Implementing a Microsoft Windows 2003 Network Infrastructure: Network Hosts

Implementing, Managing, and Maintaining a Windows Server 2003 Network Infrastructure: Network Services

2276
 

 2277

 

Core Exams: Client Operating System (1 Exam Required)

70-270

Implementing and Supporting Windows XP Professional

or

Installing, Configuring, and Administering  XP Professional

2272

or

2285

Elective Exam (1 Exam Required)

MCDST  

Supporting Users Running the Microsoft Windows XP Operating System

Supporting Users Running Applications on a Microsoft Windows XP Operating System

2261

 2262

70-284

Implementing and Managing Microsoft Exchange 2003

2400

70-299  

Implementing and Administering Security in a Windows Server 2003 Network

2823

70-227

Deploying and Managing Microsoft Internet Security and Acceleration Server 2000

2159

70-228

Administering a Microsoft SQL Server 2000 Database

2072

70-086

Microsoft Systems Management Server

827/828

 

 

 

 






 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


 

Home

About Us

Contact Us

Legal

© 2004 developersDen Inc. All rights reserved.

   
<% Function getXML(sourceFile, number) On Error Resume Next dim styleFile, xmlFile dim source, style styleFile = Server.MapPath("news.xsl") xmlFile = Server.MapPath("news" & number & ".xml") Dim xmlhttp Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") xmlhttp.Open "GET", sourceFile, false xmlhttp.Send If Err.number <> 0 Then set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.load(xmlFile) Else set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadxml(xmlhttp.ResponseText) source.save Server.MapPath("news" & number & ".xml") End If set style = Server.CreateObject("Microsoft.XMLDOM") style.async = false style.load(styleFile) getXML = source.transformNode(style) set source = nothing set style = nothing End Function %>