<%@ Language=VBScript %> developersDen - Microsoft Certified Systems Engineer

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
 

-

MCSE
-

Exam # Course Name Course #

 

Core Exams: Networking System (4 Exams Required)

70-290

Managing and Maintaining Microsoft Windows Server 2003 Environment

2273

70-291

Implementing a Microsoft Windows 2003 Network Infrastructure: Network Hosts
 

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

2276
 

2277

70-293

Planning and Maintaining a Microsoft Windows 2003 Network   Infrastructure

2278

70-294

Planning,  Implementing, and Maintaining a Microsoft Windows 2003 Active Directory Infrastructure

2279

 

Core Exams: Client Operating System (1 Exam Required)

70-270

Implementing and Supporting Microsoft Windows XP Professional

or

Installing, Configuring, and Administering Windows XP Professional

2272
or
2285

 

Core Exams: Design (1 Exam Required)

70-297

Designing a Microsoft Windows Server 2003 Active Directory and Network Infrastructure

2282

70-298

Designing Security for a Microsoft Windows Server 2003 Network

2830

 

Elective Exam (1 Exam Required)

70-228

Administering a Microsoft SQL Server 2000 Database

2072

70-229

Programming a Microsoft SQL Server 2000 Database

2073

70-284

Implementing and Managing Microsoft Exchange Server 2003

2400

70-297

Designing a Microsoft Windows Server 2003 Active Directory and Network Infrastructure

2282

70-298

Designing Security for a Microsoft Windows Server 2003 Network

2830

70-281

Planning, Deploying, and Managing an Enterprise Project Management Solution (5 days)

2732

70-296

Updating Systems Engineer Skills from Microsoft Windows 2000 to Windows Server 2003

2210

 

As an alternative to the electives listed above, these Microsoft certifications may be substituted for an MCSE elective: MCSA on Windows 2000; MCSE on Windows 2000; MCSE on Windows NT 4.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 




 

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 %>