
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mcts 70-680, Mcts Certification, Microsoft 70-680</title>
	<atom:link href="http://www.mcts-windows-7.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcts-windows-7.org</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 01:26:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MCTS: Microsoft .NET Framework 3.5, ADO.NET Application Development &#8211; Exam 70-561 Skill Measured</title>
		<link>http://www.mcts-windows-7.org/archives/1106</link>
		<comments>http://www.mcts-windows-7.org/archives/1106#comments</comments>
		<pubDate>Wed, 16 May 2012 01:26:37 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS exam]]></category>
		<category><![CDATA[mcts certification]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.org/?p=1106</guid>
		<description><![CDATA[This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam. &#160; The information after “This objective may include but is not [...]]]></description>
			<content:encoded><![CDATA[<p>This exam measures your ability to accomplish the technical tasks listed below.</p>
<p>The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam.</p>
<p>&nbsp;</p>
<p>The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.</p>
<p>&nbsp;</p>
<p>Connecting to Data Sources (12 percent)</p>
<p>•Manage connection strings. May include but is not limited to: using the ConnectionStringBuilder; leveraging the ConfigurationManager; protecting the connection string; using Security Support Provider Interface (SSPI) or SQL Server authentication; correctly addressing the SQL Server instance; managing “User Instance” and AttachDBfilename</p>
<p>•Manage connection objects. May include but is not limited to: managing connection state, managing connection pool; implementing persistent data connections; implementing Multiple Active Result Sets (MARS); encrypting and decrypting data</p>
<p>•Work with data providers. May include but is not limited to: limitations, behaviors, performance, installation issues, deployment issues; ODBC, Microsoft OLE DB, SqlClient, managed providers, third-party providers, native providers</p>
<p>•Connect to a data source by using a generic data access interface. May include but is not limited to: System.Data.Common namespace classes</p>
<p>•Handle and diagnose database connection exceptions. May include but is not limited to: implementing try/catch handlers</p>
<p>Selecting and Querying Data (22 percent)</p>
<p>•Build command objects. May include but is not limited to: building Parameters collections; using input and output parameters and return values; selecting an appropriate CommandType action; selecting an appropriate Execute method; using the CommandBuilder class; choosing appropriate CommandBehavior</p>
<p>•Query data from data sources. May include but is not limited to: writing queries to solve assigned problems; implementing data paging; sorting, filtering, and aggregating data</p>
<p>•Retrieve data source data by using the DataReader. May include but is not limited to: retrieving data from SELECT statements; retrieving data from stored procedures; working with multiple result sets</p>
<p>•Manage data by using the DataAdapter or the TableAdapter. May include but is not limited to: retrieving data from SELECT statements; retrieving data from stored procedures; working with multiple result sets; working with JOIN products; creating updatable DataAdapters and TableAdapters; modifying TableAdapter Fill methods</p>
<p>•Execute an asynchronous query. May include but is not limited to: handling asynchronous events</p>
<p>•Handle special data types. May include but is not limited to: Binary Large Objects (BLOBs); Filestream, Spatial, Table Value Parameters</p>
<p>•Query data sources by using LINQ. May include but is not limited to: extended method; CLR delegate; lambda expressions; classes of the System.LINQ.Expressions namespace</p>
<p>•Manage exceptions when selecting data. May include but is not limited to: identifying and resolving syntax errors; security exceptions</p>
<p>Modifying Data (24 percent)</p>
<p>•Manage transactions. May include but is not limited to: selecting an appropriate transaction isolation level; participating in local transactions; participating in distributed transactions; using declarative transactions</p>
<p>•Manage data integrity. May include but is not limited to: cascading updates or cascading deletes; auto number management; server-generated value management; client-side data validation; business rules, constraints</p>
<p>•Update data. May include but is not limited to: update data by using stored procedures; update dataSets to data source; managing concurrency</p>
<p>•Manage exceptions when modifying data. May include but is not limited to: resolve exceptions from data integrity, constraint, or referential integrity violations; data locking conflicts; data collision issues</p>
<p>•Transform data by using LINQ. May include but is not limited to: aggregation operators; JOIN operator, QUERY operator, LIKE, etc.</p>
<p>Synchronizing Data (15 percent)</p>
<p>•Monitor event notifications. May include but is not limited to: implement notifications by using SqlDependency or SqlNotificationRequest</p>
<p>•Cache data. May include but is not limited to: SqlCacheDependency, Local Data Cache</p>
<p>•Manage update conflicts between online data and offline data.</p>
<p>•Partition data for synchronization.</p>
<p>•Implement Synchronization Services. May include but is not limited to: SyncAgent, SyncTable, ClientSyncProvider, ServerSyncProvider, SyncAdapter</p>
<p>Working with Disconnected Data (16 percent)</p>
<p>•Manage occasionally connected data.</p>
<p>•Programmatically create data objects. May include but is not limited to: DataTable; DataSet</p>
<p>•Work with untyped DataSets and DataTables. May include but is not limited to: populating a DataSet or DataTable</p>
<p>•Expose a DataTableReader from a DataTable or from a DataSet.</p>
<p>•Work with strongly typed DataSets and DataTables.</p>
<p>Object Relational Mapping by Using the Entity Framework (11 percent)</p>
<p>•Define and implement an Entity Data Model. May include but is not limited to: mapping schemas and storage metadata; EDM Generator</p>
<p>•Query data by using Object Services. May include but is not limited to: querying data as objects and shaping results; working with objects; managing the Object Context; customizing objects</p>
<p>•Map data by using the Entity SQL Language. May include but is not limited to: manually define mapping files; execute an Entity SQL Query by using EntityCommand</p>
<p>•Access entity data by using the EntityClient Provider. May include but is not limited to: managing EntityConnection; creating EntityCommand; executing a query by using EntityDataReader; managing EntityTransaction</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Web Applications Development with Microsoft .NET Framework 4 &#8212; Exam 70-515 Overview</title>
		<link>http://www.mcts-windows-7.org/archives/1104</link>
		<comments>http://www.mcts-windows-7.org/archives/1104#comments</comments>
		<pubDate>Mon, 14 May 2012 01:30:46 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS exam]]></category>
		<category><![CDATA[mcts certification]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.org/?p=1104</guid>
		<description><![CDATA[Preparing for an Exam The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including: •The most effective way to prepare to take [...]]]></description>
			<content:encoded><![CDATA[<p>Preparing for an Exam</p>
<p>The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including:</p>
<p>•The most effective way to prepare to take an exam.</p>
<p>•The relationship between Microsoft training materials and exam content.</p>
<p>•Microsoft policy concerning the incorporation of service pack and revision updates into exam content.</p>
<p>•Exam question types and formats.</p>
<p>•Exam time limits and number of questions asked.</p>
<p>We recommend that you review this preparation guide in its entirety and familiarize yourself with the FAQs and resources on the Microsoft Certification website before you schedule your exam.</p>
<p>Exam Topics Covered</p>
<p>This exam is designed to test the candidate&#8217;s knowledge and skills for developing Web applications using ASP.NET and the .NET Framework 4.</p>
<p>&nbsp;</p>
<p>Questions that contain code will be presented in either VB or C#. Candidates can select one of these languages when they start the exam.</p>
<p>Audience Profile</p>
<p>Candidates for this exam are professional Web developers who use Microsoft Visual Studio. Candidates should have a minimum of two to three years of experience developing Web-based applications by using Visual Studio and Microsoft ASP.NET. Candidates should be experienced users of Visual Studio 2008 and later releases and should have a fundamental knowledge of the .NET Framework 4 programming languages (C# or Microsoft Visual Basic). In addition, candidates should understand how to use the new features of Visual Studio 2010 and the .NET Framework 4.</p>
<p>Candidates should also have a minimum of one year of experience with the following:</p>
<p>•Accessing data by using Microsoft ADO.NET and LINQ</p>
<p>•Creating and consuming Web and Windows Communication Foundation (WCF) services</p>
<p>•State management</p>
<p>•ASP.NET configuration</p>
<p>•Debugging and deployment</p>
<p>•Application and page life-cycle management</p>
<p>•Security aspects such as authentication and authorization</p>
<p>•Client-side scripting languages</p>
<p>•Internet Information Server (IIS)</p>
<p>•ASP.NET MVC</p>
<p>&nbsp;</p>
<p>Credit Toward Certification</p>
<p>When you pass Exam 70-515: TS: Web Applications Development DDDDDBBB with Microsoft .NET Framework 4, you complete the requirements for the following certification(s):</p>
<p>•MCTS: .NET Framework 4, Web Applications</p>
<p>Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4: counts as credit toward the following certification(s):</p>
<p>•MCPD: Web Developer 4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Accessing Data with Microsoft .NET Framework 4 &#8212; Exam 70-516 Skill Measured</title>
		<link>http://www.mcts-windows-7.org/archives/1100</link>
		<comments>http://www.mcts-windows-7.org/archives/1100#comments</comments>
		<pubDate>Fri, 11 May 2012 02:56:46 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[mcts certification]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.org/?p=1100</guid>
		<description><![CDATA[This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam. &#160; The information after “This objective may include but is not [...]]]></description>
			<content:encoded><![CDATA[<p>This exam measures your ability to accomplish the technical tasks listed below.</p>
<p>The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam.</p>
<p>&nbsp;</p>
<p>The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.</p>
<p>&nbsp;</p>
<p>Modeling Data (20%)</p>
<p>•Map entities and relationships by using the Entity Data Model.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: using the Visual Designer, building an entity data model from an existing database, managing complex entity mappings in EDMX, editing EDM XML, mapping to stored procedures, creating user-defined associations between entities, generating classes with inheritance and mapping them to tables</p>
<p>&nbsp;</p>
<p>This objective does not include: using MetadataWorkspace</p>
<p>•Map entities and relationships by using LINQ to SQL.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: using the Visual Designer, building a LINQ to SQL model from an existing database, mapping to stored procedures</p>
<p>•Create and customize entity objects.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: configuring changes to an Entity Framework entity, using the ADO.NET EntityObject Generator (T4), extending, self-tracking entities, snapshot change tracking, ObjectStateManager, partial classes, partial methods in the Entity Framework</p>
<p>•Connect a POCO model to the Entity Framework.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: implementing the Entity Framework with persistence ignorance, user-created POCO entities</p>
<p>&nbsp;</p>
<p>This objective does not include: using the POCO templates</p>
<p>•Create the database from the Entity Framework model.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: customizing the Data Definition Language (DDL) (templates) generation process, generating scripts for a database, Entity Data Model tools</p>
<p>•Create model-defined functions.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: editing the Conceptual Schema Definition Language CSDL, enabling model-defined functions by using the EdmFunction attribute, complex types</p>
<p>Managing Connections and Context (18%)</p>
<p>•Configure connection strings and providers.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: managing connection strings including Entity Framework connection strings, using the ConfigurationManager, correctly addressing the Microsoft SQL Server instance, implementing connection pooling, managing User Instanceand AttachDBfilename, switching providers, implementing multiple active result sets (MARS)</p>
<p>&nbsp;</p>
<p>This objective does not include: using the ConnectionStringBuilder; Oracle data provider; creating and using a custom provider; using third-party providers</p>
<p>•Create and manage a data connection.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: connecting to a data source, closing connections, maintaining the life cycle of a connection</p>
<p>•Secure a connection.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: encrypting and decrypting connection strings, using Security Support Provider Interface (SSPI) or SQL Server authentication, read only vs. read/write connections</p>
<p>&nbsp;</p>
<p>This objective does not include:  Secure Sockets Layer (SSL)</p>
<p>•Manage the DataContext and ObjectContext.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: managing the life cycle of DataContext and ObjectContext, extending the DataContext and ObjectContext, supporting POCO</p>
<p>•Implement eager loading.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: configuring loading strategy by using LazyLoadingEnabled, supporting lazy loading with POCO, explicitly loading entities</p>
<p>•Cache data.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: DataContext and ObjectContext cache including identity map, local data cache</p>
<p>&nbsp;</p>
<p>This objective does not include: Velocity, SqlCacheDependency</p>
<p>•Configure ADO.NET Data Services.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: creating access rules for entities, configuring authorization and authentication, configuring HTTP verbs</p>
<p>Querying Data (22%)</p>
<p>•Execute a SQL query.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: DBCommand, DataReader, DataAdapters, DataSets, managing data retrieval by using stored procedures, using parameters, System.Data.Common namespace classes</p>
<p>•Create a LINQ query.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: syntax-based and method-based queries, joining, filtering, sorting, grouping, aggregation, lambda expressions, paging, projection</p>
<p>&nbsp;</p>
<p>This objective does not include: compiling queries</p>
<p>•Create an Entity SQL (ESQL) query.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: joining, filtering, sorting, grouping, aggregation, paging, using functions, query plan caching, returning a reference to an entity instance, using parameters with ESQL, functionality related to EntityClient classes</p>
<p>•Handle special data types.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: querying BLOBs, filestream, spatial and table-valued parameters</p>
<p>&nbsp;</p>
<p>This objective does not include: implementing data types for unstructured data, user-defined types, Common Language Runtime (CLR) types</p>
<p>•Query XML.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: LINQ to XML, XmlReader, XmlDocuments, XPath</p>
<p>&nbsp;</p>
<p>This objective does not include: XSLT, XmlWriter</p>
<p>•Query data by using WCF.NET Data Services.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: implementing filtering and entitlement in WCF.NET Data Services, addressing resources, creating a query expression, accessing payload formats, Data Services interceptors</p>
<p>Manipulating Data (22%)</p>
<p>•Create, update, or delete data by using SQL statements.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: Create/Update/Delete (CUD), using DataSets, calling stored procedures, using parameters</p>
<p>•Create, update, or delete data by using DataContext.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: CUD, calling stored procedures, using parameters</p>
<p>&nbsp;</p>
<p>This objective does not include: ObjectTrackingEnabled</p>
<p>•Create, update, or delete data by using ObjectContext.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: CUD, calling stored procedures, using parameters, setting SaveOptions</p>
<p>•Manage transactions.</p>
<p>&nbsp;</p>
<p>This objective may include</p>
<p>but is not limited to: System.Transactions, DBTransaction, rolling back a transaction, Lightweight Transaction Manager (LTM)</p>
<p>&nbsp;</p>
<p>This objective does not include: distributed transactions, multiple updates within a transaction, multiple synchronization of data within an acidic transaction</p>
<p>•Create disconnected objects.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: creating self-tracking entities in the Entity Framework, attaching objects, DataSets, table adapters</p>
<p>Developing and Deploying Reliable Applications (18%)</p>
<p>•Monitor and collect performance data.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: logging generated SQL (ToTraceString), collecting response times, implementing performance counters, implementing logging, implementing instrumentation</p>
<p>•Handle exceptions.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: resolving data concurrency issues (handling OptimisticConcurrency exception, Refresh method), handling errors, transaction exceptions, connection exceptions, timeout exceptions, handling an exception from the Entity Framework disconnected object, security exceptions</p>
<p>•Protect data.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: encryption, digital signature, hashing, salting, least privilege</p>
<p>•Synchronize data.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: online/offline Entity Framework, synchronization services, saving locally</p>
<p>•Deploy ADO.NET components.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: packaging and publishing from Visual Studio, deploying an ADO.NET Services application; packaging and deploying Entity Framework metadata</p>
<p>&nbsp;</p>
<p>This objective does not include: configuring IIS, MSDeploy, MSBuild</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Microsoft System Center Configuration Manager 2007, Configuring &#8211; Exam 70-401 Overview</title>
		<link>http://www.mcts-windows-7.org/archives/1097</link>
		<comments>http://www.mcts-windows-7.org/archives/1097#comments</comments>
		<pubDate>Thu, 26 Apr 2012 05:54:23 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS exam]]></category>
		<category><![CDATA[Exam 70-401]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1097</guid>
		<description><![CDATA[Preparing for an Exam The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including: •The most effective way to prepare to take [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Preparing for an Exam</strong></p>
<p>The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including:</p>
<p>•The most effective way to prepare to take an exam.</p>
<p>•The relationship between Microsoft training materials and exam content.</p>
<p>•Microsoft policy concerning the incorporation of service pack and revision updates into exam content.</p>
<p>•Exam question types and formats.</p>
<p>•Exam time limits and number of questions asked.</p>
<p>We recommend that you review this preparation guide in its entirety and familiarize yourself with the FAQs and resources on the Microsoft Certification website before you schedule your exam.</p>
<p><strong>Audience Profile</strong></p>
<p>Candidates for Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring, use System Center Configuration Manager 2007 to deploy and manage software and asset management. Candidates should have a minimum of one year of experience using Systems Management Server (SMS) or Configuration Manager 2007.</p>
<p>Candidates for Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring, use System Center Configuration Manager 2007 to deploy and manage software and asset management. Candidates should have a minimum of one year of experience using Systems Management Server (SMS) or Configuration Manager 2007. The candidates should also have experience using Active Directory and the Windows server system.</p>
<p><strong>Credit Toward Certification</strong></p>
<p>When you pass Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring, you complete the requirements for the following certification(s):</p>
<p>•Microsoft Certified Technology Specialist (MCTS): System Center Configuration Manager 2007, Configuration</p>
<p>Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring: counts as credit toward the following certification(s):</p>
<p>•Microsoft Certified Systems Administrator (MCSA) on Windows Server 2003</p>
<p>•Microsoft Certified Systems Engineer (MCSE) on Windows Server 2003</p>
<p>Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1097/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2008, Business Intelligence Development and Maintenance &#8211; Exam 70-448 Skills Measured</title>
		<link>http://www.mcts-windows-7.org/archives/1094</link>
		<comments>http://www.mcts-windows-7.org/archives/1094#comments</comments>
		<pubDate>Mon, 23 Apr 2012 07:54:24 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[IT certification]]></category>
		<category><![CDATA[Microsoft SQL Server 2008]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1094</guid>
		<description><![CDATA[This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. The information after “This objective may include but is not [...]]]></description>
			<content:encoded><![CDATA[<p>This exam measures your ability to accomplish the technical tasks listed below.</p>
<p>The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam.</p>
<p>The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.</p>
<p>Implementing an SSIS Solution (17%)</p>
<p>•Implement control flow.</p>
<p>This objective may include but is not limited to: checkpoints; debug control flow; transactions; implement the appropriate control flow task to solve a problem; data profiling and quality</p>
<p>•Implement data flow.</p>
<p>This objective may include but is not limited to: debug data flow; implement the appropriate data flow components</p>
<p>•Implement dynamic package behavior by using property expressions.</p>
<p>•Implement package logic by using variables.</p>
<p>This objective may include but is not limited to: system variables; user variables; variable scope</p>
<p>•Implement package configurations.</p>
<p>•Implement auditing, logging, and event handling.</p>
<p>This objective may include but is not limited to: use system variables for auditing; use event handlers; propagate events; use log providers; data profiling</p>
<p>•Extend SSIS packages by using .NET code.</p>
<p>This objective may include but is not limited to: use the script task; use the script component; use custom assemblies</p>
<p>Configuring, Deploying, and Maintaining SSIS (15%)</p>
<p>•Install and maintain SSIS components.</p>
<p>This objective may include but is not limited to: implement disaster recovery for SSIS</p>
<p>•Deploy an SSIS solution.</p>
<p>This objective may include but is not limited to: deploy SSIS packages by using DTUTIL; deploy SSIS packages by using the deployment utility; deploy SSIS packages to SQL or file system locations</p>
<p>•Manage SSIS package execution.</p>
<p>This objective may include but is not limited to: schedule package execution by using SQL Server Agent; execute packages by using DTEXEC; execute packages by using SQL Server Management Studio; execute packages by using the SSIS .NET API</p>
<p>•Configure SSIS security settings.</p>
<p>This objective may include but is not limited to: MSDB database roles; package protection levels</p>
<p>•Identify and resolve issues related to SSIS solution deployment.</p>
<p>This objective may include but is not limited to: validate deployed packages; deploy packages and dependencies between servers</p>
<p>Implementing an SSAS Solution (21%)</p>
<p>•Implement dimensions in a cube.</p>
<p>This objective may include but is not limited to: translations; attribute relations; hierarchies</p>
<p>•Implement measures in a cube.</p>
<p>This objective may include but is not limited to: measure groups</p>
<p>•Implement a data source view.</p>
<p>This objective may include but is not limited to: named calculations; named queries</p>
<p>•Configure dimension usage in a cube.</p>
<p>This objective may include but is not limited to: implement reference dimensions; implement many to many relationships; implement fact relationships; implement role-playing relationships; define granularity</p>
<p>•Implement custom logic in a cube by using MDX.</p>
<p>This objective may include but is not limited to: actions; key performance indicators (KPI); calculated members; calculations</p>
<p>•Implement data mining.</p>
<p>This objective may include but is not limited to: implement data mining structures and models; query data mining structures by using DMX; data mining views</p>
<p>•Implement storage design in a cube.</p>
<p>This objective may include but is not limited to: aggregations; partitions; storage modes; proactive caching</p>
<p>Configuring, Deploying, and Maintaining SSAS (17%)</p>
<p>•Configure permissions and roles in SSAS.</p>
<p>This objective may include but is not limited to: server roles; SSAS database roles; cube roles; enable client application access; implement custom access to data</p>
<p>•Deploy SSAS databases and objects.</p>
<p>This objective may include but is not limited to: Deployment Wizard; BIDS; SSMS; SSIS Analysis Services Execute DDL task</p>
<p>•Install and maintain an SSAS instance.</p>
<p>This objective may include but is not limited to: disaster recovery</p>
<p>•Diagnose and resolve performance issues.</p>
<p>This objective may include but is not limited to: use SQL Profiler; performance monitor counters; DMVs; Usage Based Optimization Wizard</p>
<p>•Implement processing options.</p>
<p>Implementing an SSRS Solution (17%)</p>
<p>•Implement report data sources and datasets.</p>
<p>This objective may include but is not limited to: query types; dynamic data sources; filter location (dataset vs. query)</p>
<p>•Implement a report layout.</p>
<p>This objective may include but is not limited to: apply conditional formatting; page configuration; headers and footers</p>
<p>•Extend an SSRS solution by using code.</p>
<p>This objective may include but is not limited to: custom .NET assembly; private code</p>
<p>•Create an SSRS report by using an SSAS data source.</p>
<p>This objective may include but is not limited to: MDX in an SSRS report; DMX in an SSRS report</p>
<p>•Implement report parameters.</p>
<p>&nbsp;</p>
<p>This objective may include but is not limited to: databound parameters; multi-value parameters</p>
<p>•Implement interactivity in a report.</p>
<p>This objective may include but is not limited to: drilldown; drillthrough; interactive sorting</p>
<p>•Implement report items.</p>
<p>This objective may include but is not limited to: matrix; table; chart; image; list; grouping</p>
<p>•Embed SSRS reports in custom applications.</p>
<p>This objective may include but is not limited to: use the Windows Forms Report Viewer; use the Web Forms Report Viewer; use the SSRS Web service</p>
<p>Configuring, Deploying, and Maintaining SSRS (13%)</p>
<p>•Configure report execution and delivery.</p>
<p>This objective may include but is not limited to: subscriptions; report caching; schedules; snapshot history</p>
<p>•Install and configure SSRS instances.</p>
<p>This objective may include but is not limited to: deploy an SSRS Web farm</p>
<p>•Configure authentication and authorization for a reporting solution.</p>
<p>This objective may include but is not limited to: configure server-level and item-level role-based security; configure Windows authentication and custom authentication</p>
<p>•Deploy an SSRS solution.</p>
<p>This objective may include but is not limited to: RS.exe scripts; Report Builder; BIDS</p>
<p>•Configure SSRS availability.</p>
<p>This objective may include but is not limited to: key management; migrate SSRS databases</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1094/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Microsoft SharePoint 2010, Configuring &#8212; Exam 70-667 Skills Being Measured</title>
		<link>http://www.mcts-windows-7.org/archives/1089</link>
		<comments>http://www.mcts-windows-7.org/archives/1089#comments</comments>
		<pubDate>Sat, 21 Apr 2012 02:29:04 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[Microsoft SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1089</guid>
		<description><![CDATA[This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. The information after “This objective may include but is not [...]]]></description>
			<content:encoded><![CDATA[<p>This exam measures your ability to accomplish the technical tasks listed below.</p>
<p>The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam.</p>
<p>The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.</p>
<p>Installing and Configuring a SharePoint Environment (25 percent)</p>
<p>•Deploy new installations and upgrades.</p>
<p>◦This objective may include but is not limited to: running Visual Upgrade, performing an in-place upgrade, performing a database attach upgrade, analyzing a PreUpgradeCheck report, installing language packs, and scripting installations; analyzing ULS logs, installation error logs, and event logs to identify installation problems; and repairing installation errors</p>
<p>•Configure SharePoint farms.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: configuring inter-server communications, server roles, high availability, InfoPath Forms Services (IPFS), Alternate Access Mappings (AAM), external sites, host headers, and applying and managing patches</p>
<p>•Configure service applications.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: Business Connectivity Services (BCS), Access Services, Visio Services, Microsoft Office PerformancePoint Server 2007, user profiles, Microsoft Office Excel services, Managed Metadata Services (MMS), IPFS, and SharePoint Online term store</p>
<p>•Configure indexing and search.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: configuring FAST Search for SharePoint, crawl schedules, iFilters, crawl rules, content sources, scopes, managed properties, content types, search components, index partitioning, and federated search locations</p>
<p>Managing a SharePoint Environment (26 percent)</p>
<p>•Manage operational settings.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: configuring logging, quotas, monitoring levels, health reports, security, and SQL Server Reporting Services (SSRS) integration</p>
<p>•Manage accounts and user roles.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: managing user accounts, group accounts, managed accounts, computer accounts, and service accounts; delegating site collection administration; and external user policy</p>
<p>•Manage authentication providers.</p>
<p>◦This objective may include but is not limited to: managing NTLM, Kerberos, claims-based, and forms-based authentication; configuring Secure Store Service (SSS) and Active Directory Federation Services (AD FS); and supporting single sign-on for SharePoint Online</p>
<p>Deploying and Managing Applications (24 percent)</p>
<p>•Manage Web Applications.</p>
<p>◦This objective may include but is not limited to: managing databases, Web Application settings, security, and policies</p>
<p>•Manage site collections.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: managing site collection policies, features, caching, and auditing; configuring site collection security; configuring multi-tenancy; configuring site collection quotas and locks; adding a domain to Office 365; and SharePoint Online public websites</p>
<p>•Deploy and manage SharePoint solutions.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: deploying and managing SharePoint solution packages, managing sandbox solutions, and managing user solutions</p>
<p>Maintaining a SharePoint Environment (25 percent)</p>
<p>•Back up and restore a SharePoint environment.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: configuring backup settings; backing up and restoring content, search, and service application databases; detaching and attaching databases; and exporting lists and sites</p>
<p>•Monitor and analyze a SharePoint environment.</p>
<p>◦This objective may include but is not limited to: generating health, administrative, and Web analytics reports; interpreting usage and trace logs; identifying and resolving health and performance issues</p>
<p>•Optimize the performance of a SharePoint environment.</p>
<p>◦This objective applies to on-premise and/or SharePoint Online and may include but is not limited to: configuring resource throttling (large list management, object model override); configuring remote Binary Large Objects (BLOB) storage and BLOB and object caching; and optimizing services.<a href="http://www.mcts-windows-7.com/">MCTS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1089/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Microsoft Office Project Server 2007, Managing Projects &#8212; Exam 70-633 Overview</title>
		<link>http://www.mcts-windows-7.org/archives/1085</link>
		<comments>http://www.mcts-windows-7.org/archives/1085#comments</comments>
		<pubDate>Mon, 16 Apr 2012 06:26:25 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[MCITP: Virtualization Administrator]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1085</guid>
		<description><![CDATA[Preparing for an Exam The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including: •The most effective way to prepare to take [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Preparing for an Exam</strong></p>
<p>The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including:</p>
<p>•The most effective way to prepare to take an exam.</p>
<p>•The relationship between Microsoft training materials and exam content.</p>
<p>•Microsoft policy concerning the incorporation of service pack and revision updates into exam content.</p>
<p>•Exam question types and formats.</p>
<p>•Exam time limits and number of questions asked.</p>
<p>We recommend that you review this preparation guide in its entirety and familiarize yourself with the FAQs and resources on the Microsoft Certification website before you schedule your exam.</p>
<p><strong>Exam Topics Covered</strong></p>
<p>Candidates for Exam 70-633 use Microsoft Office Project Professional 2007 and Microsoft Office Project Server 2007 to manage and support projects in an Enterprise Project Management (EPM) environment.</p>
<p><strong>Audience Profile</strong></p>
<p>Candidates for Exam 70-633 use Microsoft Office Project Professional 2007 and Microsoft Office Project Server 2007 to manage and support projects in an Enterprise Project Management (EPM) environment. Candidates should have experience managing projects in the EPM environment, including risks, issues, documents, task progress, and timesheets. Familiarity with the key project management concepts and terminology found in the Project Management Institute&#8217;s A Guide to the Project Management Book of Knowledge (PMBOK Guide) is recommended.</p>
<p><strong>Credit Toward Certification</strong></p>
<p>When you pass Exam 70-633: TS: Microsoft Office Project Server 2007, Managing Projects, you complete the requirements for the following certification(s):</p>
<p>•Microsoft Certified Technology Specialist: Enterprise Project Management with Microsoft Office Project Server 2007</p>
<p>Exam 70-633: TS: Microsoft Office Project Server 2007, Managing Projects: counts as credit toward the following certification(s):</p>
<p>•Microsoft Certified IT Professional: Enterprise Project Management with Microsoft Office Project Server 2007</p>
<p>Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1085/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCTS: Microsoft Project Server 2010, Configuring &#8211; Exam 70-177 Overview</title>
		<link>http://www.mcts-windows-7.org/archives/1082</link>
		<comments>http://www.mcts-windows-7.org/archives/1082#comments</comments>
		<pubDate>Thu, 12 Apr 2012 02:42:34 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[Microsoft Project Server 2010]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1082</guid>
		<description><![CDATA[How to Prepare for an Exam The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including: •The most effective way to prepare [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to Prepare for an Exam</strong></p>
<p>The <a href="http://www.stormcert.com/vendor/Microsoft-1.html"><strong>Microsoft Certification</strong></a> website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including:</p>
<p>•The most effective way to prepare to take an exam.</p>
<p>•The relationship between Microsoft training materials and exam content.</p>
<p>•Microsoft policy concerning the incorporation of service pack and revision updates into exam content.</p>
<p>•Exam question types and formats.</p>
<p>•Exam time limits and number of questions asked.</p>
<p>We recommend that you review this preparation guide in its entirety and familiarize yourself with the FAQs and resources on the Microsoft Certification website before you schedule your exam.</p>
<p><strong>Audience Profile</strong></p>
<p>Candidates for this exam are experienced in implementing and supporting the Microsoft Project Server 2010 solution and also have experience with Microsoft SharePoint Server 2010 and familiarity with Microsoft SQL Server 2005 and SQL Server 2008 technology.</p>
<p>Candidates for this exam are responsible for the installation, configuration, and maintenance of a Project Server 2010 implementation.</p>
<p>Candidates for this exam typically work as an Enterprise Project Management (EPM) consultant, a project server administrator, an IT professional, or a developer.</p>
<p><strong>Credit Toward Certification</strong></p>
<p>When you pass Exam 70-177: TS: Microsoft Project Server 2010, Configuring, you complete the requirements for the following certification(s):</p>
<p>Microsoft Certified Technology Specialist (<a href="http://www.mcts-windows-7.com/">MCTS</a>): Microsoft Project Server 2010, Configuration</p>
<p>Note : This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1082/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skill Measured of MCTS: Microsoft Exchange Server 2010, Configuring Certification</title>
		<link>http://www.mcts-windows-7.org/archives/1078</link>
		<comments>http://www.mcts-windows-7.org/archives/1078#comments</comments>
		<pubDate>Sat, 07 Apr 2012 01:34:36 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[Microsoft Exchange Server 2010]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1078</guid>
		<description><![CDATA[This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam. The information after “This objective may include but is not limited [...]]]></description>
			<content:encoded><![CDATA[<p>This exam measures your ability to accomplish the technical tasks listed below.</p>
<p>The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam.</p>
<p>The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.</p>
<p>&nbsp;</p>
<p>Installing and Configuring Exchange Servers (15 percent)</p>
<p>•Prepare the infrastructure for Exchange.</p>
<p>◦This objective may include but is not limited to: prepare schema; prepare domain; prepare Active Directory; ensure the domain functionality level is correct; domain controller service packs; Exchange readiness check; coexistence; migration from 2003 or 2007; disable LinkState; Exchange Server Service Pack level; remove unsupported legacy components; configuring DNS to support the Exchange deployment</p>
<p>•Install Exchange prerequisites.</p>
<p>◦This objective may include but is not limited to: install MMC 3.0, Windows PowerShell 2.0; Microsoft .NET 3.5, WinRM 2.0, IIS, Windows roles and features, <a href="http://www.mcts-windows-7.com/">Mcts</a> use ServerManagerCMD, use Exchange prerequisite scripts</p>
<p>•Install Exchange roles.</p>
<p>◦This objective may include but is not limited to: from the command line and the GUI; adding and modifying roles; add server roles to existing Exchange 2003 or 2007 organizations; verify Exchange installation; Security Configuration wizard (SCW); Windows Firewall, including port requirements; installing Exchange Server using standard and custom installation; installing Exchange Server using the command line; provisioning an Exchange Server and delegating server installation; troubleshooting a failed installation; adding Exchange Server roles after an initial installation</p>
<p>•Create and configure databases.</p>
<p>◦This objective may include but is not limited to: set database limits; set retention limits; set role-based access control (RBAC) permissions for database creation; naming conventions; create and use GUI and Windows PowerShell; create and manage public folder databases; set default public folder database; maintenance; mount and dismount databases; create new mailbox databases; configure mailbox database settings; move the mailbox database and transaction log locations; configure public folder database settings; mount and dismount databases</p>
<p>•Create and configure address lists.</p>
<p>◦This objective may include but is not limited to: update legacy address lists; configure offline address lists; publish address lists; filterable properties; creating and configuring e-mail address policies; creating and configuring address lists; creating and configuring offline address books</p>
<p>Configuring Exchange Recipients and Public Folders (14 percent)</p>
<p>•Create and configure mailboxes.</p>
<p>◦This objective may include but is not limited to: deleted items; deleted mailbox; mailbox quota; message size; warning thresholds; move from and to previous Exchange versions; online and offline moves; intra-orgs and cross-orgs; create proxy addresses; create mailboxes; configure client access protocols; configure spam confidence level (SCL) and phishing confidence level (PCL); send as permissions; delegation; forwarding; mailbox permissions; create and configure linked mailboxes</p>
<p>•Configure RBAC.</p>
<p>◦This objective may include but is not limited to: create and assign RBAC roles; define RBAC scopes; configure RBAC for specific roles, such as help desk and address list administrator</p>
<p>•Create and configure resource mailboxes and shared mailboxes.</p>
<p>◦This objective may include but is not limited to: equipment; room; permissions; set mailbox calendaring options; autoaccept; custom resource types.</p>
<p>•Create and configure recipients and distribution groups.</p>
<p>◦This objective may include but is not limited to: create and modify; security enabled; configure moderation, including Exchange Control Panel (ECP) options; dynamic distribution groups; create proxy addresses; configure mail-enabled users; contacts; send as permissions; forwarding</p>
<p>•Create and configure public folders.</p>
<p>◦This objective may include but is not limited to: mail-enabled public folders; configure public folder permissions; deleted items; message size; item age; public folder size; create public folders in Enterprise Content Management (EMC) and <a href="http://www.certtopper.com/vendor/Microsoft-1.html"><strong>Microsoft</strong></a> Outlook, and OWA; configure public folder permissions; configure public folder limits</p>
<p>Configuring Client Access (15 percent)</p>
<p>•Configure POP, IMAP, and Microsoft ActiveSync.</p>
<p>◦This objective may include but is not limited to: enable, configure, and secure POP and IMAP; manage certificates; configure mobile device policies; autodiscover; authentication; configure the Exchange ActiveSync virtual directory; configure the external name for Exchange ActiveSync; configure client access settings for Exchange ActiveSync, including Windows SharePoint Services and Windows File Share integration; Direct Push; configure Exchange ActiveSync mailbox policies; configure autodiscover for Exchange ActiveSync</p>
<p>•Configure Outlook Anywhere and RPC Client Access.</p>
<p>◦This objective may include but is not limited to: autodiscover; MAPI; create client access arrays; certificates; subject alternative name (SAN); configure virtual directories; enable and configure Outlook Anywhere on the CAS; troubleshoot Outlook Anywhere connectivity</p>
<p>•Configure federated sharing.</p>
<p>◦This objective may include but is not limited to: certificates; enrollment; DNS; calendar and free/busy; subject alternative name (SAN); assign policies; create and configure a federated trust; create and configure a federated organization identifier; create and configure a sharing relationship; create and configure a sharing policy; assign sharing policies to user accounts</p>
<p>•Configure Outlook Web App (OWA).</p>
<p>◦This objective may include but is not limited to: customize the OWA interface; certificates; file share and SharePoint access; public folders; verify multi-browser support; ECP; SAN; configure virtual directories; coexistence scenarios; authentication; configure the external name for OWA; configure client access settings for OWA, including Windows SharePoint Services and Windows File Share integration; segmentation settings; configure OWA mailbox policies</p>
<p>Configuring Message Transport (15 percent)</p>
<p>•Create and configure transport rules.</p>
<p>◦This objective may include but is not limited to: enable and configure; disclaimers; moderated transport; install the Windows Rights Management Services (RMS) pre-licensing agent; configure rights protection by using transport rules</p>
<p>•Configure hub transport.</p>
<p>◦This objective may include but is not limited to: configure transport dumpster; accepted domains; remote domains; authoritative domains; e-mail address policies</p>
<p>•Configure Edge transport.</p>
<p>◦This objective may include but is not limited to: create, configure, and test Edge Sync; configure Edge Transport server cloning; install the Edge Transport server role; configure Edge Transport server settings; configure Edge synchronization</p>
<p>•Configure message routing.</p>
<p>◦This objective may include but is not limited to: internal and external DNS; configure routing based on sites and costs; enable, configure, and secure send and receive connectors; certificates; relay connectors; authentication; message size limits; MTLS; routing group connector for coexistence; configure accepted and remote domains; configure SMTP send and receive connectors; configure message delivery limits; configure TLS security for message delivery</p>
<p>Monitoring and Reporting (13 percent)</p>
<p>•Monitor databases.</p>
<p>◦This objective may include but is not limited to: public folder statistics; mailbox databases statistics; database status; DAG replication</p>
<p>•Monitor mail flow.</p>
<p>◦This objective may include but is not limited to: perform message tracking; DNS; manage message queues; view, retry, and delete; backpressure thresholds; resolve NDRs</p>
<p>•Monitor connectivity.</p>
<p>◦This objective may include but is not limited to: SMTP client to server; SMTP server to server; Outlook RPC/MAPI; Outlook Anywhere; Outlook Exchange Web Services (EWS); POP; IMAP; ActiveSync</p>
<p>•Generate reports.</p>
<p>◦This objective may include but is not limited to: mailbox folder statistics; mailbox statistics; mailflow statistics; formatted list and formatted table; ExBPA</p>
<p>•Configure logging.</p>
<p>◦This objective may include but is not limited to: protocol logging; store logging; configure logging levels; agent logs; message tracking logs; event logs; analysis of logging results</p>
<p>Implementing High Availability and Recovery (15 percent)</p>
<p>•Create and configure the Database Availability Group (DAG).</p>
<p>◦This objective may include but is not limited to: create and configure DAG; file share witness (FSW); replication latency; configure lag; add or remove database copies; configure failover priority; add or remove server members; configure mailbox database copies; manage continuous replication</p>
<p>•Perform backup and restore of data.</p>
<p>◦This objective may include but is not limited to: recovery database; dialtone restores; deleted mailbox retention; deleted item retention; mailbox merge; disconnected mailbox; backing up Exchange servers; creating a backup schedule</p>
<p>•Configure public folders for high availability.</p>
<p>◦This objective may include but is not limited to: add or remove replicas; schedules; message tracking; backup and restore public folder database and data</p>
<p>•Configure high availability for non-mailbox servers.</p>
<p>◦This objective may include but is not limited to: affinity; DNS round robin; MX records; NLB; configuring high availability for Client Access servers; configuring high availability for Hub Transport servers; configuring high availability for Edge Transport servers</p>
<p>•Back up and recover server roles.</p>
<p>◦This objective may include but is not limited to: hub; CAS IIS; Edge; Edge server clone configuration; setup /recoverserver; setup /recoverCMS; mailbox server; restoring Exchange Servers after server failure; configuring messaging services during a server failure; back up Server roles</p>
<p>Configuring Message Compliance and Security (13 percent)</p>
<p>•Configure records management.</p>
<p>◦This objective may include but is not limited to: custom and default managed folders; retention policy; configure and apply retention policies and retention policy tags; configure managed folders, including default and custom managed folders; configure content settings; configure managed folder mailbox policies</p>
<p>•Configure compliance.</p>
<p>◦This objective may include but is not limited to: configure RMS; configure alternate mailboxes; configure journaling; enable message classification; configure mail tips; auditing; transport rules</p>
<p>•Configure message integrity.</p>
<p>◦This objective may include but is not limited to: S/MIME; MTLS; certificates; RMS federation; transport rules</p>
<p>•Configure anti-virus and anti-spam.</p>
<p>◦This objective may include but is not limited to: file and process exclusions; transport rules; SCL; PCL; sender ID; safe sender/block sender; Realtime Block List (RBL); Sender Policy Framework (SPF) records; sender reputation list (SRL); configuring anti-spam agents; managing the quarantine mailbox; managing updates for content filters</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1078/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Certified Technology Specialist (MCTS) Certification Overview</title>
		<link>http://www.mcts-windows-7.org/archives/1075</link>
		<comments>http://www.mcts-windows-7.org/archives/1075#comments</comments>
		<pubDate>Sun, 01 Apr 2012 03:50:00 +0000</pubDate>
		<dc:creator>endeavor</dc:creator>
				<category><![CDATA[MCTS Certification]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Microsoft Certified Technology Specialist]]></category>

		<guid isPermaLink="false">http://www.mcts-windows-7.com/?p=1075</guid>
		<description><![CDATA[Demonstrate your specialized technical expertise with a Microsoft Certified Technology Specialist (MCTS) certification. By earning this certification, you can prove your ability to successfully implement, build on, troubleshoot, and debug a particular Microsoft technology, such as a Windows operating system, Microsoft Exchange Server, Microsoft SQL Server, and Microsoft Visual Studio. The Microsoft Certified Technology Specialist [...]]]></description>
			<content:encoded><![CDATA[<p>Demonstrate your specialized technical expertise with a Microsoft Certified Technology Specialist (<a href="http://www.mcts-windows-7.com/">MCTS</a>) certification. By earning this certification, you can prove your ability to successfully implement, build on, troubleshoot, and debug a particular Microsoft technology, such as a Windows operating system, Microsoft Exchange Server, Microsoft SQL Server, and Microsoft Visual Studio.</p>
<p>The <a href="http://www.examshots.com/vendor/Microsoft-1.html"><strong>Microsoft Certified</strong></a> Technology Specialist (MCTS) certifications are designed to help validate your skills on the features and functionality of Microsoft technologies. You can show your depth of knowledge in one specific technology, earn multiple MCTS certifications to show breadth across different products, or build on the MCTS to earn a Microsoft Certified IT Professional (MCITP) certification.</p>
<p><strong>MCTS candidate profile</strong></p>
<p>MCTS candidates are capable of implementing, building, troubleshooting, and debugging a particular Microsoft technology.</p>
<p>Earning a Microsoft Certification validates your proven experience and knowledge in using Microsoft products and solutions. Designed to be relevant in today&#8217;s rapidly changing IT marketplace, Microsoft Certifications help you utilize evolving technologies, fine-tune your troubleshooting skills, and improve your job satisfaction.</p>
<p><strong>Why get certified?</strong></p>
<p>Whether you are new to technology, changing jobs, or a seasoned professional, becoming certified demonstrates to customers, peers, and employers that you are committed to advancing your skills and taking on greater challenges. In addition, certification provides you with access to exclusive Microsoft Certified Professional (MCP) resources and benefits, including opportunities to connect with a vast, global network of MCPs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcts-windows-7.org/archives/1075/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

