<?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>TrainSignal Training &#187; Jason Zandri</title>
	<atom:link href="http://www.trainsignal.com/blog/author/jason-zandri/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignal.com/blog</link>
	<description>Guide to Certifications and Technology News for IT Professionals</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>AD RMS: System Requirements</title>
		<link>http://www.trainsignal.com/blog/ad-rms-system-requirements</link>
		<comments>http://www.trainsignal.com/blog/ad-rms-system-requirements#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:00:06 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=6757</guid>
		<description><![CDATA[We&#8217;ve been talking about Active Directory Rights Management Services (AD RMS) as it applies to both Server 2008 and Server 2008 R2. In Part 1: AD RMS: Data Access Controls we learned about file access controls to data and resources by leveraging permissions via NTFS and share restrictions. Part 2: AD RMS: Encryption covered the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been talking about Active Directory Rights Management Services (AD RMS) as it applies to both Server 2008 and Server 2008 R2.</p>
<p>In <a href="/blog/ad-rms-data-access-controls">Part 1: AD RMS: Data Access Controls</a> we learned about file access controls to data and resources by leveraging permissions via NTFS and share restrictions.</p>
<p><a href="/blog/ad-rms-encryption-efs-bitlocker">Part 2: AD RMS: Encryption</a> covered the Encrypting File System and BitLocker functionality.</p>
<p><a href="/blog/ad-rms-encryption-efs-bitlocker">Part 3: AD RMS: Features and Operational Considerations</a> covered some of the higher level features and operational considerations of the technology, reviewing content permission and control.</p>
<p>In today&#8217;s post I will be outlining the system requirements of Active Directory Rights Management Services as well as other dependencies for the service.</p>
<h2>AD RMS System Requirements</h2>
<p>Like any other application, Active Directory Rights Management Services has minimum and recommended system requirements.</p>
<p>Server 2008 R2 and Internet Information Services (IIS) are required in order to successfully install and initialize AD RMS. Additionally, AD RMS also requires access to a database server with SQL Server being identified as part of the system requirements. The database can be run either on the same server as AD RMS or on a remote server.</p>
<p>As defined by <a href="http://technet.microsoft.com/en-us/library/cc771627.aspx">Microsoft</a> the &#8220;requirement&#8221; for AD RMS is:</p>
<ul>
<li>One (1) Pentium 4 Processors running at 3 GHz or higher</li>
<li>512 MB of RAM</li>
<li>40 GB of free hard disk space</li>
</ul>
<p>The recommended configuration is:</p>
<ul>
<li>Two (2) Pentium 4 Processors running at 3 GHz or higher</li>
<li>1 GB of RAM</li>
<li>80 GB of free hard disk space</li>
</ul>
<h2>AD RMS Software Requirements</h2>
<p>Below are the software requirements for running your Server 2008 R2 based configuration on the Active Directory Rights Management Services role:</p>
<ul>
<li>The File system installed should be NTFS and Message Queuing needs to be enabled.</li>
<li>Internet Information Services (IIS) is needed as well as ASP.NET.</li>
<li>Your Server 2008 R2 system in the AD RMS role must be installed in an Active Directory domain. The domain controllers need to be running Windows Server 2000 with Service Pack 3 (SP3), Windows Server 2003, Windows Server 2008, or Windows Server 2008 R2.</li>
<li>An additional requirement is that all users and groups who need to use AD RMS to acquire licenses and publish content must have an e-mail address configured in Active Directory.</li>
<li>AD RMS also requires a database server and Microsoft’s outlined requirements recommend SQL Server 2005 or SQL Server 2008. (SQL Server 2000 is not supported).</li>
</ul>
<h2>Additional Considerations</h2>
<p>Before AD RMS can be installed there are several additional considerations that need to be reviewed:</p>
<ul>
<li>The AD RMS server needs to be installed as a member server in the same domain as the user accounts that will be leveraging the service.</li>
<li>You will need to create a domain user account to be used as the AD RMS service account.</li>
<li>You need to also specify a user account to be used for the installation of AD RMS; this account needs to be different than the AD RMS service account and it must have access to query the Active Directory Domain Services (AD DS) domain.</li>
<li>If you are going to register the AD RMS service connection point (SCP) during installation, the specified user account installing must be a member of the Domain Enterprise Admins group (or have at least the equivalent permissions).</li>
<li>With respect to using an external database server for the AD RMS databases, the user account must have the right to create new databases. If SQL Server 2005 or SQL Server 2008 is used, the user account must be a member of the System Administrators database role, or equivalent</li>
</ul>
<h2>A Few More Recommendations</h2>
<p>Microsoft best practices also details the following additional recommendations:</p>
<ul>
<li>The database server used to host the AD RMS databases should be installed on a separate computer.</li>
<li>When installing an AD RMS cluster, secure sockets layer (SSL) certificates should be used and it should be issued from a trusted root certification authority.</li>
<li>You will need to create a DNS alias (CNAME) record for the AD RMS cluster URL and a separate CNAME record for the computer hosting the AD RMS configuration database. This is helpful in a scenario where the AD RMS servers are no longer in use or taken out of service as the CNAME record can be updated without having to publish all rights-protected files again.</li>
<li>If you are using a named instance for the AD RMS configuration database, the SQL Server Browser service must be started on the database server before installing AD RMS. If the SQL Server Browser service is not started the AD RMS installation will not be able to locate the configuration database and the installation will fail.</li>
</ul>
<p>And that&#8217;s as far as system recommendations and other considerations for AD RMS go.</p>
<p>Next time, we&#8217;ll finally get to the fun part &#8212; installing AD RMS on a Server 2008 R2 system!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/ad-rms-system-requirements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD RMS: Features and Operational Considerations</title>
		<link>http://www.trainsignal.com/blog/ad-rms-features</link>
		<comments>http://www.trainsignal.com/blog/ad-rms-features#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:00:07 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=6670</guid>
		<description><![CDATA[In the last couple of weeks we have covered AD RMS Data Access Controls as well as AD RMS Encryption, mainly EFS and BitLocker as it applies to both Server 2008 and Server 2008 R2. As I mentioned before, Server 2008 R2 is still in &#8220;Release Candidate&#8221; status so the details in these articles might [...]]]></description>
			<content:encoded><![CDATA[<p>In the last couple of weeks we have covered <a href="/blog/ad-rms-data-access-controls">AD RMS Data Access Controls</a> as well as <a href="/blog/ad-rms-encryption-efs-bitlocker">AD RMS Encryption, mainly EFS and BitLocker</a> as it applies to both Server 2008 and Server 2008 R2.</p>
<p>As I mentioned before, Server 2008 R2 is still in &#8220;Release Candidate&#8221; status so the details in these articles might change before the product is officially released to manufacturing (RTM), so please keep this in mind.</p>
<p>Now before we get started, let&#8217;s do a quick review of what we already covered:</p>
<p>In <strong>AD RMS – Data Access Controls</strong> we briefly reviewed file access controls to data and resources by leveraging permissions via NTFS and share restrictions. In this article we will take a look at some of the other ways outside of AD RMS that administrators can limit intentional and unintentional data leakage.</p>
<p>In <strong>AD RMS &#8211; Encryption: EFS and BitLocker</strong> we reviewed the Encrypting File System and BitLocker functionality. While not directly related to Active Directory Rights Management Services they are a part of any good security and control strategy.</p>
<p>In today&#8217;s segment on <strong>Features and Operational Considerations</strong> we will review some of the higher level features and operational considerations of the technology in order to get a good understanding of what it offers in terms of content permission and control. I&#8217;ll cover:</p>
<ul>
<li>Why use AD RMS?</li>
<li>What AD RMS can do</li>
<li>How Rights Management works (in a nutshell)</li>
<li>Shares and Licenses</li>
</ul>
<h2>Why Use AD RMS?</h2>
<p>When administrators leverage Active Directory Rights Management Services (AD RMS) as part of their security strategy, they add an additional layer above and beyond standard file based security, EFS, or disk encryption technologies such as BitLocker.</p>
<p>This is accomplished by allowing for the protection of information through persistent usage policies and rights management. The best part of this use and rights security is that it is not limited to where the data is stored but rather it is part of the data itself, which means that no matter where the data resides it effectively carries the permissions and restrictions with it.</p>
<p>AD RMS allows administrators to set up the services that will allow data owners to configure permissions to sensitive information as part of their security efforts to keep it from intentionally or accidentally being sent to or received by people that should not have access to it in the first place.</p>
<p>As an example, if I have general file access rights (read) to a Word document and I have it in my possession there is nothing preventing me from forwarding that out to the world in an email.</p>
<p>AD RMS resolves that issue.</p>
<p>As another example, if I have general file access rights (read) to a Word document and I am fired from my company I will always have access to that Word document saved on my own storage device.</p>
<p>AD RMS resolves this problem as well.</p>
<h2>What AD RMS Can Do</h2>
<p>The AD RMS environment that administrators will deploy includes a system running Server 2008 R2, the latest version released. This system would be running with the AD RMS server role enabled in order to handle all of the necessary certificates for the data. You would also need it to host database services and the AD RMS client.</p>
<p>The AD RMS client is included as part of Windows 7 and Windows Vista and is leveraged as part of the solution to process the permissions on the data.</p>
<p>Data owners are able to define who can open, modify, print, forward, or take other actions with the data. Policy templates can also be created and can be applied directly to the information so that the users do not have to define permissions or rights individually.</p>
<p>As an example a template could be set up as &#8220;INTFTE&#8221; which allows for &#8220;all rights denied except READ&#8221; and that could be applied to Word Documents and Spreadsheet and the like, where only those people that are full time, internal employees would even be granted access to the data and then only at a READ level. At that setting they would be unable to print out the data, copy and paste it out and the ability to create screen shots or clippings would be disabled when that document was open.</p>
<p>If you want to be able to leverage rights management to data created on a given application it must be rights management aware or be able to leverage add-ons that have been created to make an application AD RMS-enabled, even if it does not natively implement RMS functionality. Text files created with Notepad cannot be rights enabled because the application cannot leverage the functionality natively as an example.</p>
<h2>How Rights Management Works (in a nutshell)</h2>
<p>The way the Active Directory Rights Management Service works is that it will issue RMS licenses by way of the AD RMS client which is required for creating the permissions and restrictions on the rights-protected content. The client is also needed for access to that data as well.</p>
<p>Data that is protected by AD RMS leverages encryption and an embedded Usage Policy that defines how each user or group will have access to that data. The data owner will decide the rights that those trusted users will have and they will enable that access right through the application itself.</p>
<p>When a data creator / owner decides that they will rights protect a Word 2007 document, that is done right through Word by selecting the &#8220;Office Button&#8221; (sometimes called &#8220;The Pearl&#8221;) in the upper left hand corner of the application and choosing the <strong>Prepare</strong> option (preparing the document for distribution) and then choosing the <strong>Restrict Permission</strong> option.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – When content is rights protected (often referred to a &#8220;published&#8221; or &#8220;distributed&#8221;) through AD RMS, it is encrypted with Advanced Encryption Standard (AES) 128-bit encryption. (Data Encryption Standard (DES) 56-bit encryption is available for backward compatibility).</p>
<p>In our example above in using Word, AES 128-bit encryption would be used as Microsoft Office 2007 always uses AES 128-bit encryption by default.</p>
<p>AD RMS uses public and private keys to encrypt the content encryption symmetric key. The rights policy data in the publishing license and the use license are also encrypted. AD RMS also uses the public keys to digitally sign AD RMS certificates and licenses as well.</p>
<p>Once the permissions are set (such as READ) then specific users or groups are assigned that license or right to that data. The data owner may then put the Word document out on a share (where the share may have access and permissions rights added to it through the share itself and / or where file permissions may be set via NTFS).</p>
<p>When a user with share and file rights access attempts to view the document they must also have this &#8220;licensed&#8221; right to do so from the owner or they will be denied access to the data from the rights management perspective.</p>
<p>You can see where combining share, file system, EFS, and BitLocker can add to the security of data and how RMS adds an additional layer even above and beyond that.</p>
<h2>Shares and Licenses</h2>
<p>If a user was accidentally put into a group that has permissions to a shared resource (such as the Payroll folder and network share), they would suddenly have access to data that they should never have been granted access to in the first place.</p>
<p>However, if the actual data was rights protected this user would not have the license right to access the data; despite the fact they are in a share they don’t otherwise belong in they cannot read the data because they have no RMS access to it.</p>
<p>Additionally, in a situation where someone is fired or quits working for a company, their rights to that data can be revoked. Despite the fact that they may still have data saved on a removable drive or flash memory in their possession, they will no longer be able to access it as their rights, remotely managed via the AD RMS service, will now be denied.</p>
<p>An overly simple way to consider AD RMS is  &#8212; deny all access rights to all users / groups except those with specific granted rights by way of RMS permissions.</p>
<h2>Further Reading</h2>
<p>For a much more of a detailed look at the actual process please consider a review of <a href="http://technet.microsoft.com/en-us/library/ee156482.aspx">Deploying Active Directory Rights Management Services at Microsoft</a> &#8212; specifically the Process That IRM Uses to Generate and Retrieve Licenses section of the article.</p>
<h2>Next Time</h2>
<p>In my next article <strong>AD RMS – System Requirements and other Considerations</strong> we&#8217;ll go over the recommend system requirements and some of the high level configuration considerations for a standard set up. See you then!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/ad-rms-features/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista 70-620 MCTS Exam Prep: Installation</title>
		<link>http://www.trainsignal.com/blog/70-620-mcts-exam-prep-mastering-vista-os-installation</link>
		<comments>http://www.trainsignal.com/blog/70-620-mcts-exam-prep-mastering-vista-os-installation#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:29:12 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Microsoft Certifications]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">/?p=6122</guid>
		<description><![CDATA[Are you preparing for your 70-620 MCTS: Configuring Microsoft Windows Vista Client certification exam? Great! Today we&#8217;ll get our hands dirty with an actual Vista installation &#8212; which means that I want you to install Vista to get some practice. I&#8217;ll review the high level details of performing a clean installation of Vista on a [...]]]></description>
			<content:encoded><![CDATA[<p>Are you preparing for your <a href="http://www.trainsignal.com/Windows-Vista-Training.aspx">70-620 MCTS: Configuring Microsoft Windows Vista Client</a> certification exam?</p>
<p>Great! Today we&#8217;ll get our hands dirty with an actual Vista installation &#8212; which means that I want you to install Vista to get some practice.</p>
<p>I&#8217;ll review the high level details of performing a clean installation of Vista on a system that does not include a running operating system (this is sometimes called a bare metal installation.)</p>
<p>Here&#8217;s what we&#8217;ve covered so far:</p>
<ul>
<li><a href="/blog/certification-series-exam-70-620-configuring-vista-client/">70-620 exam details and the certification tracks that you can follow</a></li>
<li><a href="/blog/70-620-mcts-exam-preparation/">70-620 exam prep focusing on identifying hardware requirements Vista installs</a></li>
</ul>
<h2>Installing Vista</h2>
<p>The <em>Perform a Clean Installation</em> subsection of the 70-620 exam, focuses on:</p>
<ul>
<li>Installing Windows Vista</li>
<li>Configuring a dual boot configuration of Windows Vista with Windows XP</li>
<li>Configuring the default operating system in the boot manager</li>
</ul>
<p>I&#8217;ll walk you through the installation steps below and in my next post I will show you how to do a dual boot configuration of Vista and XP.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – Many of the references that indicate exam details show that the Installing Windows Vista subsection is formally identified as &#8220;Installing Windows Vista Business Edition&#8221; and while this is technically correct, having a full understanding of any of the versions of Vista will help you on the exam.</p>
<p>Basic and generic steps to get started on your installation include:</p>
<ul>
<li>You need to review and confirm that your computer meets the <a href="/blog/70-620-mcts-exam-preparation/">minimum hardware requirements</a></li>
<li>Confirm that you have an installation source (DVD, network location, etc.)</li>
<li>Verify that you have the 25-character product key</li>
<li>Plan on a machine name for the completed installation (chose your own or allow for use of the default randomly generated name)</li>
<li>Having access to a working Internet connection (for updates, product activation, etc.)</li>
</ul>
<p>Some secondary considerations that you may need to consider include:</p>
<ul>
<li>Checking that system BIOS is up to date (before running the installation routine)</li>
<li>Verifying the system will completely run through the POST routine (and fail properly when no operating system is found as a quick test to root out simple hardware issues that might be present)</li>
<li>Verifying that the DVD drive is in the boot order (or otherwise selectable) before the system hard drive</li>
</ul>
<h2>Vista Installation Steps</h2>
<p>Now we&#8217;re ready to do the installation.</p>
<p>The full details of a Vista install from a DVD complete with every screenshot that you can expect to see can be found at Petri: <a href="http://www.petri.co.il/install_windows_vista.htm">How can I install Windows Vista</a>.</p>
<p>I will simply outline the steps and focus on what&#8217;s important to remember for the exam.</p>
<p>I will also suggest that since your exposure to this process is probably limited (I mean how often are you required to install an os at work) that you repeat test installs a few times to get used to the routine. I would also strongly recommend that you practice installing Vista on a bare metal system, and of course&#8230; do it more than once.</p>
<p>Also keep in mind that we&#8217;re doing a DVD installation, so you might notice some variance in the steps with other types of installs.</p>
<ol>
<li>Booting from the DVD or a network installation point will start the installation routine (SETUP).</li>
<li>Press any key on the keyboard to boot from the DVD.</li>
<li>The setup routine will begin loading the pre-installation environment.</li>
<li>Once that completes the <strong>Install Windows</strong> dialog box will be shown.</li>
<li>On the Install Windows page choose any customization needed regarding language, time and currency format to be used and the keyboard layout / input method desired.
<p><a href="/blog/wp-content/uploads/2009/07/15.jpg"><img src="/blog/wp-content/uploads/2009/07/15-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 1" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 1" width="300" height="225" class="aligncenter size-medium wp-image-6128" /></a></li>
<li>A second Install Windows dialog box appears next allowing you to review additional information if desired (What to Know Before Installing Windows).
<p><a href="/blog/wp-content/uploads/2009/07/21.jpg"><img src="/blog/wp-content/uploads/2009/07/21-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 2" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 2" width="300" height="225" class="aligncenter size-medium wp-image-6129" /></a></li>
<li>Next is the <em>Type Your Product Key for Activation</em> page; you need to either enter a key you have for the version of Vista that you’re installing or you can opt to leave this field blank.<br />
<br />
Note: Leaving the 25 character field blank will not prevent you from installing Vista; it will allow the Vista installation to complete and you will be able to run the operating system for a limited number of days until you are forced to supply a key and activate the product.</p>
<p><a href="/blog/wp-content/uploads/2009/07/31.jpg"><img src="/blog/wp-content/uploads/2009/07/31-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 3" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 3" width="300" height="225" class="aligncenter size-medium wp-image-6130" /></a></li>
<li>The next page is the <strong>EULA</strong> (End User License Agreement) where you will need to check the &#8220;I Accept the License Terms&#8221; checkbox in order to continue.
<p><a href="/blog/wp-content/uploads/2009/07/41.jpg"><img src="/blog/wp-content/uploads/2009/07/41-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 4" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 4" width="300" height="225" class="aligncenter size-medium wp-image-6131" /></a></li>
<li>The next page allows you the option for an upgrade installation or custom (clean) installation.<br />
<br />
Because this list review is of a bare metal installation you should expect to see the UPGRADE option grayed out as there is no existing operating system present.</p>
<p><a href="/blog/wp-content/uploads/2009/07/51.jpg"><img src="/blog/wp-content/uploads/2009/07/51-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 5" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 5" width="300" height="225" class="aligncenter size-medium wp-image-6132" /></a></li>
<li>The next screen should show you all of your available hard drives / volumes / partitions that can be used for the installation; choose one to continue. If your computer has a new hard disk that hasn&#8217;t been formatted before, your only option will be to create a new partition.</li>
<li>The next few steps will include Copying Windows files, Expanding the files, Installing features and so forth. The system will need to reboot itself at least a couple of times during this part of the installation and will do so automatically.
<p><a href="/blog/wp-content/uploads/2009/07/61.jpg"><img src="/blog/wp-content/uploads/2009/07/61-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 6" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 6" width="300" height="225" class="aligncenter size-medium wp-image-6133" /></a></li>
<li>Once the final part of this segment of the process completes you will be presented with the <strong>Set Up Windows</strong> screen where you will need to Choose a User Name (and the icon to be associated with your local user account). You’ll also need to provide a password for use with this account.
<p><a href="/blog/wp-content/uploads/2009/07/71.jpg"><img src="/blog/wp-content/uploads/2009/07/71-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 7" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 7" width="300" height="225" class="aligncenter size-medium wp-image-6134" /></a></li>
<li>The next screen is where you’d either accept the auto-generated system name for the new installation of Vista or you can choose to enter in a name of your own choosing. You also get to choose a desktop background.
<p><a href="/blog/wp-content/uploads/2009/07/81.jpg"><img src="/blog/wp-content/uploads/2009/07/81-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 8" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 8" width="300" height="225" class="aligncenter size-medium wp-image-6135" /></a></li>
<li>The next screen is a continuation of the Set Up Windows configuration where you’d select the settings for protecting the system in the future (Windows Update settings). By choosing the <strong>Use recommended settings</strong> option you’ll be configuring the system to download updates at the default time of day and install them automatically without user intervention.
<p><a href="/blog/wp-content/uploads/2009/07/91.jpg"><img src="/blog/wp-content/uploads/2009/07/91-300x225.jpg" alt="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 9" title="70-620 MCTS Exam Prep: Mastering Vista OS Installation - 9" width="300" height="225" class="aligncenter size-medium wp-image-6136" /></a></li>
<li>The next screen is where you’d review the date and time settings and make any necessary changes including specifying the time zone to be used.</li>
</ol>
<p>And that is really the last formal step; progress from here will be to log in once the setup routine commits all of the final settings from the installation.</p>
<p>Next time we&#8217;ll continue with a dual boot configuration of Vista with XP. See you then!</p>
<h3>Continue Learning about Vista Exam 70-620:</h3>
<ul>
<li><a href="/blog/certification-series-exam-70-620-configuring-vista-client/">Certification Series: Exam 70-620 Configuring Vista Client</a></li>
<li><a href="/blog/70-620-mcts-exam-preparation/">70-620 MCTS Exam Prep: How to Install and Upgrade Vista</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/70-620-mcts-exam-prep-mastering-vista-os-installation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD RMS: Encryption &#8211; EFS and BitLocker</title>
		<link>http://www.trainsignal.com/blog/ad-rms-encryption-efs-bitlocker</link>
		<comments>http://www.trainsignal.com/blog/ad-rms-encryption-efs-bitlocker#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:00:32 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=6349</guid>
		<description><![CDATA[Last time we reviewed file access controls to data and resources by leveraging permissions via NTFS and share restrictions. In today&#8217;s article we will take a look at some of the other ways outside of AD RMS that administrators can limit intentional and unintentional data leakage. As I mentioned in my overview post on Active [...]]]></description>
			<content:encoded><![CDATA[<p>Last time we reviewed file access controls to data and resources by leveraging permissions via NTFS and share restrictions.</p>
<p>In today&#8217;s article we will take a look at some of the other ways outside of AD RMS that administrators can limit intentional and unintentional data leakage.</p>
<p>As I mentioned in my overview post on <a href="/blog/active-directory-rights-management-services-data-access-controls">Active Directory Rights Management Services</a>, AD RMS allows administrators additional ways to protect proprietary information and sensitive data through access and usage restrictions that follow the data wherever it is accessed.</p>
<p>By leveraging AD RMS administrators can dramatically reduce the probability and the possibility that the data is intentionally or accidentally received by users who should not have access to the data in the first place.</p>
<p>As I noted before, the information in this article is subject to change with the RTM, so please keep this in mind and if you do notice any changes feel free to post them in the comments.</p>
<h2>Encrypting File System (EFS)</h2>
<p>One of the ways to restrict access to data is to encrypt the data (lock it up) so that only the people or groups that have the permissions to access it can &#8212; everyone else is denied access.</p>
<p>Much in the same way that very few people have access to your home (only people with the keys to the doors of the house have allowed access) EFS offers administrators a way to set up strict access controls.</p>
<p>What’s different to this method over NTFS permission that we discussed in the last article is that the encryption permissions follow the file around &#8230; to an extent.</p>
<p>EFS adds on to the NTFS security layer by effectively scrambling the contents of that data so that it can be read only by someone who has the encryption key to decipher it. Just being an administrator of a system is not necessarily going to allow you to gain ownership of the data and the control to access it because now you’d need the key to unlock / decipher the data as well.</p>
<p>When a user attempts to access an encrypted file and that user does not have the key to unlock it they will receive an access denied message and they will be unable to read the file.</p>
<p>Because encryption is set on the object (and can be inherited) the effect of copying and moving files around can impact their encryption state.</p>
<h2>The Rules of Encryption</h2>
<p>The overall rules for encryption are as follows:</p>
<h3>Rule # 1</h3>
<p>When moving or copying a file within the same NTFS volume an encrypted file will not inherit the encryption state of the target folder when that folder is unencrypted. When you copy or move an encrypted file to an unencrypted folder, the file is still encrypted. If you have enabled a folder to encrypt files and you move or copy an unencrypted file to it, it will become encrypted at that point.</p>
<h3>Rule # 2</h3>
<p>When copying or moving a file or folder from one NTFS volume to another, an encrypted file will not inherit the encryption state of the target folder when that folder is unencrypted. When you copy or move an encrypted file to an unencrypted folder, the file is still encrypted. If you have enabled a folder to encrypt files and you move or copy an unencrypted file to it, across partitions, it will become encrypted at that point. </p>
<h3>Rule # 3</h3>
<p>Moving or copying a file or folder to a FAT16 or FAT32 volume – EFS supports attribute driven encryption only on the NTFS file system, so when you move or copy an encrypted NTFS file or folder to a FAT volume, (16 or 32) the encryption attribute will be lost. Because most forms of removable media do not support the NTFS file system, the same is also true.</p>
<h2>What You Need to Know about EFS</h2>
<p>Some key thoughts with respect to encrypting data by way of EFS:</p>
<p>When you need to access encrypted data and you are on a system where the key to the data is present, you can access the encrypted data by simply double clicking on it; there is no other interaction for you. The operating system decrypts the file to access it and then when it is closed it automatically encrypts it again.</p>
<p>You need to back up your encryption certificate and encryption key in case you need to recover these if the system crashes or there is some other error and the system needs to be rebuilt and so on. If you neglect to do this and there is an issue and no other recovery agent is available then these encrypted files are forever locked. This is especially important on standalone systems that are not attached to a domain.</p>
<p>When there are other users that are going to need access to files or folders that you encrypt they will need to have their own EFS certificate added to the files in order to gain access to them. Think of this like having their own key just to this file. They are not leveraging your key – your key unlocks ALL of your encrypted files; their key when added to a file that you lock with your key allows them to access that data and only that data.</p>
<h2>Last Thoughts on EFS</h2>
<p>EFS does not offer a complete solution for securing files that are sent across the network. EFS secured files are decrypted when they need to be sent over the wire, which can expose the file to possible interception and attacks if someone is monitoring (sniffing) the wire. In order to secure the transmission of sensitive data on an internal or external network another form of encryption would be needed such as IPSec or SSL depending on the need.</p>
<p>As you can see from this high level overview, there are ways to better secure the data but there are still some pretty big loop holes when it comes to storing the data, moving it around on portable drives and transmitting it over the wire.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – Because this was an introductory overview of EFS there are a lot of details I glossed over. I would recommend reviewing the details of the <a href="http://technet.microsoft.com/en-us/library/cc721923(WS.10).aspx">Encrypting File System</a> information on the Microsoft website to get more details.</p>
<p>Of special interest would be the Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008 section.</p>
<h2>BitLocker / BitLocker to Go</h2>
<p>So with our review of EFS done I’ll turn our attention to BitLocker and Bitlocker To Go.</p>
<p>BitLocker Drive Encryption is available on some versions of Windows Vista, Windows Server 2008 R2 and in some editions of Windows 7. When leveraged BitLocker Drive Encryption is one of the best ways to protect portable systems such as laptops from loss of data and information when the laptops themselves are lost or stolen.</p>
<p>Additionally, the use of Bitlocker on desktop systems is also a good consideration when you consider how much information can be lost from recycled desktop systems that have not undergone a proper hard drive wipe routine before being sold off.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – Bitlocker leverages the Trusted Platform Module (TPM) version 1.2 to help protect user data and to ensure that a computer has not been tampered with while the system was offline.</p>
<p>The main focus of this topic for the article is to talk about securing files and access control, so this part of what it offers is a little beyond the scope of the conversation.</p>
<p>For additional details on this there is the &#8220;What is a TPM&#8221; section of the <a href="http://windowshelp.microsoft.com/Windows/en-US/Help/6035e2fd-ee50-4b74-9bfb-6c27bb6bf2201033.mspx">BitLocker Drive Encryption Overview</a>; it is a Vista based article but it is still applicable.</p>
<p>The <a href="http://technet.microsoft.com/en-us/library/cc766295(WS.10).aspx">Windows BitLocker Drive Encryption Step-by-Step Guide</a> is another good detailed document to review.</p>
<p>For our conversation regarding securing files, BitLocker works well on a local drive on a laptop or a desktop as it completely prevents someone from accessing a system in its entirety unless they have a password to start up the system.</p>
<p>Without that password (or the recovery key if the password is lost) the entire system is unavailable.</p>
<p>Fairly skilled people understand that there are ways to get around regular file based security that the operating system offers by installing another version of the operating system locally or booting from a DVD or USB key to work from a lower level of disk access to get to the stored data.</p>
<p>When BitLocker is correctly enabled, the whole area of disk data that is locked out under the encryption is inaccessible to that person even at that low level.</p>
<p>With respect to BitLocker To Go this security of the data is expanded further as it can be leveraged on portable devices to lock all the data even when it is stored on FAT formatted drives keeping the data completely secured from unauthorized access.</p>
<h2>The User – the Single Point of Failure</h2>
<p>The problem with EFS and BitLocker to Go (most specifically) is that the single point of failure is the end user.</p>
<p>If the end user un-encrypts their EFS locked data or transfers it to a FAT or FAT32 drive it ends up being accessible to anyone that can get to it. If the user sends that data off to themselves in an email it can be left behind in the SENT folder and so forth allowing people that should not have access to it the possibility of getting access to it.</p>
<p>If the end user with the BitLocker to Go device like a USB stick needs to make edits and changes to data and temporarily copies it off the protected device to work on it (as would be the situation under a legacy operating system like Windows XP) and then forgets to delete the local copy, it is left behind unprotected and potentially available to others that should not have access to it.</p>
<p>Active Directory Rights Management Services (AD RMS) takes that point of failure and removes it by taking the control of the data away from the user.</p>
<p>But we’ll cover this in more detail in my next AD RMS article. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/ad-rms-encryption-efs-bitlocker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista 70-622 MCTS Exam Prep: Installations and Updates</title>
		<link>http://www.trainsignal.com/blog/70-622-mcts-exam-prep-install-upgrade-vista</link>
		<comments>http://www.trainsignal.com/blog/70-622-mcts-exam-prep-install-upgrade-vista#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:30:39 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Microsoft Certifications]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">/?p=6011</guid>
		<description><![CDATA[We&#8217;ve been taking a closer look at MCTS Exam 70-622 &#8212; Supporting and Troubleshooting Applications on a Windows Vista Client for Enterprise Support Technicians. We have already tackled the 70-622 certification requirements and taken a closer look at the first skill needed for the exam: Deploying Windows Vista. I gave you detailed information on how [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been taking a closer look at MCTS Exam 70-622 &#8212;  Supporting and Troubleshooting Applications on a Windows Vista Client for Enterprise Support Technicians.</p>
<p>We have already tackled <a href="/blog/certification-series-exam-70-622-vista-support-troubleshoot/2009-03-05/">the 70-622 certification requirements</a> and taken a closer look at the first skill needed for the exam: <a href="/blog/70-622-mcts-exam-preparation/2009-07-01/">Deploying Windows Vista</a>.</p>
<p>I gave you detailed information on how to analyze the business environment and select an appropriate deployment method, so today we&#8217;ll move on to how to prepare a system for clean installations or upgrades.</p>
<p>In case you haven&#8217;t already, please review these two posts before moving on to the rest of this article. </p>
<ul>
<li>Part 1: <a href="/blog/certification-series-exam-70-622-vista-support-troubleshoot/2009-03-05/">Certification Series: Exam 70-622 Vista Support &#038; Troubleshoot</a></li>
<li>Part 2: <a href="/blog/70-622-mcts-exam-preparation/2009-07-01/">70-622 MCTS Exam Prep: Deploying Vista</a></li>
</ul>
<h3>MCTS 70-622 Skills Measured</h3>
<p>As I mentioned before, exam 70-622 measures a number of different skills and the first section of topics for the exam, Deploying Windows Vista, encompasses the following:</p>
<ul>
<li>Analyze the business environment and select an appropriate deployment method</li>
<li>Prepare a system for clean installation or upgrade</li>
<li>Deploy Windows Vista from a custom image</li>
<li>Perform post-installation tasks</li>
<li>Troubleshoot deployment issues</li>
</ul>
<p>With respect to Prepare a system for clean installation or upgrade subsection you’ll need to make sure that you understand some of the details around the following topics and tools that will help you in preparing a system for clean installation or upgrade.</p>
<p>Additionally, these tools can be used to assist in deploying Windows Vista from a custom image as well as performing post installation steps &#8212; all three of these items are part of the skills that are measured on exam 70-622.</p>
<p>The main topics and tools to review include:</p>
<ul>
<li>WIM files</li>
<li>Windows PE 2.0 (Windows Pre-installation Environment)</li>
<li>Additional tools that you can leverage in the WinPE from System32
<ul>
<li>Drvload</li>
<li>Wdscapture</li>
<li>Wpeutil</li>
</ul>
</li>
<li>Additional tools that are available through the WAIK (Windows Automated Installation Kit)
<ul>
<li>Oscdimg</li>
<li>PEimg</li>
<li>BCDedit</li>
</ul>
</li>
</ul>
<p><strong>[NOTES FROM THE FIELD]</strong> – Below I&#8217;ll be discussing WIM files and Windows PE 2.0 in more detail, but here&#8217;s where you can get more information on <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c7d4bc6d-15f3-4284-9123-679830d629f2&#038;DisplayLang=en">WAIK (Windows Automated Installation Kit)</a> and the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&#038;displaylang=en">AIK (Automated Installation Kit)</a>.</p>
<p>Additional tools to be aware of include:</p>
<ul>
<li>ImageX</li>
<li>Windows System Image Manager (SIM)</li>
<li>User State Migration Tool 3.0</li>
<li>Application Compatibility Tool Kit</li>
<li>Sysprep</li>
<li>Business Desktop Deployment (BDD)</li>
<li>Windows Deployment Services (WDS)</li>
</ul>
<h3>What You Need to Know About WIM Files</h3>
<p>WIM files are a new part of the install for Windows Operating systems that was introduced with the release of Windows Vista.</p>
<p>The structure of WIM files generally contains six types of data:</p>
<ul>
<li>Header information</li>
<li>file resource details</li>
<li>metadata resource details</li>
<li>lookup table information</li>
<li>XML data</li>
<li>integrity table</li>
</ul>
<p>The WIM image format is file-based rather than sector-based which allows for many benefits:</p>
<ul>
<li>The WIM image format is hardware-agnostic &#8212; only a single imaged is needed for different hardware configurations. </li>
<li>Using the WIM image format allows you to store multiple images within one actual file. One example is the multiple different versions of Windows available on the installation DVD – they are all there within the WIM file; you just need the correct key to complete the install and activate the product. </li>
</ul>
<p><strong>[NOTES FROM THE FIELD]</strong> – You can find the install WIM file in the CD DRIVE:\Sources directory along with all the catalog (.clg) files for the different Editions of Windows. See <a href="http://technet.microsoft.com/en-us/library/cc721962(WS.10).aspx">Understanding Windows Image Files and Catalog Files</a> for additional information. </p>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/07/14.jpg" alt="70-622 MCTS Exam Prep: Preparing for Installations and Upgrades" title="70-622 MCTS Exam Prep: Preparing for Installations &amp; Upgrades" width="626" height="200" class="alignnone size-full wp-image-6024" /></p>
<ul>
<li>You can also leverage the WIM image format to store corporate / enterprise images with and without core applications in a single image file. </li>
<li>You can start a computer from a disk image contained in a WIM file if the image has been marked as bootable.</li>
<li>The WIM image format enables compression and single instancing which reduces the size of image files significantly. <a href="http://technet.microsoft.com/en-us/library/cc507857.aspx">Windows PE 2.0 for Windows Vista Overview</a> has some additional details regarding single instancing.</li>
<li>Offline image servicing is available in the WIM image format. This allows you to add or delete some operating system components, software patches, updates and drivers without forcing you to create an entirely new image. </li>
<li>Leveraging the WIM image format allows for installations of the image on partitions of any size. Sector-based imaging requires that deployments are set to a partition the same size or larger than the source disk. </li>
<li>Deploying the WIM image format can be done non-destructively; you can leave data on the volume where the image will be installed because deploying the image will not overwrite the existing contents of the volume. </li>
</ul>
<h3>Windows PE 2.0 (Windows Pre-installation Environment)</h3>
<p>The Windows PE 2.0 (Windows Pre-installation Environment) is a bootable tool that provides operating system features for installation, troubleshooting, and recovery.</p>
<p>Windows PE is the environment that is presented to you when you run the Windows Vista installation routine (basically any time you boot from the DVD – that is WinPE). The WinPE environment was built so that it can be customized &#8212; so that non-traditional deployment needs can be met.</p>
<p>Windows PE can also be used for troubleshooting systems when they no longer start correctly or for when repairs of a system build need to be attempted under the Windows Recovery Environment.</p>
<p>Complete system recovery is available under Windows PE either from the original installation environment (DVD or network share) or from images that are available on a recovery partition on the local hard drive.</p>
<p>A scenario like that allows end users to start their computers from the WinPE environment to automatically reformat their volume and re-install Vista with the original drivers, settings, and applications in an effort to &#8220;reset&#8221; or recover their system from the original configuration when it was first purchased. You might often find this as an available option from the larger ISVs that build consumer PCs like Dell, HP and others.</p>
<p>While WinPE does start from the DVD, once it is fully up and running it does so directly in memory in a portion of space leveraged as a RAM Disk (usually assigned a drive letter of X:\). Once it is going to no longer even need the disk in the DVD drive and it can be removed, if you need to supply additional disks for drivers and other installs or updates.</p>
<p><strong>Additional tools that you can leverage in the WinPE from System32:</strong></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc507857.aspx">Drvload</a> – adds out-of-box drivers to a booted Windows PE image via driver.inf files as referenced.</li>
<li><a href="http://technet.microsoft.com/en-us/library/cc771321(WS.10).aspx">Wdscapture</a> – allows you to capture an operating system that has been prepared with Sysprep into .wim file</li>
<li><a href="http://technet.microsoft.com/en-us/library/cc765969(WS.10).aspx">Wpeutil</a> – command-line tool that enables you to run various commands in a Windows PE session.</li>
</ul>
<p><strong>Additional tools that are available through the WAIK (Windows Automated Installation Kit):</strong></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc749036(WS.10).aspx">Oscdimg</a> – used to create an image file (.iso) of a customized 32-bit or 64-bit version of Windows PE. You can then burn that .iso file to a CD-ROM or DVD-ROM and it supports ISO 9660, Joliet, and Universal Disk Format (UDF) file systems.</li>
<li><a href="http://technet.microsoft.com/en-us/library/cc749161(WS.10).aspx">PEimg</a> – used for creating and modifying Windows PE 2.0 images offline</li>
<li><a href="http://www.microsoft.com/whdc/system/platform/firmware/bcdedit_reff.mspx">BCDedit</a> – can be used to add, delete, edit, and modify data in the boot configuration data (BCD) store and replaces what used to be available in the Boot.ini file. Additional information on these changes can be found in the <a href="http://www.microsoft.com/whdc/system/platform/firmware/bcdedit_reff.mspx">BCD Boot Options Reference</a> where there is a table that reflects what was configurable before in the Boot.ini file and how you now do it under BCDedit.</li>
</ul>
<p>You do need to make sure you have at least an understanding of these tools for the exam. If you follow each of the links above, the additional information there should help you with accomplishing that.</p>
<p>And always feel free to ask questions in the comments if you need further explanation on anything.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/70-622-mcts-exam-prep-install-upgrade-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD RMS: Data Access Controls</title>
		<link>http://www.trainsignal.com/blog/ad-rms-data-access-controls</link>
		<comments>http://www.trainsignal.com/blog/ad-rms-data-access-controls#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:00:48 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=6293</guid>
		<description><![CDATA[Active Directory Rights Management Services (AD RMS) and the AD RMS client allow server administrators additional ways to protect proprietary information and sensitive data. This is accomplished through access and usage restrictions that follow the data wherever it is accessed, above and beyond what is set at the folder and file level through NTFS and [...]]]></description>
			<content:encoded><![CDATA[<p>Active Directory Rights Management Services (AD RMS) and the AD RMS client allow server administrators additional ways to protect proprietary information and sensitive data.</p>
<p>This is accomplished through access and usage restrictions that follow the data wherever it is accessed, above and beyond what is set at the folder and file level through NTFS and / or the Encrypting File System (EFS).</p>
<p>By fully leveraging the rights management and access controls available in AD RMS an administrator can drastically reduce the probability (and the possibility) that the data is intentionally or accidentally received by other users that should not have access to the data in the first place.</p>
<p>Today we&#8217;ll review Active Directory Rights Management Services as it applies to both Windows Server 2008 as well as <a href="http://www.trainsignal.com/Hyper-V-Training-P73.aspx">Windows Server 2008 R2</a>, and I&#8217;ll focus specifically on data access controls.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – Because Server 2008 R2 is in &#8220;Release Candidate&#8221; status at the moment until it is officially released to manufacturing (RTM), the information is subject to change.</p>
<h2>The Basics: Other Types of Access Control</h2>
<p>Before we take a look at all the benefits that AD RMS and the AD RMS client offers in the way of locking down permission to data and access rights, I think it&#8217;s important to do a historic review of how this was done.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – NTFS permission settings on files and folders are not necessarily relevant when it comes to what AD RMS offers directly, but it does make sense to have an understanding of where the &#8220;first&#8221; set of permission controls and rights access were introduced.</p>
<p>When your job as a system administrator involved the responsibilities of securing access control to information, historically this meant that you set permissions on the folders and data files themselves. If it was across networks then share permissions might come into play.</p>
<p>These access control permissions were set through the file system and leveraged by the operating system in use. These file and folder access controls could be set to users and / or groups.</p>
<p>ALLOW permissions were cumulative on the local system in that if you were a member of one group and had READ permission and a member of another you had CHANGE / WRITE &#8212; so the permissions would combine to give you the least restrictive level of access (in other words, the most control).</p>
<p>If there was a DENY permission anywhere from any one of the groups you were a member of that was a permission setting that trumped all others. Even if the combined access control allowed you FULL CONTROL of a set of data the DENY always had the override and prohibited all access.</p>
<p>This was a problem whenever you had a large environment where a user was a member of many groups for obvious reasons. It got even worse if the administrator decided to set very granular levels of access control by way of NTFS and you’re dealing with inheritance.</p>
<p>More subtly, there might be a reason to limit most people’s READ rights (as an example) to very sensitive information such as exact employee salary and compensation, but what would you do if someone had permission to read and access this information and wanted others to see it?</p>
<p>They could print it out or copy it to a FAT drive (file allocation table) where the file system permissions set by NTFS are removed and anyone that could physically access the data could get their hands on it.</p>
<p>These are some clear and obvious limitations of file system access controls.</p>
<h2>Summary of File Based Access Control</h2>
<p>So with all these details I thought it made sense to try to net them all out.</p>
<p>There is the additional consideration of inheritance and so forth but in an effort to just keep the overview simple for now consider permissions set on the data object itself.</p>
<h3>NTFS File Permissions</h3>
<p>NTFS File Permissions are those set on the files themselves:</p>
<p><strong>Full Control</strong> allows for the following level of access control:</p>
<ul>
<li>Read</li>
<li>Write</li>
<li>Modify</li>
<li>Execute</li>
<li>Change attributes</li>
<li>Permissions</li>
<li>Take ownership of the file</li>
</ul>
<p><strong>Modify</strong> allows for the following level of access control:</p>
<ul>
<li>Read</li>
<li>Write</li>
<li>Modify</li>
<li>Execute</li>
<li>Change the file&#8217;s attributes</li>
</ul>
<p><strong>Read &amp; Execute: </strong></p>
<ul>
<li>Read</li>
<li>Run / Execute the file &#8212; run a program as allowed by other access controls</li>
</ul>
<p><strong>Read</strong> &#8212; display the file&#8217;s data, attributes, owner, and permissions</p>
<p><strong>Write</strong> &#8212; write to the file, append the file, and read or change file attributes</p>
<h3>NTFS Folder Permissions</h3>
<p>NTFS Folder Permissions are settings made at the folder level locally on the system:</p>
<p><strong>Full Control: </strong></p>
<ul>
<li>Read</li>
<li>Write</li>
<li>Modify</li>
<li>Execute files in the folder</li>
<li>Change attributes permissions</li>
<li>Take ownership of the folder or files within the folder</li>
</ul>
<p><strong>Modify:</strong></p>
<ul>
<li>Read</li>
<li>Write</li>
<li>Modify</li>
<li>Execute files in the folder</li>
<li>Take ownership of the folder or files within the folder</li>
</ul>
<p><strong>Read &amp; Execute: </strong></p>
<ul>
<li>Read</li>
<li>Run / Execute the file &#8212; run a program as allowed by other access controls</li>
</ul>
<p><strong>List Folder Contents: </strong></p>
<ul>
<li>Display the folder&#8217;s contents</li>
<li>Display the data itself</li>
<li>Display the data attributes</li>
<li>Display the data owner</li>
<li>Display the data permissions for files within the folder</li>
<li>Run / Execute the file &#8212; run a program as allowed by other access controls</li>
</ul>
<p><strong>Read</strong> &#8212; display the file&#8217;s data, attributes, owner, and permissions</p>
<p><strong>Write</strong> &#8212; write to the file, append the file, and read or change file attributes</p>
<h3>Share Permissions</h3>
<p>Share Permissions are given to the shared resource over the network:</p>
<p><strong>Read: </strong></p>
<ul>
<li>View files and subdirectories</li>
<li>Execute applications</li>
<li>No changes can be made</li>
</ul>
<p><strong>Change: </strong></p>
<ul>
<li>View files and subdirectories</li>
<li>Execute applications</li>
<li>Add data / subdirectories</li>
<li>Delete data / subdirectories</li>
<li>Change / append files or subdirectories</li>
</ul>
<p><strong>Full Control: </strong></p>
<ul>
<li>All of the above</li>
</ul>
<p>NTFS permissions and share permissions are independent and the most restrictive of the two will be applied to the shared resource.</p>
<p>This would be in the situation that a resource access is attempted across the network (as local access renders share permissions irrelevant).</p>
<p>So in the example of where JOHN has FULL CONTROL of a file locally (NTFS) at the system console but across the network that user only has READ access to the share, JOHN will only be able to READ the data &#8212; that would be the maximum control level that user would have accessing the data remotely.</p>
<h2>Next Time</h2>
<p>In my next article I will go over some of summary details of how the Encrypting File System (EFS) offers another form of access control over data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/ad-rms-data-access-controls/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista 70-622 MCTS Exam Prep: Deployment</title>
		<link>http://www.trainsignal.com/blog/70-622-mcts-exam-preparation</link>
		<comments>http://www.trainsignal.com/blog/70-622-mcts-exam-preparation#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:27:04 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Microsoft Certifications]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">/?p=5793</guid>
		<description><![CDATA[There are a number of Vista certification exams that you can take. One popular choice is exam 70-622: Supporting and Troubleshooting Applications on a Windows Vista Client for Enterprise Support Technicians I have already outlined the 70-622 exam in one of my previous articles, where I provided an overview of the skills needed for the [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of Vista certification exams that you can take. One popular choice is exam 70-622: Supporting and Troubleshooting Applications on a Windows Vista Client for Enterprise Support Technicians</p>
<p>I have already outlined the <a href="/blog/certification-series-exam-70-622-vista-support-troubleshoot/2009-03-05/">70-622 exam</a> in one of my previous articles, where I provided an overview of the skills needed for the exam and how to achieve the MCTS certification.</p>
<p>Today I&#8217;m going to focus on one area of the 70-622 exam &#8212; <strong>Deploying Windows Vista</strong> segment of the exam, specifically the section that covers analyzing the business environment and selecting an appropriate deployment method.</p>
<p>&nbsp;</p>
<h3>Deploying Windows Vista</h3>
<p>The 70-622 Vista Desktop Support for Enterprise Technicians exam measures a number of different skills and the first section of topics for the exam encompasses the following:</p>
<ul>
<li>Analyze the business environment and select an appropriate deployment method</li>
<li>Prepare a system for clean installation or upgrade</li>
<li>Deploy Windows Vista from a custom image</li>
<li>Perform post-installation tasks</li>
<li>Troubleshoot deployment issues</li>
</ul>
<p><span id="more-5793"></span></p>
<h3>How to Analyze the Business Environment and Select an Appropriate Deployment Method</h3>
<p>First you’ll need to make sure that you understand the three phases of the deployment lifecycle:</p>
<ul>
<li><strong>Plan</strong> &#8212; assess the needs of the organization and develop a deployment strategy to meet the needs</li>
<li><strong>Build</strong> &#8212; put the tools and plans that will be used to support the deployment plan into place</li>
<li><strong>Deploy</strong> &#8212; implement the deployment plan</li>
</ul>
<p><a href="http://technet.microsoft.com/en-us/library/cc749045(WS.10).aspx" target="_blank">Windows Vista: Common Deployment Questions Answered</a> is a great additional resource you can use to review this topic in a little more detail.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – The entire write up goes beyond the scope of what is &#8220;only&#8221; needed for the exam but the additional details will be helpful for you to understand the concepts in general with respect to the topic.
</p></blockquote>
<p>When preparing for the exam, make sure you completely understand the deployment challenges of an enterprise. Things to consider are:</p>
<ul>
<li><strong>Hardware</strong> &#8212; are upgrades needed; can some systems be upgraded in place, what systems will need to be retired and replaced outright.</li>
<p></p>
<li><strong>Application Compatibility</strong> &#8212; critical applications that are a &#8220;must&#8221; need to be identified; from there you can break them into other levels of requirement in the enterprise. You would then need to breakdown any issues that show up in the compatibility testing. The <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24DA89E9-B581-47B0-B45E-492DD6DA2971&#038;displaylang=en" target="_blank">Microsoft Application Compatibility Toolkit (ACT)</a> is a tool you can download and use to perform this work of evaluating and mitigating application compatibility issues before deploying many of the newer versions of Windows, including Vista and other application upgrades such as changing from one version of Internet Explorer to another.</li>
<p></p>
<li><strong>User State Migration</strong> &#8212; going from Windows XP to Vista has been made easier with a number of automated tools such as the <a href="http://www.microsoft.com/DownLoads/details.aspx?familyid=799AB28C-691B-4B36-B7AD-6C604BE4C595&#038;displaylang=en" target="_blank">Windows User State Migration Tool (USMT)</a>.</li>
<p></p>
<li><strong>Technical Subject Matter Experts (SME)</strong> &#8212; as part of the deployment planning you need to consider the technical knowledge level of your own staff to address the efforts of the deployment challenge and whether additional assistance may be needed.</li>
</ul>
<p>Another crucial part that you&#8217;ll need to understand is the hardware requirements for a successful (and supported) installation of Vista on the systems once the deployment is completed.</p>
<p>Make sure to review the details on systems requirements that I included <a href="/blog/70-620-mcts-exam-preparation/2009-06-17/">in my previous post</a>. The article focuses on a different Vista exam, but the information about Vista requirements is valid for this exam as well.</p>
<p>In the post I talk about what you need to take into consideration when pairing up your hardware with the appropriate Vista edition. I also cover understanding the different available Vista editions and understanding the difference between minimum and recommended hardware requirements &#8212; all useful stuff.</p>
<p>&nbsp;</p>
<h3>More Information on Deploying Vista</h3>
<p>So far we have covered just one of the skills required for the Deploying Windows Vista section of the 70-622 exam &#8212; analyzing the business environment and selecting an appropriate deployment method.</p>
<p>I&#8217;m not going to cover the rest of the skills in detail, but I will provide you with some useful resources to get you started on them:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/918884" target="_blank">How to install Windows Vista</a> and <a href="http://support.microsoft.com/kb/931225" target="_blank">How to prepare to upgrade from Windows XP to Windows Vista</a> are both good sources to start exploring.</li>
<p></p>
<li><a href="http://technet.microsoft.com/en-us/library/cc721929(WS.10).aspx" target="_blank">Vista Deployment Step-by-Step Guide</a> is very thorough and will help you practice deploying Vista in a lab environment</li>
<p></p>
<li><a href="http://technet.microsoft.com/en-us/library/bb932144.aspx" target="_blank">Troubleshooting General Operating System Deployment Issues</a> is also a good place to start learning basic troubleshooting issues when it comes to deployment</li>
</ul>
<p>I would also suggest checking out Pail Thurrott&#8217;s 3 part Windows Vista Installation Super Guide to practice with:</p>
<ul>
<li><a href="http://www.winsupersite.com/showcase/winvista_install_01.asp" target="_blank">Part 1: Introduction</a></li>
<li><a href="http://www.winsupersite.com/showcase/winvista_install_02.asp" target="_blank">Part 2: Using the Windows Vista Upgrade Advisor</a></li>
<li><a href="http://www.winsupersite.com/showcase/winvista_install_03.asp" target="_blank">Part 3: Clean Install Windows Vista</a></li>
</ul>
<p>Remember, the more you practice doing hands-on tasks, the easier it will be for you to remember the information and master content for the exam. I hope that the information in this and my previous articles will help you get a good start on the 70-622 and other Vista certification exams.</p>
<p>I hope you’ve enjoyed this article and I am looking forward to any feedback you have on it — feel free to leave me a comment below.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/70-622-mcts-exam-preparation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Server 2008 R2 (RC)</title>
		<link>http://www.trainsignal.com/blog/how-to-install-server-2008-r2-rc</link>
		<comments>http://www.trainsignal.com/blog/how-to-install-server-2008-r2-rc#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:18:14 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=5846</guid>
		<description><![CDATA[As I mentioned in my article about what&#8217;s new in Server 2008 R2, Server 2008 was first released in May 2008 and service pack 2 for the product was released in April of 2009. Around the same time that service pack 2 was released, Server 2008 R2 (Release Candidate) was made available for download. Last [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/windows-2008-r2-logo.jpg" alt="What’s New in Server 2008 R2" title="What’s New in Server 2008 R2" width="500" height="230" class="alignnone size-full wp-image-5763" />As I mentioned in my article about <a href="/blog/windows-server-2008-r2">what&#8217;s new in Server 2008 R2</a>, Server 2008 was first released in May 2008 and service pack 2 for the product was released in April of 2009.</p>
<p>Around the same time that service pack 2 was released, Server 2008 R2 (Release Candidate) was made available for download.</p>
<p>Last time I provided you with a brief introduction to R2 and some of the high level comparisons of both releases, system requirements and so forth. I also outlined a few high level, expected changes under Windows Server 2008 R2.</p>
<p>Today I will show you the steps for installing Server 2008 R2 from an ISO image on a Hyper V server.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> &#8212; The steps outlined in this walkthrough may differ slightly when installing to a physical system as opposed to a virtual installation but for the most part the steps are the same. In addition, since this is a Release Candidate and not the RTM bits, there’s always the rare possibility that something may change in the installation routine in the final version as well.</p>
<p>Also note that because Server 2008 R2 is in &#8220;Release Candidate&#8221; status the details of the steps of this walkthrough are more set than when the product was in beta.</p>
<p>Having said that, until the product is officially released to manufacturing (RTM), the information is subject to change.</p></blockquote>
<p><span id="more-5846"></span></p>
<h2>The Basics: Setting the Virtual Stage</h2>
<p>Before you start your installation to your virtual environment, it&#8217;s a good idea to have your virtual drive all ready to go.</p>
<p>In the event that you haven’t done this already, the overview of the steps are:</p>
<blockquote><p>
1. Open <strong>Hyper-V Manager</strong> under Start &rarr; Administrative Tools &rarr; Hyper-V Manager</p>
<p>2. From the Action pane, click New, and then click Virtual Machine</p>
<p>3. From the <strong>New Virtual Machine Wizard</strong>, click Next</p>
<p>4. On the <strong>Specify Name and Location</strong> page, specify the name of your virtual machine and location of the virtual machine files</p>
<p>5. On the <strong>Memory</strong> page, denote the amount of memory that you want to allocate for the virtual machine to run the guest operating system</p>
<p>6. On the <strong>Networking</strong> page, select the network adapter configuration you want to use (to identify if you want to have a live network connection to the physical adapter or not)</p>
<p>7. On the <strong>Connect Virtual Hard Disk</strong> page, specify a name, location, and size to create a virtual hard disk so you can install an operating system on it</p>
<p>8. On the <strong>Installation Options</strong> page, choose the method you want to use to install the operating system:</p>
<ul>
<li>Install an operating system from a boot CD/DVD-ROM. You can use either physical media or an image file (.iso file).</li>
<p></p>
<li>Install an operating system from a boot floppy disk (where applicable)</li>
<p></p>
<li>Install an operating system from a network-based installation server. To use this option, you must configure the virtual machine with a legacy network adapter connected to an external virtual network. The external virtual network must have access to the same network as the image server.</li>
</ul>
<p>9. Click Finish
</p></blockquote>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> – For this walkthrough I chose to select the networking option that allows us to connect to the physical network card so we could have network connectivity.</p>
<p>Additionally, at the <em>Installation Options</em> page, I choose the method to install from the ISO file directly.</p></blockquote>
<h2>Step Two: Starting the Install from the ISO Image</h2>
<p>At this point we are ready to go, so I’ve placed the DVD into the drive and set the running virtual machine to capture the drive so the virtual environment will engage from the ISO configuration.</p>
<p>Once the setup environment is engaged the first screen you will see is the familiar Install Windows screen where you can initially choose the language to install, the time and currency format, and the keyboard input method as shown below:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image1.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image1.png" alt="How to Install Server 2008 R2 (RC) - 1" title="How to Install Server 2008 R2 (RC) - 1" class="alignnone size-full wp-image-5851" /></a></p>
<p>Once you’ve made those choices you can click <strong>NEXT</strong> to continue.</p>
<p>The next screen will bring you to all of the available choices for installation (as provided in the ISO image that I am using). For our walkthrough I&#8217;ll choose the Windows Server 2008 R2 Enterprise (Full Installation) option.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image2.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image2.png" alt="How to Install Server 2008 R2 (RC) - 2" title="How to Install Server 2008 R2 (RC) - 2" class="alignnone size-full wp-image-5857" /></a></p>
<p>The next screen that will appear is the ever familiar license terms page. You’ll need to select the &#8220;I accept the license terms&#8221; check box to continue.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD] </strong>– If you do not select the box and accept the terms, you cannot continue with the installation. This has pretty much been the standard forever with respect to Microsoft operating systems and I am sure many other software companies. </p></blockquote>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image3.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image3.png" alt="How to Install Server 2008 R2 (RC) - 3" title="How to Install Server 2008 R2 (RC) - 3" class="alignnone size-full wp-image-5861" /></a></p>
<p>Next is the &#8220;which type of installation do you want&#8221; page, where we will select CUSTOM as there is no existing operating system installed on our VHD drive to upgrade from.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image4.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image4.png" alt="How to Install Server 2008 R2 (RC) - 4" title="How to Install Server 2008 R2 (RC) - 4" class="alignnone size-full wp-image-5862" /></a></p>
<p>Once the installation routine continues to the next page you’ll arrive at the options of where you want to install Windows. In the image below you’ll see just one choice for us in the virtual environment (Disk 0); in other installation scenarios such as on a physical machine, you may be presented with other disk locations to choose from.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image5.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image5.png" alt="How to Install Server 2008 R2 (RC) - 5" title="How to Install Server 2008 R2 (RC) - 5" class="alignnone size-full wp-image-5863" /></a></p>
<p>Once you make that choice (and provided that no formatting is needed on that volume) the routine will begin the file copy and expansion of files on the selected volume.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> – If the volume was not already formatted the routine would have performed that step prior to the file copy step for obvious reasons of needing a place to copy the files.</p></blockquote>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image6.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image6.png" alt="How to Install Server 2008 R2 (RC) - 6" title="How to Install Server 2008 R2 (RC) - 6" class="alignnone size-full wp-image-5865" /></a></p>
<p>The system will restart a number of times without user intervention needed throughout this part of the process as shown in the sequence of images below.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image7.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image7-300x225.png" alt="How to Install Server 2008 R2 (RC) - 7" title="How to Install Server 2008 R2 (RC) - 7" width="300" height="225" class="alignnone size-medium wp-image-5866" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image8.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image8-300x225.png" alt="How to Install Server 2008 R2 (RC) - 8" title="How to Install Server 2008 R2 (RC) - 8" width="300" height="225" class="alignnone size-medium wp-image-5867" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image9.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image9-300x225.png" alt="How to Install Server 2008 R2 (RC) - 9" title="How to Install Server 2008 R2 (RC) - 9" width="300" height="225" class="alignnone size-medium wp-image-5868" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image10.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image10-300x225.png" alt="How to Install Server 2008 R2 (RC) - 10" title="How to Install Server 2008 R2 (RC) - 10" width="300" height="225" class="alignnone size-medium wp-image-5869" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image11.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image11-300x225.png" alt="How to Install Server 2008 R2 (RC) - 11" title="How to Install Server 2008 R2 (RC) - 11" width="300" height="225" class="alignnone size-medium wp-image-5870" /></a></p>
<h2>The Wrap Up: Finishing Steps</h2>
<p>As the system starts for the first time where it requires logon by an administrator you will see the following screen:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image12.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image12.png" alt="How to Install Server 2008 R2 (RC) - 12" title="How to Install Server 2008 R2 (RC) - 12" class="alignnone size-full wp-image-5880" /></a></p>
<p>In order to continue you will need to change the password before logging on for the first time. That’s actually a misleading screen of sorts as we’ve never set a password up to this point. What we are actually doing is setting the initial administrator password for account use.</p>
<p>Once that action is completed setup will continue.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image13.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image13.png" alt="How to Install Server 2008 R2 (RC) - 13" title="How to Install Server 2008 R2 (RC) - 13" class="alignnone size-full wp-image-5881" /></a></p>
<p>At this point we are presented with the <strong>Initial Configuration Tasks</strong> window:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image14.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image14.png" alt="How to Install Server 2008 R2 (RC) - 14" title="How to Install Server 2008 R2 (RC) - 14" class="alignnone size-full wp-image-5882" /></a></p>
<p>What you’ll notice at this point is that Windows has not been activated, the time zone is default selected to Pacific, and the computer name was generated at random and established. You may recall, we made no mention of these activities in the steps above as the installation routine from the ISO image did not prompt us for any of these options, including entering a product key.</p>
<p>Let&#8217;s close this window for now. Once we do that the Server Manager window is presented as shown below:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image15.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image15.png" alt="How to Install Server 2008 R2 (RC) - 15" title="How to Install Server 2008 R2 (RC) - 15" class="alignnone size-full wp-image-5883" /></a></p>
<p>It too shows that Windows has not been activated and that there are other options that can be configured for the system, such as Roles and other connection settings.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> – Between my setup steps I chose to change the default name of the machine; on this screen you’ll see the Full Computer Name as SERVER2008R2 where on the prior screen it showed the randomly generated name.</p></blockquote>
<p>Our final steps will be for activating Windows which will require a connection to the internet (for the easiest way to go about this) and the 25 digit key to enter in.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image16.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image16.png" alt="How to Install Server 2008 R2 (RC) - 16" title="How to Install Server 2008 R2 (RC) - 16" class="alignnone size-full wp-image-5884" /></a></p>
<p>We will go to Start &rarr; Computer &rarr; Properties as shown above to bring up the System information page below:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image17.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image17.png" alt="How to Install Server 2008 R2 (RC) - 17" title="How to Install Server 2008 R2 (RC) - 17" class="alignnone size-full wp-image-5885" /></a></p>
<p>At the bottom of the page we can see that there are just 3 days until automatic activation (which would fail at this point because the key has not been entered for this system). When you choose the <strong>Activate Window now</strong> option the Windows Activation screen appears as shown below:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image18.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image18.png" alt="How to Install Server 2008 R2 (RC) - 18" title="How to Install Server 2008 R2 (RC) - 18" class="alignnone size-full wp-image-5886" /></a></p>
<p>When you attempt to do this you are automatically presented with the page to enter in your key.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image19.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image19.png" alt="How to Install Server 2008 R2 (RC) - 19" title="How to Install Server 2008 R2 (RC) - 19" class="alignnone size-full wp-image-5887" /></a></p>
<p>You need to make sure the key you try to use is applicable to the product you installed or you will see an error message like this:</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image20.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image20.png" alt="How to Install Server 2008 R2 (RC) - 20" title="How to Install Server 2008 R2 (RC) - 20" class="alignnone size-full wp-image-5888" /></a></p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> – To generate that error for the purposes of demonstration, I entered the Standard Key which is different that the installed edition of the operating system which was the Enterprise edition.</p></blockquote>
<p>Once you provide the correct key the Activating Windows routine will complete and you’ll be up and running.</p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image21.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image21-300x225.png" alt="How to Install Server 2008 R2 (RC) - 21" title="How to Install Server 2008 R2 (RC) - 21" class="alignnone size-medium wp-image-5889" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image22.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image22-300x225.png" alt="How to Install Server 2008 R2 (RC) - 22" title="How to Install Server 2008 R2 (RC) - 22" class="alignnone size-medium wp-image-5890" /></a></p>
<p><a href="/blog/wp-content/uploads/2009/06/installing-2008-r2_image23.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/installing-2008-r2_image23-300x225.png" alt="How to Install Server 2008 R2 (RC) - 23" title="How to Install Server 2008 R2 (RC) - 23" class="alignnone size-medium wp-image-5891" /></a></p>
<p>Congratulations! Your Windows Server 2008 R2 has been successfully installed and activated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/how-to-install-server-2008-r2-rc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-620 MCTS Exam Prep: How to Install and Upgrade Vista</title>
		<link>http://www.trainsignal.com/blog/70-620-mcts-exam-preparation</link>
		<comments>http://www.trainsignal.com/blog/70-620-mcts-exam-preparation#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:53:35 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Microsoft Certifications]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">/?p=5529</guid>
		<description><![CDATA[A while back I posted an article about the MCTS Windows Vista, Configuration Certification (exam 70-620). I outlined the details of the exam and the profile of skills needed, both theory and practical. Today we are going to review the Installing and Upgrading Windows Vista section of the 70-620 exam. More specifically, I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I posted an article about the <a href="http://www.trainsignal.com/blog/certification-series-exam-70-620-configuring-vista-client"title="Configuring Vista Client">MCTS Windows Vista, Configuration Certification (exam 70-620)</a>. I outlined the details of the exam and the profile of skills needed, both theory and practical.</p>
<p>Today we are going to review the <strong>Installing and Upgrading Windows Vista</strong> section of the 70-620 exam. More specifically, I&#8217;m going to focus on how to identify the hardware requirements needed for Vista.</p>
<p>&nbsp;</p>
<h3>Installing and Upgrading Vista</h3>
<p>The <a href="http://www.trainsignal.com/Windows-Vista-Training-P21.aspx">70-620 Configuring Microsoft Windows Vista Client exam</a> measures a number of different skills and the first section of topics for the exam encompasses the following:</p>
<ul>
<li>Identify hardware requirements</li>
<li>Perform a clean installation</li>
<li>Upgrade to Windows Vista from previous versions of Windows</li>
<li>Upgrade from one edition of Windows Vista to another edition</li>
<li>Troubleshoot Windows Vista installation issues</li>
<li>Install and configure Windows Vista drivers</li>
</ul>
<p><span id="more-5529"></span></p>
<h3>How to Identify Hardware Requirements</h3>
<p>As part of the Identify hardware requirements section you will need to make sure you have the ability to assess the hardware requirements for a successful (and supported) installation of Vista.</p>
<p>This includes the details as provided on the <a href="http://www.microsoft.com/windows/windows-vista/get/system-requirements.aspx" target="_blank">system requirements</a> page at Microsoft’s website.</p>
<p>Notice the differences between the <strong>minimum</strong> and <strong>recommended</strong> system requirements. While the minimum requirements are probably enough, you want to be as close to the recommended system requirements as possible.</p>
<p>Here are some more things to take into consideration when pairing up your hardware with the appropriate Vista edition:</p>
<ul>
<li>All of the editions of Vista provide support for multiple core processors. </li>
<p></p>
<li>Vista Business, Ultimate, and Enterprise can support dual processors (2 physical units which may or may not have multiple cores). Home Basic and Home Premium do not support more than one physical processor.</li>
<p></p>
<li>The Home Premium and Ultimate editions support TV watching capabilities when a TV tuner card is present natively within the installed version of OS.</li>
<p></p>
<li>Home Premium, Business, and Ultimate Editions offer Windows Tablet and Touch capabilities on Tablet PCs or when installed on systems that have a touch screen.</li>
<p></p>
<li>The Ultimate and Enterprise editions offer Windows BitLocker Drive Encryption on systems equipped with a Trusted Platform Module (TPM) 1.2 chip.</li>
</ul>
<p>Part of the 70-620 exam is understanding the different available Vista editions. Here are some resources to get you started with this:</p>
<ul>
<li>The <a href="http://www.microsoft.com/windows/windows-vista/compare-editions/default.aspx" target="_blank">Compare Vista editions</a> page provides a nice table with the four core versions shown.</li>
<p></p>
<li>There is a separate page for <a href="http://www.microsoft.com/windows/enterprise/products/windows-vista.aspx" target="_blank">Vista Enterprise os features</a> and the <a href="http://www.microsoft.com/windows/windows-vista/compare-editions/starter.aspx">Vista Starter edition</a>.
</ul>
<p>Another thing you&#8217;ll need to know for the exam is which systems are <a href="http://technet.microsoft.com/en-us/library/cc507845.aspx" target="_blank">Vista Capable</a> and which are <a href="http://technet.microsoft.com/en-us/library/cc507845.aspx" target="_blank">Vista Premium Ready</a>.</p>
<p>And don&#8217;t forget about the <a href="http://www.microsoft.com/windows/windows-vista/get/upgrade-advisor.aspx" target="_blank">Vista Upgrade Advisor</a> &#8212; a tool that is available for download from Microsoft that will allow you to determine whether a system that is currently running XP meets all of the requirements for an upgrade to Vista.</p>
<p>The tool is nice but it only runs on the 32-bit version of XP and Vista and it will not run on Windows 95, Windows 98, Windows Me, or Windows 2000 systems. Additionally it cannot run against the 64-bit edition of Windows XP.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> – There’s definitely some memorization that is required for the 70-620 exam, especially when it comes to this section of the exam. You will need to know what the different versions are and the requirements for each.</p>
<p>You’ll also need to understand the differences between minimum supported system requirements and the recommended system requirements.</p></blockquote>
<h3>Installing &amp; Upgrading Vista</h3>
<p>As far as the rest of the topics in the Installing and Upgrading Vista section are concerned here are some resources to get you started:</p>
<p><a href="http://support.microsoft.com/kb/918884" target="_blank">How to install Windows Vista</a> covers:</p>
<ul>
<li>How to perform a clean installation</li>
<li>How to upgrade to Vista from an earlier version of Windows</li>
<li>How to troubleshoot Vista installation issues</li>
</ul>
<p>Information on upgrading from one edition of Vista to another can be found in <a href="http://windowshelp.microsoft.com/Windows/en-US/help/3af7e05f-4d2a-4af7-a168-9242f9093bb81033.mspx" target="_blank">here</a> and basically what you need to understand here is when you need to perform a clean install and when you can upgrade. For example, if you currently have the Vista Business edition you can upgrade to Vista Ultimate, however you will have to perform a clean install if you want to move to the other editions. There is also information on upgrading from a 32-bit version to a 64-bit version and upgrading a 64-bit version to another 64-bit version.</p>
<p>&nbsp;<br />
I hope you’ve enjoyed this article and I am looking forward to any feedback you have on it &#8212; feel free to leave me a comment below.</p>
<p>Best of luck in your studies.<br />
<br />&nbsp;</p>
<h3>Continue Learning about Vista Exam 70-620:</h3>
<blockquote><p><a href="http://www.trainsignal.com/blog/certification-series-exam-70-620-configuring-vista-client"title="Configuring Vista Client"><strong>Certification Series: Exam 70-620 Configuring Vista Client</strong></a></p>
<p><a href="http://www.trainsignal.com/blog/70-620-mcts-exam-prep-mastering-vista-os-installation"title="Vista OS Installation"><strong>70-620 MCTS Exam Prep: Mastering Vista OS Installation</strong></a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/70-620-mcts-exam-preparation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working in IT: Role Responsibility and Job Expectations</title>
		<link>http://www.trainsignal.com/blog/working-in-it-role-responsibility-job-expectations</link>
		<comments>http://www.trainsignal.com/blog/working-in-it-role-responsibility-job-expectations#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:54:26 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[IT Career Help]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=5385</guid>
		<description><![CDATA[Last week I posted about choosing the work environment in IT that&#8217;s right for you. We discussed what it means to find a job in IT that&#8217;s a perfect fit, how to deal with a tough job market, and how to plan your career for the long haul. I hope that my insight and suggestions [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I posted about <a href="/blog/it-work-environments/2009-06-02/">choosing the work environment in IT that&#8217;s right for you</a>. We discussed what it means to find a job in IT that&#8217;s a perfect fit, how to deal with a tough job market, and how to plan your career for the long haul. I hope that my insight and suggestions were helpful.</p>
<p>Today I&#8217;d like to tackle another aspect of choosing the right job in IT. We&#8217;ll take a look at the pros and cons of where you choose to work from a salary and mental health stand point. We&#8217;ll also examine some of the differences in job expectations and how they vary from business to business.</p>
<p>&nbsp;</p>
<h3>IT Job Expectations That Vary</h3>
<p>In some work environments the leverage against technology is so high and so critical to the success of the business, that your responsibilities may be quite high and the role quite demanding. Compensation is often higher to meet that higher responsibility, but for some people the stress and the pressure are not worth it, regardless of the compensation level.</p>
<p><span id="more-5385"></span><br />
As an example, an online retailer (let’s assume a large department store chain) that has both physical locations for shoppers to go to as well as an online presence, depends on both for its business. While it really doesn’t want to have issues with its online operations and it would become negatively impacted if its online operations suddenly came to a halt due to technology issues, it could continue to operate and make sales even during this impact of their infrastructure. There would be some sense of urgency to get online operations back up and running as quickly as possible, but the business is still running (though at an impacted level) and making sales.</p>
<p>An internet retailer that only has an online presence will totally cease to exist if its online operations suddenly came to a halt due to technology issues. A loss of online operations totally prevents this business from making any sales and revenue from them.</p>
<p>Between these two businesses there are two very different levels of urgency to get operations back online.</p>
<p>The higher potential for loss of sales and revenue for the business drives a higher level of severity for a problem; more management will be involved, more stress introduced and higher performance expectations will be needed from the technical staff to respond to the issues and to get them resolved.</p>
<p>If you think that you would thrive in this type of environment then you should seek out positions that demand this type of preparedness. If on the other hand, you&#8217;re the type of individual that cannot react well in an emergency situation (you cannot think clearly, you don&#8217;t work well under the glare of management, etc) you’d probably want to stay clear of these environments.</p>
<p><strong>The bottom line</strong> &#8212; you need to consider the type of pressure you can work under and the demands and responsibilities of the role you have in that particular company. If the demand and expectation levels are too high for what you can manage then you need to consider a similar job role in a different work environment &#8212; one that is better suited to your personality type.</p>
<p>&nbsp;</p>
<h3>Role Responsibilities:  Clearly Defined or Blurred Lines?</h3>
<p>The other item to consider is how well a company is making out &#8220;doing more with less,&#8221; especially in the current economy.</p>
<p>Job responsibilities have always been in one form of change or another and there is nothing quite like the restructuring of potions and responsibilities in a tightening job market to accelerate those changes.</p>
<p>As one example, you might have taken on your role in your company when it didn’t involve interfacing with customer contacts and that has changed subtly as the position evolved or the company itself has grown. In a situation like this, where dealing with people directly is not your most favorable thing to do, you need to take stock in the changes and decide what to do.</p>
<p>Whether you retrain yourself to better deal with the changes in the new role or you decide to look for other positions that were more like the way your job used to be is going to depend on a couple of things.</p>
<p>In one case, you have to decide whether the change is something that is occurring in just your place of employment or if it’s an industry wide change. If the change in role responsibility is occurring in similar roles all over, then it’s a paradigm shift that will generally be found everywhere over the course of time.</p>
<p>The other factor you may consider is whether or not the change is really that drastic and if it&#8217;s going to make you completely unhappy in your new role. A certain amount of change can be good and it may allow you to grow and gain additional skills in the subtle changes of responsibility right within your own role.</p>
<p>If you think about it as cross-training right in your current job then you may find that you take to it well (or &#8220;well enough&#8221; to keep it as a positive change) and it allows you to add new skills to your resume. Those might be helpful come review time or in the unfortunate scenario where you might be laid off and looking for work.</p>
<p><strong>The bottom line</strong> &#8212; change in the IT field is often relevant, beneficial and a complete part of the constant evolution of the industry. The better and more flexible you are to subtle and even sudden changes in business drivers, duties, and responsibilities, the better your position to maintain your job and to excel within the company.</p>
<p>Remember, the one constant in the IT field is change.</p>
<p>I hope you found this information useful. I’m always looking forward to your feedback on this and <a href="/blog/author/jason-zandri/">any other articles I have written</a> so feel free to drop in some comments or contact me directly.</p>
<p>Additionally, I welcome any suggestions for topics of interest that you would like to see here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/working-in-it-role-responsibility-job-expectations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Server 2008 R2</title>
		<link>http://www.trainsignal.com/blog/windows-server-2008-r2</link>
		<comments>http://www.trainsignal.com/blog/windows-server-2008-r2#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:00:54 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">/?p=5752</guid>
		<description><![CDATA[Windows Server 2008 has been available in release since the May 2008 timeframe (according to the Microsoft Lifecycle page for Server 2008) and service pack 2 released in April of 2009. Around the same time of the release of service pack 2, the Windows Server 2008 R2 (Release Candidate) was been made available for download [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/06/windows-2008-r2-logo.jpg" alt="What’s New in Server 2008 R2" title="What’s New in Server 2008 R2" width="500" height="230" class="alignnone size-full wp-image-5763" /></p>
<p>Windows Server 2008 has been available in release since the May 2008 timeframe (according to the <a href="http://support.microsoft.com/common/international.aspx?RDPATH=dm;en-us;lifecycle&#038;p1=12925" target="_blank">Microsoft Lifecycle page for Server 2008</a>) and service pack 2 released in April of 2009.</p>
<p>Around the same time of the release of service pack 2, the Windows Server 2008 R2 (Release Candidate) was been made available for download to MSDN and TechNet subscribers, and the availability of public downloads came out a few days after that.</p>
<p>Today I&#8217;m going to review some of the important details of Server 2008 R2 and in my next article I&#8217;ll do an installation walkthrough.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – Because Windows Server 2008 R2 is currently in &#8220;Release Candidate&#8221; status, the details are more formally announced than when the product was in beta.</p>
<p>Having said that, until the product is officially released to manufacturing (RTM), the information is subject to change.
</p></blockquote>
<p><span id="more-5752"></span></p>
<h2>The Basics &#8212; System Requirements</h2>
<p>The <a href="http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx" target="_blank">system requirements for Server 2008</a> are outlined on the Microsoft website and have not been adjusted with respect to R2 at this point.</p>
<p>If this follows the Release Candidate all the way to RTM the details will be:</p>
<blockquote><p>&bull; Processor – Minimum: 1.4 GHz (x64 processor)<br />
&bull; Processor – Recommended: 2 GHz or faster (x64 processor)</p>
<p>&bull; Memory – Minimum 512MB</p>
<ul>
<li>Recommended: (x64 systems): 2 GB or more</li>
<li>Maximum (x64 systems): 32 GB (Standard) </li>
<li>Maximum (x64 systems): 2 TB (Enterprise, Datacenter, and Itanium-Based Systems)</li>
</ul>
<p>&bull; Disk Space Requirements</p>
<ul>
<li>Minimum: 20 GB or greater</li>
<li>Recommended: 40 GB or greater</li>
</ul>
<p>&bull; Display – Super VGA (800 × 600) or higher resolution monitor</p></blockquote>
<p>The main point to remember is that you need to discard all of the presented x86 information as R2 will be released in x64 editions only.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – These are the minimum system requirements to run Windows Server 2008 as a based installation and in a minimum supported state.</p>
<p>Your actual needed and recommended minimum requirements will vary based on system configuration and role designation of the server. As one example, processor requirements specifically needed to manage expected performance load are dependent upon not only the clock frequency of the processor, but the number of cores and the size of the processor cache as well as the number of physical processors present.</p>
<p>Additionally, disk space requirements for the system partition are approximate and do not take into consideration the role of the system and the amount of memory installed (which affects the needed available disk space for paging, hibernation, dump files and so forth). </p></blockquote>
<h2>Installation and Activation &#8212; The Past Highlights</h2>
<p>When you are installing Windows Server 2008 proper, you are not required to deal with product activation or entering a product key for an initial 60 days under the license terms for evaluation.</p>
<p>Under those same terms, the 60 day evaluation period can be reset a total of three times, extending the original 60 day evaluation period by up to 180 days for a total of 240 days. At that time you would need to uninstall the software or go through the product activation process which would require a valid product key.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD] </strong>– If you are in a situation where you need to automate the extension of the evaluation period, there is a knowledge base article titled: <a href="http://support.microsoft.com/kb/948472" target="_blank">How to extend the Windows Server 2008 evaluation period</a> that details these steps.</p>
<p>The release notes for the RC indicate &#8220;Evaluating this early release of Windows Server 2008 R2 software does not require product activation or entering a product key. This release of Windows Server 2008 R2 may be installed without activation and evaluated for an initial 60 days.&#8221;</p></blockquote>
<h2>Expected Changes under Windows Server 2008 R2</h2>
<p>There are some expected changes to be found with the release of Server 2008 R2.</p>
<p>While the Server 2008 R2 release is expected to mirror other past R2 releases (in this case building on the original Windows Server 2008) it will be different in one major way in that it is the first 64-bit only Server release.</p>
<p>Server 2008 R2 also has several CPU-specific enhancements, one of which expands CPU support to run systems with up to 256 logical processors installed.</p>
<p>R2 also supports Second Level Translation (SLAT), which enables R2 to take advantage of the Enhanced Page Tables feature found in the latest AMD CPUs as well as the similar Nested Page Tables feature found in Intel’s latest processors.</p>
<p>Changes in Hyper-V allow for access of up to 64 logical CPUs on host computers which can allow for greater virtual machine consolidation ratios per physical server.</p>
<p>Virtual Desktop Integration (VDI) technology is included in R2 which extends the functionality of Terminal Services which allows administrators to install applications remotely and deliver them to end users. Once VDI is configured, programs that Remote Desktop Services sends to a computer are now available on the Start menu right alongside programs that are locally installed.</p>
<p>There are also some improvements to power management as well.</p>
<h2>Next Time &#8230;</h2>
<p>In my next article I will walk you through the actual Server 2008 R2 installation steps in my virtual environment.</p>
<p>I hope you’ve enjoyed this article and I am looking forward to any feedback you have on it. Additionally, I would welcome any topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/windows-server-2008-r2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Choose a Work Environment in IT That&#8217;s Right for You</title>
		<link>http://www.trainsignal.com/blog/it-work-environments</link>
		<comments>http://www.trainsignal.com/blog/it-work-environments#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:00:24 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[IT Career Help]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=4984</guid>
		<description><![CDATA[Once you decide on a career in Information Technology (or really any career for that matter) one of the decisions you’ll have to make is where you want to work. This decision will not only have an impact on how much money you&#8217;ll earn it will also have an affect your work / life balance. [...]]]></description>
			<content:encoded><![CDATA[<p>Once you decide on a career in Information Technology (or really any career for that matter) one of the decisions you’ll have to make is where you want to work.</p>
<p>This decision will not only have an impact on how much money you&#8217;ll earn it will also have an affect your work / life balance.</p>
<p>Today I&#8217;ll discuss the pros and cons of where you choose to work from a salary and mental health standpoint to help in your IT career decision making process.</p>
<p>&nbsp;</p>
<h3>Where You Work &#8212; Does it Need to Define a Part of Who You Are?</h3>
<p>Like it or not your job will define something about you either directly or indirectly. Just like the old frog and scorpion story (&#8220;part of my nature&#8221;) people can only maintain so long &#8220;out of their element&#8221; regardless of benefits, pay or other compensation.</p>
<p>Eventually they will come to be less happy and they’ll need to move on. The only other option is to be anywhere from &#8220;unhappy&#8221; to &#8220;miserable&#8221; in the work that you’re doing.</p>
<p><span id="more-4984"></span><br />
<img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/05/32.jpg" alt="How to Choose a Work Environment in IT That’s Right for You" title="How to Choose a Work Environment in IT That’s Right for You" width="320" height="200" class="float" />It is also important to have a good grasp on where you want to go in your career from the standpoint of where you want to work.</p>
<p>Having the desire to be an Operations Center Manager as one example is a great career path, but there is a big difference in being that manager for a mid-sized company as it is for a global one.</p>
<p>As another example, if you’re really short on patience and working with slow starters is not your thing then a role of training new hires on new technology is never going to work for you in the long run, even if it was your dream to work on Wall Street and the job pays 50% more than your last position.</p>
<p>You have to know what you’re capable of and you need to know what your limitations are.</p>
<p>If you’re working in your dream job (or your dream job for now) in IT but it’s in a place that doesn’t fit your &#8220;style&#8221; it can still make your work day something you come to regret getting up for in the morning. The work may be exciting and fulfilling but who you’re working for may be anything but.</p>
<p>Generally you spend one third of your day at work, five days a week. Add to that the time it takes you to travel to and from work, and it ends up being even more.</p>
<p>This means that five days a week you are spending 60% (or more) of your waking hours at work so you need to do what you can to ensure that the work is <strong>challenging, satisfying</strong> and a <strong>&#8220;right&#8221; fit</strong> for you.</p>
<p>&nbsp;</p>
<h3>Dealing with a Difficult Job Market</h3>
<p>During a recession and tight job market, working in an optimal environment may not be an option. But keep in mind that you can hold back &#8220;resentful&#8221; feelings for where you work only temporarily; sooner or later they force their way to the forefront.</p>
<p>As time progresses and the job market improves you’ll have opportunities to move on to something that is a better fit for you.</p>
<p>During the tougher times you’ll need to make sure that you’re still doing the job you have to 100% of your capabilities. You don&#8217;t want to be let go into a bad job market because you’re slacking due to the fact you’re really not excited about the position.</p>
<p>Additionally, when the next opportunity opens elsewhere you may need to leverage reviews and references from your current place of employment and you’re going to want those to be as positive as possible.</p>
<p>&nbsp;</p>
<h3>Compensation is Not a Fix for the Wrong Job</h3>
<p>Its one thing to not be a big sports fan and work for a sports apparel company and it’s quite another to support the ethical treatment of animals and work for a company that is known for its puppy mills. What you need to do is analyze what you can and can&#8217;t deal with.</p>
<p>There are some people that are very good at separating the work they do for a company and how they derive their paycheck from what the company does (the company’s business goals and their vision). Others will struggle with this and it will negatively affect their work and their own sense of well being and life outside of work.</p>
<p>Money is a great initial motivator but not a long term fix. You can be offered 20% more compensation to deal with less than desirable work conditions, but they will eventually affect your mood, demeanor and life outside of work.</p>
<p>In my own example, I&#8217;ve found that over time in a business environment that I don&#8217;t morally or intellectually agree with I have had problems working efficiently and with the complete desire to do my best. This is not because I don&#8217;t like my job, but because I have no passion for the company’s business objectives.</p>
<p>This leads to being less than satisfied with the work that I&#8217;m doing and the effort that I put in is not 100% because I cannot separate the two things in my head. I look at it as if I&#8217;m helping this company do something I don’t like or don’t agree with because I&#8217;m filling a job role that allows them to get that part of their business done.</p>
<p>However, there are people that manage and deal with this well &#8212; from something as blunt as the thought process of &#8220;I do my work and collect my check; what the company does isn’t really my concern&#8221; to more subtle positions such as &#8220;I do my best because if I don&#8217;t someone else will, so why not me?&#8221;</p>
<p>The bottom line &#8212; when you have the ability to make the choice, you need to keep in mind what you can tolerate at work. Remember, that your goal is to be successful in your job and to get where you want to be in your career and your work environment is going to play a role in that, so choose wisely.</p>
<p>&nbsp;</p>
<h3>Take Away</h3>
<p>In summary and the main take away ideas:</p>
<p><strong>Where you work doesn’t necessarily have to be a perfect fit</strong></p>
<ul>
<li>You must have good intellectual capital to fully separate work from life</li>
<li>Compensation is not a long term fix to a position you don&#8217;t enjoy</li>
<li>You need to know what you’re capable of and what your limitations are</li>
</ul>
<p><strong>In rough job markets you may have to take the best thing available, until things improve</strong></p>
<ul>
<li>If the job you take ends up being one you intend to hold until things are better, have a plan for moving on when the economy picks up</li>
<li>Do the best you can and give 100% regardless of whether you want to keep the job in the long run or not</li>
</ul>
<p><strong>Make a plan for your career and decide where to have it</strong></p>
<ul>
<li>Where you live will play a role in available job options and choices, especially in the IT industry</li>
<li>The industry and job market will also play a role in your job options and choices</li>
</ul>
<p>I hope you found this information useful. Next time I&#8217;ll focus on how role responsibility and job expectations come into play in IT. I will outline some of the pluses and minuses of different roles and responsibilities and the expectations of the positions to help you make the right decisions.</p>
<p>I&#8217;m always looking forward to your feedback on this or <a href="/blog/author/jason-zandri/">any other articles I have written</a> so feel free to drop in some comments or contact me directly.</p>
<p>Additionally, I welcome any suggestions for topics of interest that you would like to see here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/it-work-environments/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Break into the IT Industry and Get the Job You Want</title>
		<link>http://www.trainsignal.com/blog/break-into-the-it-industry-and-get-the-job-you-want</link>
		<comments>http://www.trainsignal.com/blog/break-into-the-it-industry-and-get-the-job-you-want#comments</comments>
		<pubDate>Wed, 20 May 2009 14:00:45 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[IT Career Help]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=4959</guid>
		<description><![CDATA[There are no sure fire ways to get hired in the IT field, especially if you&#8217;re a newcomer in the current economy with organizations taking the &#8220;do more with less&#8221; mantra to a whole new level of meaning. Not only are you coming in with little to no practical experience but you’re potentially competing with [...]]]></description>
			<content:encoded><![CDATA[<p>There are no sure fire ways to get hired in the IT field, especially if you&#8217;re a newcomer in the current economy with organizations taking the &#8220;do more with less&#8221; mantra to a whole new level of meaning.</p>
<p>Not only are you coming in with little to no practical experience but you’re potentially competing with some seasoned veterans for the few jobs that are available.</p>
<p>There are however a few things you can do to maximize your chances and to set yourself apart from other potential hires. Today I&#8217;ll show you what you can do to position yourself for the best chance to grab that open position and get the job you want.</p>
<p>&nbsp;</p>
<h3>Theoretical Knowledge</h3>
<p>It probably goes without saying that you have to have some mastery of the subject before you go after the job you want. Be it classroom learning as part of a college course, or a certification class, or even through self paced training &#8212; if you want an entry level job on a help desk (level 1 support) or desktop hardware / software support role (level 2) you’ll need to have some form of training.</p>
<p>Additionally, you will need to know how to explain what you know to someone. Being able to understand that different RAID configurations lend themselves to data protection or performance improvements and being able to implement them are two different things. You need to have the knowledge before you can choose the most effective solution for the situation and then recommend and implement the solution.</p>
<p><span id="more-4959"></span></p>
<h5>The Lesson:</h5>
<blockquote><p>Learn as much as you can from the environment you’re presently in. Ask someone in a higher role what it is they are doing in the adjacent area working on that workstation or server. Try to remember the key things they are talking about and then research them on your own.</p>
<p>The <em>knowledge is power</em> rule applies here.
</p></blockquote>
<h3>Practical Knowledge</h3>
<p>On top of the theory, you also need to have some level of practical hands on experience. That might come from tinkering in a home lab setup or building your own white box computers for yourself or family and friends &#8212; but you’ll need this exposure and the more the better.</p>
<p>Sometimes this catch 22 is like getting a credit for the first time &#8212; you can’t have a credit history without having someone give you an opportunity to have credit and you generally do not get the opportunity to get credit from someone without showing them your pay back history and that you’re a good risk. Somewhere along the line someone has to take a chance on you.</p>
<p>With respect to getting hands on experience with computers and networking you might need to take a job that literally no one else wants or you may need to offer up what you know for free in exchange to use it as experience on your resume.</p>
<p>There are not too many people that are going to want to rotate tapes out of 10 year old backup systems and configurations, on third shift, part time, over the weekends only, for minimum wage &#8212; but if that’s what you can get to start out that might be what you need to do.</p>
<p>Grab the opportunity and do the job impeccably. Show up early, leave a couple of minutes after your shift ends, outline details of what was completed and what the next person needs to take care of and so forth.</p>
<p>All of these things will impress your current employer to the point where they may offer you more hours or a full shift when and if an opportunity comes up.</p>
<p>It doesn’t always work this way, but at least you&#8217;ll have the experience on your resume. Think of this as a stepping stone &#8212; your chance to get the job you want.</p>
<p>Additionally, you might see that a not for profit organization in your community needs helps rebuilding donated workstations and getting them onto their network. By donating your time you are gaining experience and another thing to add to your resume. And you’re helping out the community or the organization in a way that few other people can.</p>
<h5>The Lesson:</h5>
<blockquote><p>Do the things you know how to do exceptionally well. Learn how to do things you don&#8217;t and practice them.</p>
<p>The <em>knowledge is power</em> rule applies here too but actual expertise and proficiency trumps it.
</p></blockquote>
<h3>Moving to Where the Jobs Are / Commuting Long Distances</h3>
<p>This is always a touchy subject; if you live in a small town you’re going to have to understand that in order to have options in the IT field you’re going to have to commit to driving long distances or totally relocating closer to the available jobs. It’s either that or understanding that your opportunities are going to be limited.</p>
<p>My first job in IT was 60 miles from my house; I drove about an hour each day to get to work and then an hour to get home. I did this daily for a year before the situation improved and I got an assignment closer to home. That was despite living in central Connecticut where there are many major population centers &#8212; I had to go into neighboring metropolitan areas to get a better position.</p>
<p>In order to get more exposure and greater experience I had to go farther than I previously was. I would take my car to the New Haven train station at 5:15AM and take the 1.5 hour commuter rail trip to Stamford so I would get there by 7AM to start work. The reverse trip would start at 4PM heading to the train station and getting on the 4:35 to come home. By the time the train ride ended, I got my car and arrived home it was 6:30PM most nights.</p>
<p>At the time it was tough justifying in my head all the time commuting (5 hours or so daily) and the cost (I think I remember it being about $400.00 a month ten years ago – who knows what it would cost today). The end result of my efforts however was worth it as the exposure and the experience I got paid dividends as I applied for positions in other organizations closer to home.</p>
<h5>The Lesson:</h5>
<blockquote><p>To increase your chances at getting the job you want you will have to be flexible and make some sacrifices. If you want more than what the local job market has to offer then you may need to consider dealing with commuting or relocating.
</p></blockquote>
<h3>Understanding Your Limitations and Making Them Work for You</h3>
<p>Beyond knowing what you want to do you also need to understand that there are things you might not like doing long term or might not be able to do at all.</p>
<p>For example, I’m not much of a programmer. I can barely craft up much in the way of scripts and simple batch files. I understand how they work and I appreciate the power they harness but I would not like to focus on that all day long.</p>
<p>Others are complete scripting gurus but faced with dealing with a difficult customer situation or a technical escalation that creeps outside of their area of expertise might not be comfortable for them at all.</p>
<p>There are going to be things you do well and things you don&#8217;t do so well &#8212; make sure you understand that. Once you’re completely (or mostly) aware of this you can communicate these things to prospective or new employers as politically correct as possible; for example:</p>
<blockquote><p>&#8220;I understand the concepts and the larger fundamentals of scripting, and I know how to leverage them but it is not my strong suit&#8221;</p></blockquote>
<p>carries much better than:</p>
<blockquote><p>&#8220;Scripting sucks and I can’t be bothered with it; I can click 60 times a minute and can do everything in GUI faster than any command line geek can type.&#8221;</p></blockquote>
<p>When it comes to looking at new opportunities and positions some hiring managers don’t want to just hear what you’re good at. They also want to hear what your weaknesses are and how you manage them. You can only do that if you have the correct perspective on them.</p>
<h5>The Lesson:</h5>
<blockquote><p>Have an understanding and appreciation for things you don&#8217;t do well and don&#8217;t like doing much; figure out the best ways for managing the scenarios where you have to do these things.</p>
<p>Make it a goal to handle these things a little better tomorrow than you do today. After that, focus on the things you excel at and make them the focus of your resume and skills that prospective managers are looking for.
</p></blockquote>
<p>That’s a wrap for today &#8212; I hope you found this article a good investment of your time.</p>
<p>I&#8217;m always looking forward to your feedback so feel free to drop in some comments or contact me directly. Additionally, I welcome your suggestions for topics of interest that you would like to see.</p>
<p>Best of luck in your studies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/break-into-the-it-industry-and-get-the-job-you-want/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How Important is Experience on Your IT Resume?</title>
		<link>http://www.trainsignal.com/blog/it-resume-tips-job-experience</link>
		<comments>http://www.trainsignal.com/blog/it-resume-tips-job-experience#comments</comments>
		<pubDate>Thu, 07 May 2009 14:00:29 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Resume Help]]></category>
		<category><![CDATA[IT Jobs]]></category>
		<category><![CDATA[Resume Tips]]></category>

		<guid isPermaLink="false">/?p=4662</guid>
		<description><![CDATA[Experience needed to launch or advance your IT career is a difficult thing to quantify because there are many different factors that need to be considered. Where is the best place to start? What is the next progression step in your role? Will it require more soft skills/people skills or more technology skills? Maybe it [...]]]></description>
			<content:encoded><![CDATA[<p>Experience needed to launch or advance your IT career is a difficult thing to quantify because there are many different factors that need to be considered.</p>
<p>Where is the best place to start? What is the next progression step in your role? Will it require more soft skills/people skills or more technology skills? Maybe it will fall somewhere in the middle.</p>
<p>Today I will try to measure some of the logical paths for experience in major IT roles and answer the question that&#8217;s on every IT candidate&#8217;s mind: <strong>How important is experience on my IT resume and what kind should I have?</strong></p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> &#8212; This article will look at the experience and knowledge across desktop and server support roles. There are simply too many topics to cover if the discussion trailed off into specialty roles like security, programming, database administration and so forth. Sorry.</p></blockquote>
<h3>Why Experience Counts</h3>
<p>Without exception, it&#8217;s important to have experience and knowledge in any Information Technology role. It starts off being that you’re expected to have a lot of theoretical knowledge and less practical knowledge and that will begin to balance out as you gain actual on the job experience.</p>
<p>As you mature in your role and where you go is largely set by what drives you. Is it job satisfaction? Pay and benefits (compensation)? Making a difference? Working for a small business? Working for a non-profit?</p>
<p><span id="more-4662"></span><br />
With all the variables it is very difficult to pin down exactly what experience you need to have. A non-profit might want you to have a good understanding of the IT parts of your job but at the same time have a solid understanding of their mission (their entire reason for being).</p>
<p>I&#8217;m going to try to keep the focus on IT roles using the assumption of a generic midsized company. But try to keep these things in mind as you read through this post.</p>
<p>&nbsp;</p>
<h3>Support &#8212; Tier 1 and 2</h3>
<p>Gaining experience in a support role generally means working at a help desk and then from there potentially hardware and/or software support, but it doesn’t necessarily mean you must work every role in natural progression. As an example &#8212; I never worked helpdesk and I barely did desktop support before I jumped into a server role.</p>
<p>As a summary, the following is a list most in the field would consider the natural progression of experience for someone working as a support professional supporting end users in a business environment:</p>
<p>&nbsp;<br />
<strong> &bull; Help Desk</strong></p>
<ul>
<li>Working with the customer on the phone to resolve issues</li>
<li>Documenting fixes for a solutions database</li>
<li>Follow up with customers</li>
<li>Escalation to next level of support</li>
</ul>
<p><strong> &bull; Operations Support (monitoring/tape backup changes)</strong></p>
<ul>
<li>Manual system monitoring (uptime pings, trouble tables, etc.)</li>
<li>Manual tape backup and rotation</li>
<li>Live feed monitoring (visual uptime/virtual monitoring)</li>
</ul>
<p><strong> &bull; Hardware Support (build/repair/troubleshoot)</strong></p>
<ul>
<li>Taking base systems from loading dock and bring them up to specifications</li>
<li>Adding memory, video cards, etc.</li>
<li>Swapping out failed components</li>
<li>Performing warrantee work</li>
<li>Diagnosing Tier 2 and higher issues</li>
<li>Escalation to Tier 3 &#8212; direct vendor support</li>
</ul>
<p><strong> &bull; Hardware Support (installs, moves, adds, changes – often termed IMAC)</strong></p>
<ul>
<li>Rolling out new desktop/laptop systems to end users</li>
<li>Recycling old systems</li>
<li>Moving users between locations</li>
<li>Upgrading systems</li>
</ul>
<p><strong> &bull; Software Support (installation/configuration)</strong></p>
<ul>
<li>Adding new programs</li>
<li>Making settings and configuration changes (to the application or the overall system)</li>
</ul>
<p><strong> &bull; Software Support (troubleshooting/escalation/critical systems)</strong></p>
<ul>
<li>Dealing with failures/error codes/crashes</li>
<li>Working with 3rd parties/vendors/partners on issues encountered</li>
<li>Correcting user changes that resulted in impacted or failed functionality</li>
</ul>
<p>In recent years (and with much of the off shoring of help desk support) most of the Help Desk level jobs are gone as are many of the Operations Support roles, as those tasks are software automated and most backup systems do not rely on front end tape systems any longer.</p>
<p>Additionally much of the hardware and software roles are now merging into the two buckets and are even glomming into a single role.</p>
<p>The reason I broke them out into six items is that these are the traditional outlines of the progression steps within this role and despite the fact that for the most part they no longer stand out on their own, these are still all necessary skill levels to have.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – While I had outlined that I never worked a help desk I did need to understand the concepts and functionality of the role in the enterprise I worked in.</p>
<p>Additionally, you could begin side branching into networking or security from here or into programming or database management.</p></blockquote>
<h3>Support &#8212; Tier 3 / Server Administration</h3>
<p>Unless your background is more people centric than technology your most likely point of progression from <strong>Support – Tier 1 and 2</strong> would be to <strong>Support – Tier 3 / Server Administration</strong> than say to begin managing the people of any of the support groups, although it is not unheard of people going the Support – Tier 1 and 2 route to get better knowledge and understanding of the position before attempting to manage that staff.</p>
<p>Based on the idea that a natural progression through the role would maintain, this next series of skills would be the ones to consider being mandatory for progression through the role:</p>
<p><strong> &bull; End User Support Escalation to Vendors/Partners</strong></p>
<ul>
<li>Working with 3rd parties/vendors/partners on issues encountered</li>
<li>Recovering lost data/system backups/restores</li>
</ul>
<p><strong> &bull; Server Hardware Builds/Configuration (hardware and software)</strong></p>
<ul>
<li>Racking servers/cabling array management</li>
<li>Running power coupling cabling/configuring backup battery setup</li>
<li>Operating system installing and upgrades</li>
<li>Configuring services and applications</li>
</ul>
<p><strong> &bull; Server Administration (Support/Support Escalation)</strong></p>
<ul>
<li>Working with 3rd parties/vendors/partners on issues encountered</li>
<li>Recovering lost data/system backups/restores</li>
<li>Dealing with system downtime and customer impact to business</li>
<li>Day to Day operations/maintenance/management</li>
</ul>
<p>Progression from here generally leads to greater span of responsibility and some branching of role execution at a higher level:</p>
<ul>
<li>Datacenter Support</li>
<li>Server Architecture and Design</li>
<li>Infrastructure Architecture and Design</li>
<li>Datacenter Architecture and Design/Capacity planning</li>
</ul>
<p>Since this level of role breakdown begins on the enterprise side of branching into specialty areas we won’t go into any additional detail from here.</p>
<p>&nbsp;</p>
<h3>Soft Skills and People Managing </h3>
<p>As I write this, every past tech lead and manager that’s ever had to keep a reign on me just flinched because I wrote that section heading. I was the guy back in the day that would code into my trouble tickets in the resolution field &#8220;PEBCAK ERROR&#8221; or &#8220;ID 10 T PROBLEM&#8221; and then define that back to the customer if they saw me write it down and asked about it.</p>
<p>As a complete overlay to all the technical roles and experience that you gain, you need to be able to deal with and handle people (better than I used to &#8212; I got away with cowboy diplomacy back then; I wouldn’t survive today doing it that way). End users from all walks of life are not always going to be rational when they are on a deadline, when their system goes down and they are not going to ever be truthful with you when they think they can blame the PC.</p>
<p>You will need to make sure you have the ability to convey empathy (or BS that really well) with respect to their problems and issues. You need to reassure them that you understand the sense of urgency for resolving their current issue and work to get that done as quickly as possible.</p>
<p>The customer you are handling could be a single end user who simply must get the Excel spreadsheet completed for an 8AM meeting the next day that they ended up fat fingering the DEL key on; or a Director of Operations of a datacenter whose business is losing $100,000.00 an hour having systems offline at their own hand from a lack of procedure and planning.</p>
<p>To both of these people their needs are equally great to them and both of them will consider all other possibilities of why the issue is impacting them with the exception of their own doing. You will want to smack them both and despite being equally deserving of it you cannot.</p>
<p>Sometimes too, it is completely not their fault and they are victim of their environment. The Excel end user cannot control a crashed hard drive any more than that Director of Operations controlling a cascading network failure from a problem at the ISP.</p>
<p>Having the proper soft skills ability to manage the non-technical parts of the problem (while working the technical issues) is critical to additional success in all of your technical roles. Being able to properly manage the customer’s expectations and make them satisfied that you’re correcting their issue is just as critical to properly resolving the problem itself.</p>
<p>&nbsp;</p>
<p>That’s a wrap for today &#8212;  I hope you found this post a good investment of your time.</p>
<p>I am always looking forward to any feedback you have on this or any of the articles I have written so feel free to drop in some comments or contact me directly.</p>
<p>Additionally, I would welcome any suggestions topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/it-resume-tips-job-experience/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Networking Tips to Help Launch Your IT Career</title>
		<link>http://www.trainsignal.com/blog/networking-tips-to-launch-your-it-career</link>
		<comments>http://www.trainsignal.com/blog/networking-tips-to-launch-your-it-career#comments</comments>
		<pubDate>Fri, 24 Apr 2009 21:25:20 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[IT Career Help]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=4615</guid>
		<description><![CDATA[There are no sure fire ways to get hired in the Information Technology field especially in the present economy and specifically when you’re a newly minted IT Professional. Many businesses are taking the &#8220;do more with less&#8221; mantra to a whole new level. And you&#8217;re probably coming in with little to no practical experience, and [...]]]></description>
			<content:encoded><![CDATA[<p>There are no sure fire ways to get hired in the Information Technology field especially in the present economy and specifically when you’re a newly minted IT Professional.</p>
<p>Many businesses are taking the &#8220;do more with less&#8221; mantra to a whole new level. And you&#8217;re probably coming in with little to no practical experience, and competing with some very seasoned veterans of the industry for the few jobs that are available.</p>
<p>There are however a few things you can do by way of <strong>networking</strong> to maximize your chances and position yourself to grab new opportunities for employment and advancement.</p>
<p>Last week I talked about <a href="/blog/it-certifications-to-launch-your-career/2009-04-16/" title="3 Entry Level Certifications to Help You Launch Your IT Career"><strong>3 entry level certs to help you launch your IT career</strong></a> and today we&#8217;ll discuss 3 ways that networking can help you accomplish the same goal.</p>
<p>&nbsp;</p>
<h3>Identifying Opportunities</h3>
<p>Networking opportunities are all around when you’re paying attention. That sounds like a trite comment but it’s not meant to be.</p>
<p>You may be in the middle of a perfect opportunity and not even be aware of it. Any opportunity to sell yourself (and let’s face it that is what you’re doing) is an opportunity worth tactfully engaging in.</p>
<p>Social gatherings provide plenty of opportunities to network &#8212; the right social setting might be your chance to talk to a prospective employer or a technical contact you’ve just met about a possible position.</p>
<p><span id="more-4615"></span><br />
It might not always be a hiring manager you’re talking with either; you might be running into an engineering lead or the desktop migration architect and their own department may have a need. They may be partially to fully responsible to fill it and somewhat actively doing that when you approach them. (Some of it is luck, right time, right place).</p>
<p>If you don&#8217;t have a full skill set for what they need, don&#8217;t worry &#8212; they may know of other opportunities that are a better fit for you. Additionally, you might get pointed to other contacts within their own company that need help.</p>
<p>The key take away here is that the IT world is really a small place when you get right down to it. If you’re a seasoned professional you know people and are known by others; so if you run into IT professionals keep in mind that they can be a valuable asset to getting your foot in the door if they take a liking to you.</p>
<p>Lastly, you may run into someone just like yourself. Don’t discount them &#8212; they may know someone they can point you to that can help you along or they might know of an opening at their current location or a place they just left.</p>
<p>Just because someone is green in IT doesn’t mean they don’t have a large social network. They might have come from sales or another profession that afforded them many contacts from all over.</p>
<p>&nbsp;</p>
<h3>Networking Around the Downturn in the Economy</h3>
<p>In this type of economy, people are getting creative with hiring as well. They may have a hiring freeze at their company despite the fact that someone has left a position that needs to stay filled.</p>
<p>Consider a scenario where cutbacks and layoffs are had and then someone moves out of a remaining position. That is the type of situation where the company may be forced under the hiring freeze to not bring anyone on regardless and yet the need is critical enough to warrant creative thinking about ways to fill the spot.</p>
<p>A hiring manager may be able to take on someone in a subcontractor capacity and line you up for an interview after an engaging conversation. They may have a partial headcount that never got struck from the books &#8212; if they pick it up at the end of the fiscal half year point they could possibly be in the position to bring someone on for the remainder of the year with the hopes of having it be a full head count at the start of the new year. The risk of course is the position is cut but you do get paid for your six months of work and you get to add the experience to your resume.</p>
<p>While some departments may have freezes others may not &#8212; your contact might socialize the idea that if you fill a lesser role in another department that you’d have a better chance once roles open up because you’ll be inside the company already.</p>
<p>The key take away here is that if they see value in you and your potential they’ll find ways to help you get started partly because you’ve gotten off on a good foot socially with them.</p>
<p>&nbsp;</p>
<h3>Turning a Training Session or Conference into a Networking Opportunity</h3>
<p>You might be headed to a small MCPLS (Microsoft Certified Partners for Learning Solutions) lead training class or something as large as TechEd or TechMentor to get some training for upcoming technologies and while your primary reason for going would be for the learning there is networking to be had there as well.</p>
<p>Since the focus of this article is more in tune with launching your career then it is more likely you’ll be at the CPLS driven class. Never count out those large venues though &#8212; you’ll meet some very interesting people there from the attendees all the way to the speakers. Get as many business cards as you can if you should have the opportunity to go.</p>
<p>You may be really excited about being at the training event to expand your knowledge and add that to your arsenal as it offers another notch to tack onto your resume, but don’t overlook the opportunities around you.</p>
<p>There may be opportunities in the class you’re taking (or even others down the hall) to chat with people already in some technology roles in companies that you’d like to get involved with. You can learn about the businesses they are in and get a better understanding of the differences in the IT roles at a bank as opposed to at a steel mill.</p>
<p>Even if the school doesn’t have a formal placement option they may have a job bank or a contact board that you can leverage.</p>
<p>Speaking of learning opportunities at larger venues, there are events like the <a href="http://www.technetevents.com/unleashed/">TechNet Events Unleashed</a> that get held around the country. These are free sessions of technology content delivered by experienced IT pros and it is a great place to meet people with similar interests in technology.</p>
<p>The opportunity to learn from them is great plus the people you meet there may already be in roles that you’re looking to obtain, so it’s a good place to ask questions about what they do and how they like it.</p>
<p>And remember, Microsoft is not the only technology company that hosts events like this. If you’re really into learning about virtualization and want to focus on VMWare take a look at the events hosted by them. If Cisco or Oracle is more your thing you can leverage their free events as well.</p>
<p>The key take away here is that formal IT training situations may turn out to offer far more value to you than just the IT knowledge transfer &#8212; if you take the time to look up from the display and training manuals and chat with fellow classmates and seminar goers.</p>
<p>&nbsp;</p>
<p>That’s a wrap &#8212; I hope you found this post to be a good investment of your time.</p>
<p>I am always looking forward to any feedback you have on this or any of the articles I have written so feel free to drop in some comments or contact me directly.</p>
<p>Additionally, I would welcome any suggestions topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/networking-tips-to-launch-your-it-career/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Entry Level Certifications to Help You Launch Your IT Career</title>
		<link>http://www.trainsignal.com/blog/it-certifications-to-launch-your-career</link>
		<comments>http://www.trainsignal.com/blog/it-certifications-to-launch-your-career#comments</comments>
		<pubDate>Thu, 16 Apr 2009 17:26:45 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[IT Career Help]]></category>
		<category><![CDATA[IT Certifications]]></category>

		<guid isPermaLink="false">/?p=4463</guid>
		<description><![CDATA[So you want to showcase your knowledge and skills but you’re not quite sure which certification would serve you best. Whether you&#8217;re looking to launch your career in the IT field, or perhaps get promoted at your current job &#8212; getting certified is a great way to market yourself. This guide will introduce you to [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to showcase your knowledge and skills but you’re not quite sure which certification would serve you best. Whether you&#8217;re looking to launch your career in the IT field, or perhaps get promoted at your current job &#8212; getting certified is a great way to market yourself.</p>
<p>This guide will introduce you to the top 3 entry level certification that you can earn quickly and that will remain valuable to you for a lifetime.</p>
<h2>Top 3 Entry Level IT Certs</h2>
<p>The 3 certifications that are listed below are all widely accepted in most organizations and are general and broad enough to be appealing to the majority of employers. So I won&#8217;t be focusing on any niche certifications or programs that are limited in scope.</p>
<p>Instead, these certifications are common, widely recognized and useful in many different IT positions. They&#8217;re not the be all or end all, and depending on your work environment, skills and needs they might not be right for you &#8212; so please keep this in mind.</p>
<h2>1. CompTIA A+ Certification</h2>
<p>Considered by some to be THE entry level exam to validate your IT skills, the CompTIA A+ Certification is a vendor neutral cert that authenticates the IT professional’s skills as being up to date and relevant for supporting base hardware and software computer needs for organizations.</p>
<p>Passing the A+ allows you to verify that you have the knowledge and skill level for:</p>
<ul>
<li>system installation of both hardware components and supporting software</li>
<li>system configuration &#8212; again both on the hardware and software side</li>
<li>diagnosing and troubleshooting hardware performance issues</li>
<li>software installation and configuration</li>
<li>configuring systems for standalone use and in a basic networking configuration</li>
</ul>
<p>There are two parts to the CompTIA A+ exam which include:</p>
<ul>
<li>Exam 220-601 &#8212; CompTIA A+ Essentials (100 questions)</li>
<li>One of the following three exams:
<ul>
<li>Exam 220-602 &#8212; IT Technician (90 questions)</li>
<li>Exam 220-603 &#8212; Remote Support Technician (90 questions)</li>
<li>Exam 220-604 &#8212; Depot Technician (90 questions)</li>
</ul>
</li>
</ul>
<p>Here are the minimum final scores you must have in order to pass a given exam:</p>
<ul>
<li>220-601 &#8212; CompTIA A+ Essentials &#8212; 675 </li>
<li>220-602 &#8212; IT Technician &#8212; 700</li>
<li>220-603 &#8212; Remote Support Technician &#8212; 700</li>
<li>220-604 &#8212; Depot Technician &#8212; 700</li>
</ul>
<p>Other important things to keep in mind:</p>
<p>Once you&#8217;re A+ certified you&#8217;re A+ certified for life, you don&#8217;t need to retake the exam when a new version comes out, although you can do so if you want to. </p>
<p><strong>Update January 26, 2010: </strong> The lifetime status of CompTIA A+, Network+ and Security+ certification has been revised. Those who obtain the certifications before December 31, 2010 remain certified for life, however those who complete them after January 1, 2011 will have to renew their certifications after 3 years. Read more about this: <a href="http://www.trainsignal.com/blog/comptia-adjusts-certification-renewal-policy">CompTIA Certification Renewal Policy for A+, Network+ and Security+ Certifications</a>.</p>
<p>Also you don&#8217;t have to take the exams in any particular order or within a certain time frame. Although it is recommended that you take the Essentials exam first and since there&#8217;s a lot of overlap, it only makes sense to take them back to back.</p>
<p><strong>[NOTES FROM THE FIELD]</strong> – WAY back in the day the CompTIA +A certification was a single exam. You passed that one test and you were granted the A+ certification for life.</p>
<p>When I took the exams back in 1998 the exams were designated as the CompTIA Core / Hardware exam and the second exam was DOS/Windows; both were required to earn the certification.</p>
<p>If I remember correctly the numerical designations were 220-101 and 220-102. There were some minor changes made in the exams for releases 220-121 and 220-122 and larger certification objective changes were introduced in 2003 and again in 2006.</p>
<p>Despite the changes in the exams themselves and in hardware and software over the years, all technicians that passed these prior exams are still considered certified today.</p>
<p><strong>CompTIA A+ Links</strong></p>
<ul>
<li><a href="http://certification.comptia.org/getCertified/certifications/a.aspx">CompTIA A+ page</a> &#8212; more details about the certification</li>
<li><a href="http://certification.comptia.org/getCertified/certifications/a.aspx">CompTIA A+ Certification Overview</a> &#8212;  outlines the details with respect to the exam</li>
<li><a href="http://certification.comptia.org/getCertified/steps_to_certification/policies.aspx">CompTIA Exam Policies</a> &#8212; conduct, retake policies and some additional information</li>
<li><a href="http://certification.comptia.org/getCertified/certifications/a.aspx">CompTIA A+ General Info</a> &#8211;background history on the certification and other info</li>
</ul>
<h2>CompTIA A+ Training</h2>
<p>Train Signal&#8217;s <a href="http://www.trainsignal.com/CompTIA-A-Plus-Training.aspx">CompTIA A+ Training</a> is a comprehensive course that will help you gain the knowledge and skills required to obtain the certification and become a PC support technician. </p>
<h3>2. CompTIA Network+ Certification</h3>
<p>A natural progression from A+ is the Network+ certification. Part of the A+ exam’s domain of study includes an intro to networking, so it only makes sense that Net+ be a solid consideration for IT professionals with at least nine months of on the job/practical experience.</p>
<p>That is however only the suggested recommended experience level for the exam and not a requirement. And you don&#8217;t have to be A+ certified to be Network+ certified.</p>
<p>The Network+ exam was first offered in 1999 and since then more than 235,000 professionals have passed it according to CompTIA. And just as with A+, once you pass the exam you will have the Network+ credential for life.</p>
<p>&nbsp;<br />
Currently there are 2 Network+ exams available:</p>
<p><strong>Network+ 2007 exam</strong></p>
<ul>
<li>exam code: <strong>N10-003</strong></li>
<li>launched in 2005</li>
<li>actively offered until July 31, 2009 when it is officially retired</li>
<li>single exam</li>
<li>90 questions</li>
<li>graded on a scale of 100 &#8211; 900 with a minimum passing score of <strong>554</strong></li>
</ul>
<p><strong>Network+ 2009 exam</strong></p>
<ul>
<li>exam code: <strong>N10-004 </strong></li>
<li>launched January 9, 2009</li>
<li>expected to remain through 2012</li>
<li>single exam</li>
<li>100 questions</li>
<li>graded on a scale of 100 &#8211; 900 with a minimum passing score of <strong>720</strong></li>
</ul>
<p>At present both exams are being offered so if you feel that past and present networking information is more of your strong suit and something you understand better, then you’d be more inclined to take <strong>N10-003</strong> &#8212; Net+ 2007.</p>
<p>On the other hand, if present and emerging networking technologies are more your style then <strong>N10-004</strong> &#8212; Net+ 2009 may be the best fit for you.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – Keep in mind that passing either N10-003 or N10-004 will earn you the Network+ certification. Passing N10-004 doesn’t give you anything over a N10-003 certification holder.</p>
<p>That being said, sometimes it&#8217;s the presentation to a prospective employer and their understanding of the certification (or lack thereof) that makes a difference.</p>
<p>A hiring manager’s line of thinking may be &#8220;this candidate is certified on the most recent revision of the exam and it must mean they have a firmer grasp on up and coming technologies&#8221; (or something to that effect).</p>
<p>This might very well be far from the truth however; the end result is that many things are how they are presented rather than the fact of what they are.</p>
<p>As is this because passing N10-003 or N10-004 both grant the Network+ certification at an equal level.
</p></blockquote>
<p><strong>CompTIA Network+ Links</strong></p>
<ul>
<li><a href="http://certification.comptia.org/getCertified/certifications/network.aspx">CompTIA Network+ page</a> &#8212; more details about the certification</li>
<li><a href="http://certification.comptia.org/getCertified/certifications/network.aspx">CompTIA exam objectives</a> &#8212; detailed exam objectives that can be downloaded</li>
<li><a href="http://certification.comptia.org/getCertified/steps_to_certification/policies.aspx">CompTIA Exam Policies</a> &#8212; conduct, retake policies and some additional information</li>
<li><a href="http://certification.comptia.org/getCertified/certifications/network.aspx">Network+ Certification Preparation page</a> &#8212; study and practice test options and CAQC training materials</li>
</ul>
<p>Just so you&#8217;re aware, the CompTIA Approved Quality Curriculum (CAQC) training materials go through a validation process verifying that all exam objectives are included. Train Signal’s very own CompTIA Network+ 2007 Training Package has received the CAQC approval and the updated training for Network+ 2009 will be released in May.</p>
<p>You can also sample a few videos from the training and <a href="http://www.trainsignal.com/blog/certification/comptia-network-plus">learn about network components</a>.</p>
<p>&nbsp;</p>
<h3>3. CompTIA Security+ Certification</h3>
<p>Another valuable certification that will help you launch your IT career is the CompTIA Security+ Certification.</p>
<p>It was a tossup for me to decide this over the Server+ Certification as both are nearly equal in starting value to the training candidate in terms of immediate and short term impact on their careers. The deciding factor for me was which one offered the larger leap point going forward (more miles to the gallon if you will) and Security+ won.</p>
<p>My comments are not to diminish Server+ at all and if there was room for an honorable mention Server+ would win it hands down. So feel free to review the details of the <a href="http://certification.comptia.org/getCertified/certifications/server.aspx">Server+ Certification</a> if you&#8217;re interested.</p>
<p>The Security+ exam was developed in 2002 to address the rise of security issues and validate the foundational knowledge of security professionals.</p>
<p>&nbsp;<br />
As with Net+, there are 2 Security+ exams currently being offered:</p>
<p><strong>Security+ SY0-101</strong></p>
<ul>
<li>exam code: <strong>SY0-101</strong></li>
<li>set to retire July 31, 2009</li>
<li>single exam</li>
<li>100 questions</li>
<li>90 minutes total for the exam</li>
<li>graded on a scale of 100 &#8211; 900 with a minimum passing score of <strong>764</strong></li>
</ul>
<p><strong>Security+ SY0-201</strong></p>
<ul>
<li>exam code: <strong>SY0-201</strong></li>
<li>single exam</li>
<li>100 questions</li>
<li>90 minutes total for the exam</li>
<li>graded on a scale of 100 &#8211; 900 with a minimum passing score of <strong>750 </strong></li>
</ul>
<p><strong>CompTIA Security+ Bridge Exam</strong></p>
<p>There is also a CompTIA Security+ Bridge Exam that is available to examinees who want to remain current on their Security+ certification with respect to the assessment of their skills. The SY0-101 certification itself is not be retired, only the exam is.</p>
<p>Professionals who are already CompTIA Security+ certified are eligible to become certified on the updated track by taking the <a href="http://certification.comptia.org/getCertified/certifications/security.aspx">CompTIA Security+ bridge exam</a>.</p>
<p>The Security+ bridge exam (BR0-001) only measures the differences between the 2002 exam objectives and the 2008 exam objectives.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – If you become Security+ certified under SY0-101 you will not be de-certified when the exam retires.</p>
<p>It is optional for candidates who hold the SY0-101 certification to take the bridge exam (BR0-001) or the new exam (SY0-201) to get certified on 2008 skills &#8212; it is not a requirement.
</p></blockquote>
<p><strong>CompTIA Security+ Links</strong></p>
<ul>
<li><a href="http://certification.comptia.org/getCertified/certifications/security.aspx">CompTIA Security+ page</a> &#8212; more details about the certification</li>
<li><a href="http://certification.comptia.org/getCertified/certifications/security.aspx">Security+ Certification Overview</a> &#8212; details about the 2 exams</li>
</ul>
<p>I hope you’ve enjoyed this article and I am looking forward to any feedback you have on it. Additionally, I would welcome any topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.<br />
<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/it-certifications-to-launch-your-career/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Get Certified If You Know How To Do Your Job? — Part 2</title>
		<link>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-2</link>
		<comments>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-2#comments</comments>
		<pubDate>Wed, 08 Apr 2009 14:00:31 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Certification Help]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=4382</guid>
		<description><![CDATA[I began my certification journey back in 1998 and as I mentioned before, people continually ask for my opinion on IT certifications. Is it worth spending the time and money getting certified if you already know your job? Are certifications going to add value to your resume if you already have a college degree? Can [...]]]></description>
			<content:encoded><![CDATA[<p>I began my certification journey back in 1998 and as I mentioned before, people continually ask for my opinion on IT certifications.</p>
<p>Is it worth spending the time and money getting certified if you already know your job? Are certifications going to add value to your resume if you already have a college degree? Can certifications really help you move up, get a new job and help your career?</p>
<p>There are pros and cons to the argument and my last article <a href="/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1/2009-03-25/">Part 1 &#8211; The argument FOR certifications</a> made the case for getting certified and for staying current.</p>
<p>This installment will outline some of the arguments made against getting certified.</p>
<blockquote><p><strong>[NOTES FROM THE FIELD]</strong> &#8212; As I pointed out in Part 1, I’ve been a big fan of certifications because it made getting where I am today easier for me as I’ve progressed throughout my career in IT and over the past seven years at Microsoft.</p>
<p>Where I am as of today in my career, the effectiveness of technical certifications is somewhat waning because my role has shifted to more of a service delivery manager / technical resource manager (the part of my role that was more technical in the past is less so today).</p>
<p>Having said that, I still feel that I MUST keep my technical skills as up to date as possible for both the benefit of myself career wise and for the benefit of servicing of my customers.  </p></blockquote>
<h3>Part 2 &#8211; The Argument AGAINST Certifications</h3>
<p>There are some slivers of truth in some of the points that come from the pundits on why certification doesn’t matter, is irrelevant, and matters as much as a college degree, training, years of expertise and so on.</p>
<p><span id="more-4382"></span><br />
I don’t necessarily agree with all of these counterpoints that I have outlined below, however, they are more solid reasons for having the opinion of &#8220;why bother.&#8221;</p>
<p>Here are a few points where I can at least see where the counter argument is coming from. These are also the counter-points I hear the most.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Some people test really well and memorize facts well but are worthless in practical application &#8212;  certification muddies that because it is a simple one shot test or a series of tests</strong></li>
</ul>
<p>I can’t really argue with this one as it is the case some of the time. However, if this is the only thing that&#8217;s keeping you from getting certified then you really need to take a look at the <a href="/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1/2009-03-25/">benefits of certification</a> that I outlined in Part 1.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Nothing can replace on the job experience</strong></li>
</ul>
<p>This one is also true, nothing really can replace on the job experience. Sometimes though you may have to intern or cross train to get that experience and I always argue that if getting certified wipes out some of that training time so much the better.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Technology changes so quickly that by the time you certify WITH the suggested amount of experience with a given product (generally up to two years) the next release of a product becomes available</strong></li>
</ul>
<p>I have always maintained that if you’re not interested in a fast ride you need to go find something else to do because technology moves at warp speed.</p>
<p>&nbsp;</p>
<ul>
<li><strong>There are too many paper certified individuals in the field that cannot do the work</strong></li>
</ul>
<p>That has been a truth. I say &#8220;has&#8221; because the dotcom bubble burst and the current recession have removed many of them from the workforce. Are there still some? Sure. That’s why you do want to have the experience to go with the paper.</p>
<p>&nbsp;</p>
<ul>
<li><strong>If you already have a college degree you don&#8217;t need to get certified</strong></li>
</ul>
<p>Ask anyone saddled with college loans how well their job search is (or was) when they first got out of college. Many of them will complain it was as if the paper was useless AND they were stuck with $25,000.00 in student loans.</p>
<p>College degrees get you in the door as can certifications &#8212; both are paper; what sets you apart from the next person holding one or both? If it is not skill and experience it had better be drive and determination.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Certifications are just another revenue stream for companies</strong></li>
</ul>
<p>I sometimes feel that way too but I like to look at it as a necessary &#8220;evil&#8221; if you will. That and the total costs of ALL of my certifications to date still have cost less than ALL of my friend’s student loans.</p>
<p>He has 16 years of experience and a couple college degrees to my 10 years of experience, self study and a folder full of certifications. He has two weeks more vacation than I do but I earn about 35% more than he does in base pay. (That goes back to having more drive and determination when I had less skill and experience).</p>
<p>The moral of this story is partly &#8220;right place, right time&#8221; and what drive you have / what risk you want to take in the workplace (in that more risk can lead to more reward).</p>
<p>&nbsp;</p>
<ul>
<li><strong>I’ve been working here for X years; getting certified now has little merit for me or has little value to my employer</strong></li>
</ul>
<p>This is another one of those tough arguments. If you do not see the value you’ll never convince your manager of it. Maybe you don’t want to be bothered convincing them either.</p>
<p>You’ll never know what unexpected force will shake you off your old line of thinking. What if you convinced your manager of the value of having team members certify on a technology and it has some positive effect?</p>
<p>Perhaps your company now could handle warrantee work in house; if that converted into a net cost savings and that was all due to your efforts of driving that. Good for the review there. Additionally, if your manage moves on and the next one in is a bigger proponent for certification you’re already on the same sheet of music.</p>
<p>&nbsp;</p>
<h3>Keep In Mind &#8230;</h3>
<p>There will always be people who are against certification and those who see real value in it. In the end it&#8217;s up to you to determine if IT certifications are right for your career or not. I hope that both the <a href="/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1/2009-03-25/">arguments for getting certified</a> and the arguments against will help you make the right decision.</p>
<p>I also hope you’ve enjoyed this article and I am looking forward to any feedback you have on it. Additionally, I welcome any topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.<br />
<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Get Certified If You Know How To Do Your Job? &#8212; Part 1</title>
		<link>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1</link>
		<comments>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:24:56 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Certification Help]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[IT Jobs]]></category>

		<guid isPermaLink="false">/?p=4282</guid>
		<description><![CDATA[Having certifications since 1998 I get my share of questions from people in the field as to what my opinions are regarding certification in general. I even get into some heated discussions with people that just seem to be vehemently opposed to them. There are pros and cons to the argument and this article will [...]]]></description>
			<content:encoded><![CDATA[<p>Having certifications since 1998 I get my share of questions from people in the field as to what my opinions are regarding certification in general.</p>
<p>I even get into some heated discussions with people that just seem to be vehemently opposed to them.</p>
<p>There are pros and cons to the argument and this article will make the case for getting certified and for staying current.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – So I will start off by saying I’ve been a big fan of certification because it made getting where I am today easier however, at this point in my career the effectiveness of technical certifications is somewhat waning.</p>
<p>That has a lot more to do with just how far I have climbed and what part of my role is purely technical anymore and there is less of that since I started. There is more and more account management in my role than technical as the responsibilities have changed over the years.</p>
<p>There are other certifications of a non-technical nature and accreditations that I suppose I could go after to move farther forward but I am content to stay technical for the time being and to keep doing what I&#8217;m doing.</p></blockquote>
<h3>Part 1: The Argument FOR Certifications</h3>
<p>Why would someone that’s been working for a company even bother to get certified especially if they already have a college degree and have been working for a number of years for that one employer?</p>
<p>Here are some points to consider.</p>
<p><span id="more-4282"></span></p>
<p>&nbsp;</br /></p>
<h3>&bull; Show Your Value Through Certifications</h3>
<p>By showing your skills are up to date you might be more in line for the next promotional progression in your role or for the next role. Your also showing your employer that you&#8217;re a valuable member of the team and that you&#8217;re willing to learn new things.</p>
<p>Additionally, you&#8217;ll be able to make a better argument for that next version of technology that you want to introduce into your enterprise. Perhaps part of the reason your company has been skittish is because they are concerned that the staff knows the current version better and would like to hold off on upgrades. You can take part of that argument away by getting certified on the new technology.</p>
<p>&nbsp;</br /></p>
<h3>&bull; Market Yourself By Getting Certified</h3>
<p>There is also the marketability factor. You may not think you need to be marketable because you’re not planning on taking a new job anywhere else especially in this job market.</p>
<p>But it is that exact comment &#8212; <em>this job market</em> &#8212; that should make you WANT to prove you’re at the top of your game. If your job is outsourced and you’re lucky enough to keep it with the outsourcer you want to be able to make sure they understand just how valuable of a resource you are to the company which is now their customer.</p>
<p>If the outsourcer brings in their own staffers you want to at least be up to their speed or faster and certifications help prove that on top of your own employment records and performance reviews that your skills are relevant.</p>
<p>Certifications are a particularly unbiased barometer of your skills.</p>
<p>This scenario is also true for any downsizing that may come from your employer. If they are going to try to do more with less they will need the people at the top of their game and this is another way to show that.</p>
<p>Mergers of business or buy outs of companies also fall into this category.</p>
<p>&nbsp;</br /></p>
<h3>&bull; Stay Up-To-Date With Certifications</h3>
<p>Going back to the college point; you have your BA, BS, MBA, etc &#8212; and just how long ago was that?</p>
<p>Certifications are an inexpensive way to show proof that you’re keeping your expertise current and up to date. You’re passing the industry&#8217;s measurement of knowledge based on their skill assessments of the role where they are certifying the results of your testing efforts.</p>
<p>Some people in technology today have simply made their way up through the ranks and it is a way for them to differentiate themselves from their peers. Nothing will make you stand out to management like taking on additional education and getting business aligning certifications, especially when they are not required and you are setting a new bar for the organization.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – As one example for myself, I dropped out of high school and tested out for my general equivalency diploma over the summer after I quit (I was 18 years old). I didn’t get into the technology field until nearly 12 years later when I was almost 30 years old.</p>
<p>I did have a little “right place, right time” on my side as I got into technology in 1998 when anyone that had a strong pulse got into technology, but I had to survive the dotcom bust (with less than three years experience under my belt) and the current slowdown is shaking out some people as well.</p>
<p>What has helped me grow through the dotcom burst to where I am today was the fact that I had a strong employment track record, my skills were in demand (and they were in demand because I always kept them current to bleeding edge) and that I was certified on the newest relevant technologies for most major companies.</p>
<p>That is also part of what is keeping me afloat in the current storm.
</p></blockquote>
<h3>Keep In Mind &#8230;</h3>
<p>In summary, getting certified:</p>
<ul>
<li>Shows that your skills are current</li>
<li>Shows initiative when certifying is not required</li>
<li>Separates you from peers</li>
<li>Verifies to management that the certification provider is effectively validating your skills for them</li>
<li>Keeps you valuable and marketable in the event of a slowdown, takeover, merger, etc. </li>
<li>Raises management’s confidence level when they need to move to newer technologies that the staff is ready for the challenge</li>
<li>Provides you with personal satisfaction that you’ve mastered new material</li>
</ul>
<p>As with any point there is always a counter-point. And as I mentioned, I am a fan of certification but there are some sensible points that come from the rabid &#8220;I wouldn’t accept a certification on a technology if the owner of the company offered it as an honorary gesture.&#8221;</p>
<p>I’ll take that up in the next installment of <a href="/blog/why-get-certified-if-you-know-how-to-do-your-job-part-2/2009-04-08/"><strong>Why Get Certified If You Know How To Do Your Job? &#8212; Part 2: The argument AGAINST certifications</strong></a>.</p>
<p>That’s a wrap for this segment of the article and I hope you’ve enjoyed it.</p>
<p>I am always looking forward to any feedback you have on this or any of the articles I&#8217;ve written &#8212; so feel free to leave a comment below.</p>
<p>Additionally, I would welcome any topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies!</p>
<blockquote><h3><a href="/blog/why-get-certified-if-you-know-how-to-do-your-job-part-2/2009-04-08/">Read Part 2 of Why Get Certified If You Know How To Do Your Job:<br />
The Argument Against Certifications</a></h3>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/why-get-certified-if-you-know-how-to-do-your-job-part-1/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2 Most Common Mistakes People Make on IT Exams</title>
		<link>http://www.trainsignal.com/blog/2-most-common-mistakes-people-make-on-it-exams</link>
		<comments>http://www.trainsignal.com/blog/2-most-common-mistakes-people-make-on-it-exams#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:00:18 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Certification Help]]></category>
		<category><![CDATA[IT Certifications]]></category>

		<guid isPermaLink="false">/?p=4189</guid>
		<description><![CDATA[You’ve decided that you’re going to embark on getting that certification. Good for you! You’ve been working with the technology for a while and definitely longer than the recommended or suggested amount of experience that is listed on the skills page for the certification, so you’re feeling pretty confident there. You’re just trying to figure [...]]]></description>
			<content:encoded><![CDATA[<p>You’ve decided that you’re going to embark on getting that certification. Good for you!</p>
<p>You’ve been working with the technology for a while and definitely longer than the recommended or suggested amount of experience that is listed on the skills page for the certification, so you’re feeling pretty confident there.</p>
<p>You’re just trying to figure out if you’re missing anything else but you’re not really sure.</p>
<p>This article will help you a bit with that as I talk about two common mistakes people make on IT exams.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD] </strong>– Two things are probably coming to mind right now: how would I know what the mistakes are if I’ve personally made them how reputable could I be? That and maybe: are there only these two common ones?</p>
<p>I’ll answer that last one first. There are quite a few different mistakes that people make but I wanted to try to focus on what I think are the ones at the top. As with anything there are dozens of ways to slip yourself up but when you look at them all sometimes a few are rooted together. One example set &#8212; not studying enough, not taking enough practice exams, etc would all funnel up to not being properly prepared.</p>
<p>As to the first part, I haven’t made a ton of mistakes taking exams personally but I’ve had close calls with some screw ups on my part and I’ve had many friends blow exams and when I’ve caught up with them later and we’ve discussed the results I’ve heard a lot of familiar comments and common elements.
</p></blockquote>
<p>So without further ado, here are the two common mistakes people make on IT exams (in no particular order).</p>
<p><span id="more-4189"></span></p>
<h3>Being Under Prepared</h3>
<p>This is basically a simple one and the issue’s root really depends on the person. Some people assume because they work with Active Directory all day that they really don’t need to study much reading material or review any test prep questions because what could be on an exam that they don’t see every day or at least once it a while?</p>
<p>Plenty. For any IT exam you need to make sure that you are familiar with <em>ALL</em> of the skills being measured and not just all the ones you do day in or day out. Those questions you might smoke right through on the exam. Other items that you never deal with regularly (or at all) could burn you.</p>
<p>The main issue here is that the exams expect the test take to submit the best answer available as would be done following best practices. The problem is that many people in their day to day work don’t do this.</p>
<p>It might be that they learned a different way to do something that does work in their environment and may not even cause any issue but it does not follow suggested best practices. It might be that due to business rules that certain things must follow a procedure outside of conventional thinking or processes.</p>
<p>On the job experience may not be everything you need especially if you do not test well or are very used to only one way to get a job done. If you’re used to the command line and the question calls for you to use the GUI (or the other way around) you’re going to blow an answer that you’d otherwise know how to do if another way to do it was offered.</p>
<p>These are a few things I keep in mind when I am preparing for the exam in an effort to make sure I am not under-prepared:</p>
<ul>
<li>Do I know what the best practices are</li>
<li>Do I know which ones we follow and which we don’t</li>
<li>Do I understand why we do something one way and why another way is the best practice</li>
<li>Am I aware of all of the skills being measured for the exam</li>
<li>Am I strong in all of these areas</li>
</ul>
<h3>Being Over Prepared</h3>
<p>Is there such a thing? Technically yes and you’ll probably pass with a really high score for being over prepared which isn’t necessarily a bad thing, but it is a mistake of sorts to spend more time than you really need on something.</p>
<p>There was a time when I was a beta tester for exams (I would do it now but I just don’ have the time). Basically, as a beta tester you are taking an exam as provided by the credential and certification owner before it is available for public release.</p>
<p>The pool of testers take many of the questions that will be on the actual certification exam when it goes live. Often they may have many more questions in total than what will be on the actual exam. (Example, the beta exam would have 120 questions where the final exam might have a pool of 55).</p>
<p>It is from these questions that the beta examinees review and are scored on that the final decisions on which questions to include and which to remove are made. In these scenarios you are drawing ONLY from on the job experience; since the certification is not even available yet there is nothing really to study from (no books, no practice exams, etc).</p>
<p>Once the final counts of which questions are included and which are thrown out are decided the examinees results are given back pass / fail to the candidates. If you fail the beta exam you can take it when it goes live. If you get a passing score you are granted the certification.</p>
<p>I took the very first Server+ exam in beta and missed by one or two questions (not exactly sure of the number but I was a smidgen under a passing score). I wanted to pass that exam on the beat but I figured I gave it my best effort and I would try it again.</p>
<p>I really didn’t like to fail exams because I really felt like I know a lot of the material but I also wasn’t sure how much the exam questions and the domain materials might have changed from beta to live so I bought two Server+ books and read them cover to cover over two months and took the practice exams in the books until I got perfect scores. Only then did I reschedule the exam.</p>
<p>I passed with a nearly perfect score.</p>
<p>I had felt half way through the first book that I might have figured out the couple of questions that I was on the fence with respect to answers I gave but you can never really be sure so I kept hammering away and I could have saved myself some study time and could have been doing other things.</p>
<p>These are a few things I keep in mind when I am preparing for the exam in an effort to make sure I am not over prepared:</p>
<ul>
<li>Am I already fairly confident of my knowledge of the skills being measured</li>
<li>Am I already fairly competent at work in all of the skills being measured</li>
<li>Do I understand where my weakness are and can I focus on just those</li>
<li>Can I go to the back of the chapter and answer more than 80% of the practice questions correctly</li>
<li>Do I need to do more than scan a chapter on the topic </li>
</ul>
<h3>The Advice</h3>
<p>As with anything in life, achieving balance is the best way to succeed. Make sure you strike this balance when preparing for your next IT exam by not being under or over prepared.</p>
<p>I hope you’ve enjoyed this article and I am looking forward to any feedback you have on it. Additionally, I would welcome any topics of interest that you would like to see and based on demand and column space I’ll do what I can to deliver them to you.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/2-most-common-mistakes-people-make-on-it-exams/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server 2008 Reliability &amp; Performance Monitor &#8211; Part 3</title>
		<link>http://www.trainsignal.com/blog/windows-server-2008-reliability-performance-monitor-part-3</link>
		<comments>http://www.trainsignal.com/blog/windows-server-2008-reliability-performance-monitor-part-3#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:00:09 +0000</pubDate>
		<dc:creator>Jason Zandri</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">/?p=4452</guid>
		<description><![CDATA[Part 3 &#8212; Reliability Monitor: What’s Working and What’s Not Windows Reliability and Performance Monitor can be leveraged by systems administrators to gather baseline information for review of system performance. This allows admins to review their server installations as well as carry out server tune ups of their Server 2008 systems. In this series of [...]]]></description>
			<content:encoded><![CDATA[<h3>Part 3 &#8212; Reliability Monitor: What’s Working and What’s Not</h3>
<p>Windows Reliability and Performance Monitor can be leveraged by systems administrators to gather baseline information for review of system performance. This allows admins to review their server installations as well as carry out server tune ups of their Server 2008 systems.</p>
<p>In this series of articles we&#8217;ve been reviewing the most common uses and major functions of the tool.</p>
<p><a href="/blog/windows-server-2008-reliability-performance-monitor-part-1">Part 1 – Introduction to the Reliability and Performance Monitor</a> took an overview look at the tool providing an introduction to basic elements of function, the interface and some of the initial features and default settings.</p>
<p><a href="/blog/windows-server-2008-reliability-performance-monitor-part-2">Part 2 – Performance Monitor Demystified</a> was a review of some of the features and functions of the Performance part of the tool, including some of the best practices with respect to collecting and working with Performance Logs.</p>
<p>In this final installment, <strong>Reliability Monitor &#8212; What’s Working and What’s Not</strong> , we&#8217;ll go over some of the features and best practices with respect to troubleshooting problems found on systems reports from the tool’s output.</p>
<h3>What Can You Do With The Reliability Monitor?</h3>
<p>The Reliability Monitor part of the Reliability and Performance Monitor MMC allows you to review a computer’s stability details with respect to the events that impact the reliability of the system.</p>
<p><span id="more-4452"></span><br />
This is both from a positive aspect, such as a completed installation of an update, or a negative one, such as the failure of a software operation that causes it to stop working or otherwise fail.</p>
<p>This is done by calculating the <strong>Stability Index</strong> of all the events as part of the <strong>System Stability Chart</strong> over the span of system uptime (over the past rolling year as a maximum).</p>
<p>The screen shot below shows the reference system chart and subsequent events at the time of first start up of the operating system.</p>
<p><a href="/blog/wp-content/uploads/2009/02/image1.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/02/image1.png" alt="Server 2008 Reliability &#038; Performance Monitor - 1" title="Server 2008 Reliability &#038; Performance Monitor - 1" class="alignnone size-full wp-image-4487" /></a></p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> &#8212; <em>If I had expanded the details of the Software (Un)Installs section it would be readily apparent that this was a completed new installation of the operating system as there were over 100 software updates and driver installs that were successful.</p>
<p>You may also see that within a couple of working days there were some events that negatively affected the system reliability and the resulting stability index results which caused that “perfect” 10 number to begin decreasing in value.</em></p></blockquote>
<p>Invariably over time with system use there is going to be negative impact on a system that takes its index rating down from 10.00. The main use of the tool, other than a quick review of recent and historical events, is to allow the system administrator the ability to quickly gauge what is going on and how it is impacting the system. Additionally, reviewing a series of reliability drops might be a good starting point for troubleshooting efforts.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – <em>There&#8217;s a very good reason why above I indicated “a good starting point for troubleshooting efforts.”</p>
<p>On this particular system I had daily events where Outlook was crashing. This was peculiar to me because I had performed no recent updates to the operating system nor to any of the applications so I wasn&#8217;t sure what was now suddenly causing an issue. And the system’s performance was off in that it was responding a little slowly. This was shown daily in the System Stability Chart as OUTLOOK.EXE with a Failure Type of “stopped working.”</p>
<p>I continued to think the issue was with Outlook over the next couple of days as it was the only majorly impacted application on my system (nothing else was showing in the reliability monitor). In short order, the system performance got really bad and I had the time to do some additional troubleshooting. I leveraged the Event Viewer which revealed a slew of Errors in the system log; Event ID 55.</p>
<p>The issue I was actually experiencing was a file system structure corruption which was making it difficult for the operating system and the Outlook application to make needed reads and writes to the file system in the application volume. After I ran the chkdsk utility on the volume and fixed the issues my problems disappeared and the System Stability Chart began to show an improvement in the index rating component.</p>
<p>The moral of the story here is that the trouble you’re having with an application is not always necessarily the direct fault of the application itself &#8212; <strong>always check potentially extraneous events and if they are or are not in fact related to the issue you’re having</strong>. </em>
</p></blockquote>
<h3>The System Stability Report</h3>
<p>The information that is available to you via the <strong>System Stability Chart</strong> is not only reflected in just the graphical format there but within the table data at the bottom which is part of the <strong>System Stability Report</strong>.</p>
<p>In the report you will find information relevant by date, subsection delineation and event with respect to:</p>
<ul>
<li>Software (Un)Installs</li>
<li>Application Failures</li>
<li>Hardware Failures</li>
<li>Windows Failures</li>
<li>Miscellaneous Failures</li>
</ul>
<p>The information provided in the different sections of details of the events will be highlighted by the regular icon family that was standardized for use under Windows Vista. These icons highlight the results as they occur and are reflective of the event &#8212; informational, warning, and error. Additional details for these standard icons are available at <a href="http://msdn.microsoft.com/en-us/library/aa511277.aspx ">Microsoft MSDN</a>.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – <em>You won&#8217;t generally see the question mark icon used to indicate a Help entry point within the Reliability Monitor.</em>
</p></blockquote>
<h3> &nbsp; &bull; Software (Un)Installs</h3>
<p>In the <strong>Software (Un)Installs</strong> section you will see details regarding:</p>
<ul>
<li>software being reported out (the name of the application being installed or removed)</li>
<li>version of that software</li>
<li>activity (system update install, driver install, application install, application configuration change, etc)</li>
<li>activity status (success/failure)</li>
<li>date the activity took place</li>
</ul>
<p><a href="/blog/wp-content/uploads/2009/02/image2.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2009/02/image2.png" alt="Server 2008 Reliability &#038; Performance Monitor - 2" title="Server 2008 Reliability &#038; Performance Monitor - 2" class="alignnone size-full wp-image-4495" /></a></p>
<h3> &nbsp; &bull; Application Failures</h3>
<p>In the <strong>Application Failures</strong> section you can see information pertaining to:</p>
<ul>
<li>listed application that experienced the reported problem</li>
<li>version of that application as reported</li>
<li>failure type</li>
<li>date the event occurred</li>
</ul>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – <em>It&#8217;s important to note that normally most of the details within the System Stability Report will also show up somewhere in the Event Viewer logs with the same reported information as shown.</p>
<p>Generally there will be additional information within the Event View logs (event IDs, error codes, etc).</em>
</p></blockquote>
<h3> &nbsp; &bull; Hardware Failures</h3>
<p>In the <strong>Hardware Failures</strong> section you will see details regarding:</p>
<ul>
<li>reported component type</li>
<li>device</li>
<li>failure type</li>
<li>date the event occurred</li>
</ul>
<p>The information commonly show within this section of the tool is going to be limited to memory and disk failures.</p>
<blockquote><p>
<strong>[NOTES FROM THE FIELD]</strong> – <em>Earlier in the article I mentioned I had an issue where corruption of my file system was causing an issue with Outlook. The problem didn&#8217;t show up in the Hardware Failures section because the failure was not a physical disk problem (bad sectors, controller failure, etc) but a problem with the NTFS file system.</em></p></blockquote>
<h3> &nbsp; &bull; Windows Failures</h3>
<p>The next set of details within the Reliability Monitor are shown in the <strong>Windows Failures</strong> section. The Failure Type section will detail an issue with a boot failure (in circumstances where there is a successful system start on subsequent attempts and where that original failure can actually be logged).</p>
<p>More often than a boot failure event, you will see information as a result of failures from the operating system processes. The Device section will report out which device is failing and the Failure Type will be outlined in the next column. Finally the date of the event will be shown in the Date column.</p>
<h3> &nbsp; &bull; Miscellaneous Failures</h3>
<p>All events that do not fit into the above categories will show up in the <strong>Miscellaneous Failures</strong> section. One of the major events that will show up in the Failure Type section is a scenario where the system shutdown was unexpected.</p>
<p>The Version column will indicate the version of the software failure (in the example above this would be the operating system version and the installed service pack if applicable). The Failure Detail will show the information pertinent to the resulting type of failure and the Date will host the information of when the event took place.</p>
<blockquote><p>
[NOTES FROM THE FIELD] – There is an additional reliability event that may be recorded in special circumstances when a significant change to the system time is tracked. The <strong>System Clock Changes</strong> category will show information on the day that a significant clock change occurs and will be headed by the Information icon.</p>
<p>The <strong>Old Time</strong> section will contain the date and time prior to the clock change and the <strong>New Time</strong> section will contain the date and time selected during the clock change.</p>
<p>The Date column will reflect the date and time when the clock change occurred and the entry will reflect this information based on the newly applied time changes so they are relevant to the new system time in use.
</p></blockquote>
<p>And with that we are at the end of the Reliability and Performance Monitor series.</p>
<p>I hope you found this article series informative and a good investment of your time. I welcome any feedback that you might have on it. Additionally, I welcome any input on topics of interest that you would like to see and based on demand and column space I’ll do what we can to deliver them to you.</p>
<p>Best of luck in your studies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/windows-server-2008-reliability-performance-monitor-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
