<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; vista management</title>
	<atom:link href="http://4sysops.com/archives/tag/vista-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Thu, 24 May 2012 23:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>VistaBootPro &#8211; manage boot configuration with a GUI tool</title>
		<link>http://4sysops.com/archives/vistabootpro-manage-boot-configuration-with-a-gui-tool/</link>
		<comments>http://4sysops.com/archives/vistabootpro-manage-boot-configuration-with-a-gui-tool/#comments</comments>
		<pubDate>Tue, 27 May 2008 17:26:45 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[desktop management tools]]></category>
		<category><![CDATA[vista management]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1326</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/05/vistabootpro.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/vistabootpro.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/vistabootpro-thumb.png" border="0" alt="VistaBootPRO" width="187" height="208" align="right" /></a> In my opinion, there are only a few things that are <strong>changed for the worse under Vista</strong>. One is the replacement of Boot.ini with the Boot Configuration Data Store (BCD Store). Perhaps using an ini file for storing the boot configuration was a bit outdated, but replacing it with the command line tool <strong>bcdedit</strong> is not really a better solution. It is even standard under Linux nowadays also to offer a GUI tool for this purpose. You can take this post as an example of why I usually try to <strong>avoid the command prompt</strong>.</p>
<p>Today, I had to <strong>change the boot configuration</strong> for the first time under Vista. It is a test computer where I have Vista and Windows Server 2008 installed. I wanted to replace a Vista x86 installation with Vista x64, so I deleted the corresponding partition and created a new one. After I installed Vista x64, the Windows Server 2008 installation vanished from the boot &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/05/vistabootpro.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/vistabootpro.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/vistabootpro-thumb.png" border="0" alt="VistaBootPRO" width="187" height="208" align="right" /></a> In my opinion, there are only a few things that are <strong>changed for the worse under Vista</strong>. One is the replacement of Boot.ini with the Boot Configuration Data Store (BCD Store). Perhaps using an ini file for storing the boot configuration was a bit outdated, but replacing it with the command line tool <strong>bcdedit</strong> is not really a better solution. It is even standard under Linux nowadays also to offer a GUI tool for this purpose. You can take this post as an example of why I usually try to <strong>avoid the command prompt</strong>.</p>
<p>Today, I had to <strong>change the boot configuration</strong> for the first time under Vista. It is a test computer where I have Vista and Windows Server 2008 installed. I wanted to replace a Vista x86 installation with Vista x64, so I deleted the corresponding partition and created a new one. After I installed Vista x64, the Windows Server 2008 installation vanished from the boot menu. That was not very smart of Vista setup, but okay, it is not a big deal to add the entry again, or so I thought. With Windows XP or Windows Server 2003, I would just have edited the boot.ini, which I had done countless times before. Thus, I thought, it shouldn’t be a big deal to use bcdedit this time.</p>
<p> <a href="http://4sysops.com/wp-content/uploads/2008/05/bcedit.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/bcedit.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/bcedit-thumb.png" border="0" alt="bcedit" width="157" height="244" align="right" /></a>Well, after launching <strong>bcdedit /?</strong> on the command prompt, I wasn’t able to figure out immediately how to get the job done. I was in a hurry and didn’t have the nerves to study the help file, or even read the documentation to accomplish such a simple task, so I <strong>googled</strong> for GUI + Vista + boot.ini and found <a href="http://www.vistabootpro.org/">VistaBootPro</a>. Search, download and installation cost me about 10 seconds. I needed another 5 seconds to add the entry of my Server 2008 installation to the boot configuration.</p>
<p>I do not know <strong>how long</strong> I would have needed to figure out the syntax of bcdedit, but I am quite sure it would have cost me much more time. Maybe I could have used this information again in a couple of months, but I am quite sure that I would have forgotten the syntax of bcdedit by then. Therefore, I suppose I will solve a similar problem in the future the same way I did today.</p>
<p>I described this incident in detail because I think it is a good <strong>example of the general weakness of command line tools</strong>. I have been complaining several times before about Microsoft’s new philosophy to count more on command line tools lately. It is okay to extend Windows with new commands, but this should not happen at the cost of GUI tools. Instead of ranting again against the CLI, I could have described VistaBootPro in this post. However, I think there is not much to describe; just launch it and use it.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-med-v/" title="Microsoft Desktop Optimization Pack (MDOP): MED-V (April 24, 2012)">Microsoft Desktop Optimization Pack (MDOP): MED-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-advanced-group-policy-management-agpm/" title="Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM) (April 13, 2012)">Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-asset-inventory-service-ais/" title="Microsoft Desktop Optimization Pack (MDOP): Asset Inventory Service (AIS) (March 28, 2012)">Microsoft Desktop Optimization Pack (MDOP): Asset Inventory Service (AIS)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-overview/" title="Microsoft Desktop Optimization Pack (MDOP): Overview (March 26, 2012)">Microsoft Desktop Optimization Pack (MDOP): Overview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/vistabootpro-manage-boot-configuration-with-a-gui-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Vista vs. Windows XP &#8211; Systems Management</title>
		<link>http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/</link>
		<comments>http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:21:47 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista bashing]]></category>
		<category><![CDATA[vista deployment]]></category>
		<category><![CDATA[vista management]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1282</guid>
		<description><![CDATA[<p>This is the second article in my series about the Vista v. Windows XP issue. In <a href="http://4sysops.com/archives/windows-xp-vs-windows-vista-security/">my last post</a> I replied to an InfoWorld article by Randall C. Kennedy, who <a href="http://www.infoworld.com/article/08/03/17/12TC-vista-versus-xp_3.html">claimed</a> that Vista did not really improve security. Today I will discuss Vista’s new capabilities regarding manageability. The text in italics summarizes Kennedy’s view.</p>
<p><em>Vista has a couple of features that improve its manageability, such as the ability to restrict access to external media devices, easy deployment of printer drivers and, most noteworthy, the image-based installation. However, myriad third-party tools also offer those features for Windows XP. That’s why moving to Vista provides little or no ROI from a systems management perspective.</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/05/clones.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/clones.jpg','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/clones-thumb.jpg" border="0" alt="Clones" width="244" height="219" align="right" /></a>You can find this line of argument in several other parts of the article. The Vista features that are worth mentioning are also available for XP from third-party vendors. Two counterarguments refute Kennedy&#8217;s claims. First of all, <strong>third-party tools usually don’t come for free</strong>, at least not &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>This is the second article in my series about the Vista v. Windows XP issue. In <a href="http://4sysops.com/archives/windows-xp-vs-windows-vista-security/">my last post</a> I replied to an InfoWorld article by Randall C. Kennedy, who <a href="http://www.infoworld.com/article/08/03/17/12TC-vista-versus-xp_3.html">claimed</a> that Vista did not really improve security. Today I will discuss Vista’s new capabilities regarding manageability. The text in italics summarizes Kennedy’s view.</p>
<p><em>Vista has a couple of features that improve its manageability, such as the ability to restrict access to external media devices, easy deployment of printer drivers and, most noteworthy, the image-based installation. However, myriad third-party tools also offer those features for Windows XP. That’s why moving to Vista provides little or no ROI from a systems management perspective.</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/05/clones.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/clones.jpg','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/clones-thumb.jpg" border="0" alt="Clones" width="244" height="219" align="right" /></a>You can find this line of argument in several other parts of the article. The Vista features that are worth mentioning are also available for XP from third-party vendors. Two counterarguments refute Kennedy&#8217;s claims. First of all, <strong>third-party tools usually don’t come for free</strong>, at least not for corporate environments. Second, <strong>it usually costs manpower to deploy them</strong>. Of course, if you already have all the software you need, then Kennedy’ argument is valid. However, next time you pay the yearly license fees for your third-party tools, you might also take into account that you could have had those features for free, if only you had already deployed Vista.</p>
<p>My main critique, however, is that my view, this article hopelessly underestimates those new imaging capabilities. They are indeed Vista’s only killer feature for organizations. I blogged about the technical background of <a href="http://4sysops.com/archives/no-more-hal-hell-the-implications-of-windows-vista%e2%80%99s-hardware-independent-imaging-technology/">Vista’s new cloning capabilities</a> almost two years ago. I think the reason that many neglect the importance of this feature is because it is difficult to understand that benefiting from it requires completely <strong>changing ones deployment techniques</strong>. Most IT shops have sophisticated deployment methods, which typically rely on unattended installations.</p>
<p>If you fully embrace Vista&#8217;s imaging technology, you can often <strong>do without scripting</strong>, and even software deployment is obsolete in many cases. The fact that you now can create images in a virtual environment is an enormous timesaver by itself. You can add any kind of setting or software to your master image within minutes, then press a button and all machines will have the new configuration including all applications. You have a PC that has a problem and you didn’t find its cause immediately? Just press a button to deploy the latest OS image, and this PC is like new within minutes.</p>
<p>Of course, that might imply that you have to <strong>change a lot in your overall infrastructure</strong>. For example, you have to ensure that end users can store data only in their user profiles, you have to work with roaming user profiles, you have to invest some time getting acquainted with Wake-on-LAN and, depending on your organization&#8217;s size, you might need third party software that fully supports Vista’s image-based deployment, and so on. But I think that once you master all these obstacles, you will save much time in the future.</p>
<p>We already worked like this to a certain degree with <strong>Windows XP</strong>. The main problem with XP is that the number of different images you need tends to skyrocket if you have different kinds of hardware in your network. No third party tool can really help you with this problem. XP was just not designed for imaging. The <strong>creation of new images</strong> is also quite complicated because you have to work on real hardware. Creating new Vista images with a tool such as VMware Workstation is much more convenient because you can work with snapshots, clone images within seconds, manage a whole library of different configurations, etc.</p>
<p>I believe that it will take quite some time for Vista&#8217;s new imaging technology to receive the praise it deserves. The philosophy behind <strong>imaging-based desktop management</strong> is quite different from the traditional approach. Many IT administrators have to forget most of what they have learned about OS and software deployment. Those organizations that already have worked with imaging technology will adopt the new approach faster than those who swear by unattended installations.</p>
<p>So, yes, Vista will certainly provide ROI when it comes to systems management. But only if you are ready to invest some time to learn what image-based deployment really means.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/well-known-windows-basher-randall-c-kennedy-unmasked-dont-always-take-objective-reports-as-real/" title="Well-known Windows basher Randall C. Kennedy unmasked &#8211; Don&#8217;t always take &#8220;objective&#8221; reports as real (February 22, 2010)">Well-known Windows basher Randall C. Kennedy unmasked &#8211; Don&#8217;t always take &#8220;objective&#8221; reports as real</a> (13)</li>
	<li><a href="http://4sysops.com/archives/how-4sysops-readers-like-windows-vista/" title="How 4sysops readers like Windows Vista and Windows 7 (September 30, 2009)">How 4sysops readers like Windows Vista and Windows 7</a> (8)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-it-pros-who-skipped-vista-should-regret-it-now/" title="Seven reasons why IT Pros who skipped Vista should regret it now (September 24, 2009)">Seven reasons why IT Pros who skipped Vista should regret it now</a> (21)</li>
	<li><a href="http://4sysops.com/archives/windows-7-is-what-windows-vista-should-have-been/" title="Windows 7 is what Windows Vista should have been? (June 4, 2009)">Windows 7 is what Windows Vista should have been?</a> (13)</li>
	<li><a href="http://4sysops.com/archives/why-i-am-a-fat-pc/" title="Why I am a fat PC (March 11, 2009)">Why I am a fat PC</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Windows Vista vs. Windows XP]]></series:name>
	</item>
		<item>
		<title>Windows Vista’s new management tools &#8211; Part 2</title>
		<link>http://4sysops.com/archives/windows-vistas-new-management-tools-part-2/</link>
		<comments>http://4sysops.com/archives/windows-vistas-new-management-tools-part-2/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 18:40:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista management]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vistas-new-management-tools-part-2/</guid>
		<description><![CDATA[<p>Yesterday, I listed some of <a href="/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/">Microsoft&#8217;s management tools for Windows Vista</a>. This post is the second part.</p>
<h2>Task Scheduler:</h2>
<p><a href="http://www.microsoft.com/technet/windowsvista/mgmntops/taskschd.mspx">Windows Vista&#8217;s Task Scheduler</a> has some interesting new features. You can now launch tasks when <strong>specific events </strong>occur like insufficient disk space or if a user locks/unlocks the workstation or if the computer is in <strong>idle mode</strong>. Another nice feature is that tasks can be run i<strong>n sequence.</strong> This prevents tasks from running <strong>simultaneously</strong>. And the <strong>credentials </strong>under which the task will be running can be stored in <strong>Active Directory</strong> now.</p>
<h2>Windows Remote Management (WinRM):</h2>
<p><strong>WinRM</strong> is Microsoft&#8217;s implementation of the <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738440.aspx">WS-Management standard</a>, a <strong>web services-based (SOAP)</strong> protocol developed by some hardware and software vendors for sending and receiving management data to computer devices. Using <strong>WinRM </strong>you can remotely run scripts to perform all kinds of management tasks. WinRM is also <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738245.aspx">available</a> for <strong>Windows Server 2003</strong>. Microsoft Technet has a<a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738345.aspx"> detailed introduction into WinRM</a>. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I listed some of <a href="/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/">Microsoft&#8217;s management tools for Windows Vista</a>. This post is the second part.</p>
<h2>Task Scheduler:</h2>
<p><a href="http://www.microsoft.com/technet/windowsvista/mgmntops/taskschd.mspx">Windows Vista&#8217;s Task Scheduler</a> has some interesting new features. You can now launch tasks when <strong>specific events </strong>occur like insufficient disk space or if a user locks/unlocks the workstation or if the computer is in <strong>idle mode</strong>. Another nice feature is that tasks can be run i<strong>n sequence.</strong> This prevents tasks from running <strong>simultaneously</strong>. And the <strong>credentials </strong>under which the task will be running can be stored in <strong>Active Directory</strong> now.</p>
<h2>Windows Remote Management (WinRM):</h2>
<p><strong>WinRM</strong> is Microsoft&#8217;s implementation of the <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738440.aspx">WS-Management standard</a>, a <strong>web services-based (SOAP)</strong> protocol developed by some hardware and software vendors for sending and receiving management data to computer devices. Using <strong>WinRM </strong>you can remotely run scripts to perform all kinds of management tasks. WinRM is also <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738245.aspx">available</a> for <strong>Windows Server 2003</strong>. Microsoft Technet has a<a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms738345.aspx"> detailed introduction into WinRM</a>. If you didn&#8217;t understand my short description you might have a look at this <a href="http://blogs.msdn.com/adioltean/archive/2006/08/18/707162.aspx">post </a>at ANTIMAIL. In the middle of this text, you&#8217;ll find a simple example. It describes the use of <strong>WinRM </strong>to get information about the Spooler service.</p>
<h2>Microsoft Management Console (MMC) 3.0:</h2>
<p><strong>MMC </strong>is a framework used by most of Microsoft&#8217;s management tools. If you are system administrator, you probably know that many administration tools are snap-ins for the MMC. <strong>MMC 3.0</strong> got some new features in Windows Vista. For one, you can now run <strong>multiple tasks</strong> <strong>in parallel</strong>. So if one task is not responding because it didn&#8217;t finish (or it simply hangs) you can go ahead with other tasks. Second, there is a separate <strong>Action Pane</strong> which gives you information about the object you want to manage. Third, adding snap-ins is easier now. <a href="http://articles.techrepublic.com.com/5100-10877_11-6035954.html">Techrepublic </a>has some screenshots.</p>
<h2>Windows Installer 4.0:</h2>
<p><a href="http://en.wikipedia.org/wiki/Microsoft_Installer">Windows Installer</a> is a Windows component which is used by most software vendors to install, update and remove programs. Thus the new features in <strong>Windows Installer 4.0</strong> will affect most of the software installations. Microsoft says that it will be less likely that adding and removing programs will require a reboot. Windows Installer is able to restart applications which are in use, restoring their state after the installation. This is possible even if the computer has to reboot.</p>
<h2>New command line tools:</h2>
<p><strong> Windows Vista</strong> has bunch of new useful <strong>command line tools</strong>. Computer Bits has a list of the <a href="http://computerbits.wordpress.com/2006/07/21/new-command-line-tools-in-vista-beta-2/">new tools in Windows Vista Beta 2</a> with a short description of each.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/vistabootpro-manage-boot-configuration-with-a-gui-tool/" title="VistaBootPro &#8211; manage boot configuration with a GUI tool (May 27, 2008)">VistaBootPro &#8211; manage boot configuration with a GUI tool</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/" title="Windows Vista vs. Windows XP &#8211; Systems Management (May 9, 2008)">Windows Vista vs. Windows XP &#8211; Systems Management</a> (4)</li>
	<li><a href="http://4sysops.com/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/" title="Windows Vista’s new management tools &#8211; Part 1 (August 22, 2006)">Windows Vista’s new management tools &#8211; Part 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vistas-new-management-tools-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista’s new management tools &#8211; Part 1</title>
		<link>http://4sysops.com/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/</link>
		<comments>http://4sysops.com/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 19:19:01 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista management]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/</guid>
		<description><![CDATA[<p>I am still doing some research about the improvements of <strong>Windows Vista</strong> with respect to system administration. This post is the first part of a list about Vista&#8217;s new <strong>management tools</strong>. I will write another article about this topic soon.</p>
<h2>Diagnostics</h2>
<p>Vista has several <strong>diagnostics tools</strong> which can detect problems and help users solve them. Such problems could be <strong>failing hard disks</strong>, <strong>faulty RAM modules</strong>, <strong>degraded performance</strong> or lack of <strong>network connectivity</strong>. <a href="http://www.windowsdevcenter.com/pub/a/windows/2006/06/20/inside-vistas-new-diagnostic-tools.html">Mitch Tulloch </a>discussed some of the tools. Microsoft has a <a href="http://www.microsoft.com/technet/windowsvista/relperf/suppcost.mspx">white paper</a> about this topic.</p>
<h2>Performance Diagnostic Console</h2>
<p>This new tool includes the <strong>performance monito</strong>r which you probably know already from XP and it gives you an overview of the computer&#8217;s <strong>resources</strong>. There is a new interesting feature called <strong>Reliability Monitor</strong>. It allows you to keep track of the system stability by calculating a <strong>reliability index</strong>.</p>
<p>To start the <strong>Performance Diagnostic Console</strong> in Windows Vista Beta 2 you have to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I am still doing some research about the improvements of <strong>Windows Vista</strong> with respect to system administration. This post is the first part of a list about Vista&#8217;s new <strong>management tools</strong>. I will write another article about this topic soon.</p>
<h2>Diagnostics</h2>
<p>Vista has several <strong>diagnostics tools</strong> which can detect problems and help users solve them. Such problems could be <strong>failing hard disks</strong>, <strong>faulty RAM modules</strong>, <strong>degraded performance</strong> or lack of <strong>network connectivity</strong>. <a href="http://www.windowsdevcenter.com/pub/a/windows/2006/06/20/inside-vistas-new-diagnostic-tools.html">Mitch Tulloch </a>discussed some of the tools. Microsoft has a <a href="http://www.microsoft.com/technet/windowsvista/relperf/suppcost.mspx">white paper</a> about this topic.</p>
<h2>Performance Diagnostic Console</h2>
<p>This new tool includes the <strong>performance monito</strong>r which you probably know already from XP and it gives you an overview of the computer&#8217;s <strong>resources</strong>. There is a new interesting feature called <strong>Reliability Monitor</strong>. It allows you to keep track of the system stability by calculating a <strong>reliability index</strong>.</p>
<p>To start the <strong>Performance Diagnostic Console</strong> in Windows Vista Beta 2 you have to enter &#8220;<strong>perfmon</strong>&#8221; on a command prompt. You can check out this <a href="http://www.microsoft.com/technet/windowsvista/library/1522b01c-69a3-43d2-884a-2af28f74f9b0.mspx">introduction </a>and this <a href="http://www.microsoft.com/technet/windowsvista/library/ab3b2cfc-b177-43ec-8a4d-0bfac62d8896.mspx">step-by-step-guide </a>from Microsoft.</p>
<h2>Event Viewer</h2>
<p>This utility got a major overhaul; most importantly is its <strong>event forwarding</strong> feature, i.e. the capability to <strong>centrally manage</strong> multiple <strong>event logs</strong> from different computers and to run queries across multiple logs. <a href="http://www.windowsnetworking.com/articles_tutorials/Monitoring-Event-Logs-Windows-Vista.html">This article</a> at Windows Networking goes into details and has some nice screenshots.</p>
<h2>Group Policies</h2>
<p>Windows XP SP2 supports about 1,500 <strong>Group Policy settings</strong>, Windows Vista has 3,000. Some of the new settings are related to new Vista features, for example, Bit Defender, some bring more control over the operating system. For instance, you can now remotely control <strong>USB devices using Group Policies</strong>.</p>
<p>Another major improvement is the <strong>network awareness</strong> of Group Policies. In Windows XP, Group Polices were only refreshed after reboots, when the user logged in or in periodic intervals. Now, they are refreshed whenever a <strong>network connection is detected</strong>.</p>
<p>New is also that replacement of <strong>ADM files</strong> by <strong>ADMX files</strong>. The &#8220;X&#8221; stands for <strong>XML</strong>. I&#8217;ve read that it is now easier to create templates for Group Polices.</p>
<p>Windows Vista will include the <strong>Group Policy Management Console (GPMC)</strong> which can be <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0a6d4c24-8cbd-4b35-9272-dd3cbfc81887&amp;DisplayLang=en">downloaded </a>already for a while.</p>
<p>I can recommend the articles at <a href="http://www.eweek.com/article2/0,1895,1950779,00.asp">eWeek </a>and <a href="http://www.windowsecurity.com/articles/Group-Policy-Changes-Vista.html">WindowsSecurity.com</a> for more information. You can also read this white paper at <a href="http://www.microsoft.com/technet/windowsvista/library/gpol/a8366c42-6373-48cd-9d11-2510580e4817.mspx?mfr=true">Microsoft Technet</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/vistabootpro-manage-boot-configuration-with-a-gui-tool/" title="VistaBootPro &#8211; manage boot configuration with a GUI tool (May 27, 2008)">VistaBootPro &#8211; manage boot configuration with a GUI tool</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/" title="Windows Vista vs. Windows XP &#8211; Systems Management (May 9, 2008)">Windows Vista vs. Windows XP &#8211; Systems Management</a> (4)</li>
	<li><a href="http://4sysops.com/archives/windows-vistas-new-management-tools-part-2/" title="Windows Vista’s new management tools &#8211; Part 2 (August 23, 2006)">Windows Vista’s new management tools &#8211; Part 2</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista%e2%80%99s-new-management-tools-%e2%80%93-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

