<?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>Savage Nomads &#187; Post from around the Net</title>
	<atom:link href="http://www.savagenomads.net/category/post_from_around_the_net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savagenomads.net</link>
	<description>A speed bump on the information super highway.</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:13:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Repairing A Failed Cluster</title>
		<link>http://www.savagenomads.net/2008/11/09/repairing_a_failed_cluster/</link>
		<comments>http://www.savagenomads.net/2008/11/09/repairing_a_failed_cluster/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 22:49:05 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/11/09/repairing_a_failed_cluster/</guid>
		<description><![CDATA[Image via CrunchBase Here’s a nice simple post about how to recover from a failed windows cluster I’ve been running windows clusters at work on windows 2000/3 for both Exchange...<a class="read-more" href="http://www.savagenomads.net/2008/11/09/repairing_a_failed_cluster/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/03/21/adding_disk_to_cluster_on_windows_2008/' rel='bookmark' title='Adding Disk to Cluster on Windows 2008'>Adding Disk to Cluster on Windows 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/04/13/best_practice_tips_for_windows_server_2003_cluster_service_mscs/' rel='bookmark' title='Best Practice Tips for Windows Server 2003 Cluster Service (MSCS)'>Best Practice Tips for Windows Server 2003 Cluster Service (MSCS)</a></li>
<li><a href='http://www.savagenomads.net/2004/11/23/setting_up_an_exchange_2003_cluster/' rel='bookmark' title='Setting up an exchange 2003 cluster?'>Setting up an exchange 2003 cluster?</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; float: left; margin: 1em"><a href="http://www.crunchbase.com/product/windows"><img style="border-right: medium none; border-top: medium none; display: block; border-left: medium none; border-bottom: medium none" alt="Image representing Microsoft Windows as depict..." src="http://www.crunchbase.com/assets/images/resized/0002/1545/21545v2-max-250x250.png" /></a>
<p class="zemanta-img-attribution" style="font-size: 0.8em">Image via <a href="http://www.crunchbase.com/">CrunchBase</a></p>
</p></div>
<p>Here’s a nice simple post about how to recover from a failed windows cluster I’ve been running windows clusters at work on windows 2000/3 for both Exchange and SQL. They are nice, but a lot of the time they seem to add un-needed complexity.</p>
<blockquote><p>It is possible to experience complete cluster failure, meaning both cluster nodes as well as the cluster disk fail. This article describes the steps to perform when repairing a failed cluster.</p>
<p>Repairing a failed cluster is a four-step process:</p>
<ol>
<li>Restore the first node. </li>
<li>Restore the cluster disk. </li>
<li>Restore the second node. </li>
<li>Test the repaired cluster. </li>
</ol>
<p>The first step in repairing a failed cluster is to perform a restore of the first node. This can be done by following the process described below:</p>
<ol>
<li>Install a new copy of Windows 2000 Advanced Server (or whatever version of Windows was previously installed). </li>
<li>Restore the system and boot partition, the system state data, and any other information. </li>
<li>Restart the cluster node. </li>
</ol>
<p>Once the first node has been restored, you can proceed to restore the cluster disk. Restoring the cluster disk entails restoring the disk signature file. This file contains information necessary to identify and mount volumes. Obviously, if a disk is replaced, the disk with the original signature file will have to be restored. Here are the steps to restore the cluster disks.</p>
</blockquote>
<p> <span id="more-1192"></span><br />
<blockquote>
<ol>
<li>Use the Dumpcfg.exe utility. This resource kit utility can be used to extract the signature file from the Registry and restore it to a new disk. </li>
<li>Stop the Cluster Service. </li>
<li>Restore the cluster system state from backup. The contents of the Quorum disk are placed into a temporary directory. </li>
<li>Use the clusres.exe utility to restore the contents of the temporary directory to the node’s registry. </li>
<li>Restart the Cluster Service. </li>
</ol>
<p>Once the cluster disk has been restored and the Cluster Service has successfully started on the first node, the second node can be restored. The steps required to restore the second node are identical to the steps used to restore the first node &#8211; the only difference being that the cluster disk does not have to be restored a second time.</p>
<p>The final step in the repair process is to test the restore to ensure that you were successful. To make sure that the restore was a success:</p>
<ul>
<li>Verify that the cluster resources are online. </li>
<li>Verify that the different cluster groups and resources can successfully failover. </li>
</ul>
<p>Verify that groups and resources can fail back to their preferred owner.</p>
</blockquote>
<p><a href="http://www.lockergnome.com/it/2008/10/27/repairing-a-failed-cluster/">Repairing A Failed Cluster</a>     <br />Diana Huggins     <br />Mon, 27 Oct 2008 17:00:00 GMT</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:58a724fa-eea0-4f36-84f0-5654a40e740e" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]servers, cluster, windows, microsoft[/tags]</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border-right: medium none; border-top: medium none; float: right; border-left: medium none; border-bottom: medium none" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_a.png?x-id=ba40e639-e4ad-4b05-9587-92c62717b851" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/03/21/adding_disk_to_cluster_on_windows_2008/' rel='bookmark' title='Adding Disk to Cluster on Windows 2008'>Adding Disk to Cluster on Windows 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/04/13/best_practice_tips_for_windows_server_2003_cluster_service_mscs/' rel='bookmark' title='Best Practice Tips for Windows Server 2003 Cluster Service (MSCS)'>Best Practice Tips for Windows Server 2003 Cluster Service (MSCS)</a></li>
<li><a href='http://www.savagenomads.net/2004/11/23/setting_up_an_exchange_2003_cluster/' rel='bookmark' title='Setting up an exchange 2003 cluster?'>Setting up an exchange 2003 cluster?</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/11/09/repairing_a_failed_cluster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use the Exchange 2007 Storage Cost Caluator</title>
		<link>http://www.savagenomads.net/2008/11/05/how_to_use_the_exchange_2007_storage_cost_caluator/</link>
		<comments>http://www.savagenomads.net/2008/11/05/how_to_use_the_exchange_2007_storage_cost_caluator/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:11:47 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/11/05/how_to_use_the_exchange_2007_storage_cost_caluator/</guid>
		<description><![CDATA[wow, the MS Exchange team blog has a great post on how-to use the Exchange Server 2007 Mailbox Server Storage Cost Calculator The post lays out each stop and explains...<a class="read-more" href="http://www.savagenomads.net/2008/11/05/how_to_use_the_exchange_2007_storage_cost_caluator/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/06/20/watch_for_this_delegates_issue_when_migrating_to_exchange_2007/' rel='bookmark' title='Watch for this delegates issue when migrating to exchange 2007'>Watch for this delegates issue when migrating to exchange 2007</a></li>
<li><a href='http://www.savagenomads.net/2008/03/05/16000_exchange_mailboxes_1_server_-_vmware_vroom/' rel='bookmark' title='16,000 Exchange Mailboxes, 1 Server &#8211; VMware VROOM!'>16,000 Exchange Mailboxes, 1 Server &#8211; VMware VROOM!</a></li>
<li><a href='http://www.savagenomads.net/2008/02/17/activesync-web-administration-tool-exchange-2003/' rel='bookmark' title='ActiveSync Web Administration Tool (Exchange 2003)'>ActiveSync Web Administration Tool (Exchange 2003)</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a title="Thumbnail via WebSnapr: http://msexchangeteam.com/archive/2008/11/04/450039.aspx" href="http://msexchangeteam.com/archive/2008/11/04/450039.aspx" target=""><img style="display: inline; margin-left: 0px; margin-right: 0px" height="75" alt="Thumbnail via WebSnapr: http://msexchangeteam.com/archive/2008/11/04/450039.aspx" src="http://images.websnapr.com/?url=http://msexchangeteam.com/archive/2008/11/04/450039.aspx" width="100" align="left" border="1" /></a>wow, the MS Exchange team blog has a great post on how-to use the <a href="http://msexchangeteam.com/archive/2008/11/04/450039.aspx">Exchange Server 2007 Mailbox Server Storage Cost Calculator</a></p>
<p>The post lays out each stop and explains the results. Unfortunately I don’t think we’ll be moving to exchange 2007 in 09 <img src='http://www.savagenomads.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  the CAL cost is just too much for next years budget. But we do plan on consolidating our 4 exchange 2003 servers within North American to a single exchange 2003 cluster. I’ve start looking into running a 1300 user exchange 2003 server on ESX. Most of the numbers and proof of concepts running exchange on ESX is for Exchange 2007. We’ll see how it goes. </p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:75b009fd-a8d9-496f-b0a4-a599696a9fd3" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]exchange, email, vmware[/tags]</div>
<h6 class="zemanta-related-title" style="font-size: 1em">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://blogs.technet.com/aralves/archive/2007/10/30/exchange-2007-sp1-improvements-for-unified-communications.aspx">Exchange 2007 SP1 Improvements for Unified Communications</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.creativetechs.com/iq/should_you_host_your_own_email_server.html">Should You Host Your Own Email Server?</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border-right: medium none; border-top: medium none; float: right; border-left: medium none; border-bottom: medium none" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_a.png?x-id=0921110d-2d3b-4aa9-a95f-9ab058afaa2f" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/06/20/watch_for_this_delegates_issue_when_migrating_to_exchange_2007/' rel='bookmark' title='Watch for this delegates issue when migrating to exchange 2007'>Watch for this delegates issue when migrating to exchange 2007</a></li>
<li><a href='http://www.savagenomads.net/2008/03/05/16000_exchange_mailboxes_1_server_-_vmware_vroom/' rel='bookmark' title='16,000 Exchange Mailboxes, 1 Server &#8211; VMware VROOM!'>16,000 Exchange Mailboxes, 1 Server &#8211; VMware VROOM!</a></li>
<li><a href='http://www.savagenomads.net/2008/02/17/activesync-web-administration-tool-exchange-2003/' rel='bookmark' title='ActiveSync Web Administration Tool (Exchange 2003)'>ActiveSync Web Administration Tool (Exchange 2003)</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/11/05/how_to_use_the_exchange_2007_storage_cost_caluator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User Research Study: Wanted IT Administrators with Active Directory Users and Computers</title>
		<link>http://www.savagenomads.net/2008/10/16/user_research_study_wanted_it_administrators_with_active_directory_users_and_computers/</link>
		<comments>http://www.savagenomads.net/2008/10/16/user_research_study_wanted_it_administrators_with_active_directory_users_and_computers/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:57:33 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/10/16/user_research_study_wanted_it_administrators_with_active_directory_users_and_computers/</guid>
		<description><![CDATA[Image via CrunchBase Microsoft User Research is conducting a study focusing on the next version of Active Directory Users and Computers between November 10 and November 14, 2008. This is...<a class="read-more" href="http://www.savagenomads.net/2008/10/16/user_research_study_wanted_it_administrators_with_active_directory_users_and_computers/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/' rel='bookmark' title='Active Directory Users and Computers Saved Queries'>Active Directory Users and Computers Saved Queries</a></li>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/03/09/active_directory_amp_exchange_schema_versions/' rel='bookmark' title='Active Directory &amp; Exchange Schema Versions'>Active Directory &amp;amp; Exchange Schema Versions</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-click" style="display: block; float: left; margin: 1em"><a href="http://www.crunchbase.com/company/microsoft"><img style="border-right: medium none; border-top: medium none; display: block; border-left: medium none; border-bottom: medium none" alt="Image representing Microsoft as depicted in Cr..." src="http://www.crunchbase.com/assets/images/resized/0001/0926/10926v1-max-250x250.png" /></a>
<p class="zemanta-img-attribution">Image via <a href="http://www.crunchbase.com/">CrunchBase</a></p>
</p></div>
<p>Microsoft User Research is conducting a study focusing on the next version of Active Directory Users and Computers between <b>November 10 </b>and<b> November 14, 2008</b>. This is a great opportunity for IT administrators who have experience with ADUC to provide feedback and help improve the next version. You do not need to prepare anything for this. We want to learn from you, the experts. We highly value your feedback and will be offering you a gratuity option in appreciation of your time and participation.</p>
<p>We are recruiting individuals who: </p>
<p>&#8226; Have experience managing <b>4 to 40 Servers</b></p>
<p>&#8226; Are available for a 2 hour study session during the week of <b>November 10, 2008</b></p>
<p>&#8226; Can make it to Microsoft&#8217;s main campus in <b>Redmond, Washington</b></p>
<p>If you are interested or know someone who might be interested in participating, please email us at <a href="mailto:itusable@microsoft.com">itusable@microsoft.com</a> with <u>ADUC</u> in the subject line. For information on other studies and to learn more about Microsoft&#8217;s User Research program, email us.</p>
<p>&#160;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:53d95e46-d577-4d22-b0ad-5d759b648448" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]microsoft[/tags]</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border-right: medium none; border-top: medium none; float: right; border-left: medium none; border-bottom: medium none" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_a.png?x-id=ea877660-008c-4eee-9e1c-37fddf931dc5" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/' rel='bookmark' title='Active Directory Users and Computers Saved Queries'>Active Directory Users and Computers Saved Queries</a></li>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/03/09/active_directory_amp_exchange_schema_versions/' rel='bookmark' title='Active Directory &amp; Exchange Schema Versions'>Active Directory &amp;amp; Exchange Schema Versions</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/10/16/user_research_study_wanted_it_administrators_with_active_directory_users_and_computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple monitors &#8211; Getting applications back after secondary display fails</title>
		<link>http://www.savagenomads.net/2008/09/27/multiple_monitors_-_getting_applications_back_after_secondary_display_fails/</link>
		<comments>http://www.savagenomads.net/2008/09/27/multiple_monitors_-_getting_applications_back_after_secondary_display_fails/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:23:12 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/09/27/multiple_monitors_-_getting_applications_back_after_secondary_display_fails/</guid>
		<description><![CDATA[Image via Wikipedia I run two PCs on dual monitor &#8211; by which I mean each PC is connected to the same two monitors.&#160; So much of the time, although...<a class="read-more" href="http://www.savagenomads.net/2008/09/27/multiple_monitors_-_getting_applications_back_after_secondary_display_fails/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2003/10/19/how_to_speed_up_the_display_of_icons_in_my_computer/' rel='bookmark' title='How to Speed up the Display of Icons in My Computer'>How to Speed up the Display of Icons in My Computer</a></li>
<li><a href='http://www.savagenomads.net/2008/06/06/customization_fails_after_vc_25_upgrade/' rel='bookmark' title='Customization fails after VC 2.5 Upgrade'>Customization fails after VC 2.5 Upgrade</a></li>
<li><a href='http://www.savagenomads.net/2004/07/11/ms_performance_monitor_wizard/' rel='bookmark' title='MS Performance Monitor Wizard'>MS Performance Monitor Wizard</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-click" style="display: block; float: left; margin: 1em"><a href="http://commons.wikipedia.org/wiki/Image:LG_L194WT-SF_LCD_monitor.jpg"><img style="border-right: medium none; border-top: medium none; display: block; border-left: medium none; border-bottom: medium none" alt="LG L194WT-SF LCD monitor" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/LG_L194WT-SF_LCD_monitor.jpg/202px-LG_L194WT-SF_LCD_monitor.jpg" /></a>
<p class="zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:LG_L194WT-SF_LCD_monitor.jpg">Wikipedia</a></p>
</p></div>
<p>I run two PCs on <a class="zem_slink" title="Multi-monitor" href="http://en.wikipedia.org/wiki/Multi-monitor" rel="wikipedia">dual monitor</a> &#8211; by which I mean each PC is connected to the same two monitors.&#160; So much of the time, although they are dual monitor configurations I live only on a single monitor.</p>
<p>This means that every now and then, when you run an app it appears on the taskbar but not on screen, because it&#8217;s on the other monitor currently viewing the other PC.</p>
<p>Here&#8217;s my quick trick to get items on screen without switching monitor inputs;</p>
<ol>
<li>Right click on program name on taskbar. </li>
<li>Click on Restore if available. </li>
</ol>
<p> <span id="more-1130"></span>
<ol>
<li>If you had to click on Restore, right click again on program name on taskbar. </li>
<li>Click on Move, the mouse pointer should change to a set of four arrows. </li>
<li>Press ANY cursor key, and the app should appear on the screen with the cursor, you can now use the mouse to position the application window. </li>
</ol>
<p>Basically all you are doing is ensuring the application is not maximised (Restore) to allow you to move the application window.</p>
<p><a title="Thumbnail via WebSnapr: http://geekswithblogs.net/twickers/Default.aspx" href="http://geekswithblogs.net/twickers/Default.aspx" target=""><img height="75" alt="Thumbnail via WebSnapr: http://geekswithblogs.net/twickers/Default.aspx" src="http://images.websnapr.com/?url=http://geekswithblogs.net/twickers/Default.aspx" width="100" border="1" /></a></p>
<p>Thanks to <a title="http://geekswithblogs.net/twickers" href="http://geekswithblogs.net/twickers">http://geekswithblogs.net/twickers</a> for the tip</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:473c994b-a12b-4669-beef-8eb8f9d8afe9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]tips, hints[/tags]</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border-right: medium none; border-top: medium none; float: right; border-left: medium none; border-bottom: medium none" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_a.png?x-id=5d375649-cd4d-4d3f-b07b-cef3b1aba53d" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2003/10/19/how_to_speed_up_the_display_of_icons_in_my_computer/' rel='bookmark' title='How to Speed up the Display of Icons in My Computer'>How to Speed up the Display of Icons in My Computer</a></li>
<li><a href='http://www.savagenomads.net/2008/06/06/customization_fails_after_vc_25_upgrade/' rel='bookmark' title='Customization fails after VC 2.5 Upgrade'>Customization fails after VC 2.5 Upgrade</a></li>
<li><a href='http://www.savagenomads.net/2004/07/11/ms_performance_monitor_wizard/' rel='bookmark' title='MS Performance Monitor Wizard'>MS Performance Monitor Wizard</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/09/27/multiple_monitors_-_getting_applications_back_after_secondary_display_fails/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Free DVD Authoring Software</title>
		<link>http://www.savagenomads.net/2008/09/13/free_dvd_authoring_software/</link>
		<comments>http://www.savagenomads.net/2008/09/13/free_dvd_authoring_software/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 15:43:26 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/09/13/free_dvd_authoring_software/</guid>
		<description><![CDATA[Image via Wikipedia I&#8217;ve used ImgBurn and CDBurnerXP for my burning needs, but I never wanted to pay for authoring DVD. I&#8217;ll have to give DVDStyler a try &#160; &#34;What...<a class="read-more" href="http://www.savagenomads.net/2008/09/13/free_dvd_authoring_software/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2004/03/10/dvd_ripping_and_converting_software/' rel='bookmark' title='DVD Ripping and converting software'>DVD Ripping and converting software</a></li>
<li><a href='http://www.savagenomads.net/2007/03/18/looking_for_my_first_dvd_burner/' rel='bookmark' title='Looking for my first DVD burner'>Looking for my first DVD burner</a></li>
<li><a href='http://www.savagenomads.net/2008/01/10/convert_pdf_to_word_with_free_pdf_to_word_doc_converter/' rel='bookmark' title='Convert PDF to Word with &ldquo;Free PDF to Word Doc Converter&rdquo;'>Convert PDF to Word with &ldquo;Free PDF to Word Doc Converter&rdquo;</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" ?="?"><a href="http://en.wikipedia.org/wiki/Image:ImgBurn_logo.png"><img alt="ImgBurn" src="http://upload.wikimedia.org/wikipedia/en/thumb/f/fc/ImgBurn_logo.png/202px-ImgBurn_logo.png" align="left" ?="?" /></a>
<p class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:ImgBurn_logo.png">Wikipedia</a></p>
</p></div>
<p>I&#8217;ve used <a href="http://www.imgburn.com/">ImgBurn</a> and <a href="http://cdburnerxp.se/">CDBurnerXP</a> for my burning needs, but I never wanted to pay for authoring DVD. I&#8217;ll have to give <a href="http://www.dvdstyler.de/">DVDStyler</a> a try</p>
<p>&#160;</p>
<blockquote><p><i>&quot;What do you recommend for the best free DVD creator? One that lets you add a background to the menu and scene selections, etc.?&quot;<i></i></i></p>
<p>I&#8217;m still searching for what I would call the &quot;best&quot; free DVD authoring software. <a href="http://www.jakeludington.com/ask_jake/20070821_free_dvd_burning_software.html">Free DVD burning software</a> is easy to find, but DVD authoring makes things more complicated. If you have Windows Vista Premium or Vista Ultimate, the bundled Windows DVD Maker is a solid choice. When I create DVDs, I frequently use <a href="http://www.dpbolvw.net/bs122qgpmgo3589B88C35487A5C6">Roxio MyDVD</a>, which isn&#8217;t free, but is reliable and offers plenty of customization. If pressed to choose a good free product, <a href="http://www.topdrawerdownloads.com/download/105099">DVDStyler</a> would likely be the one and only choice on my list, although I typically still recommend you buy something.<img height="1" src="http://feeds.feedburner.com/~r/mediablab/~4/389178017" width="1" /> </p>
</blockquote>
<p><a href="http://feeds.feedburner.com/~r/mediablab/~3/389178017/20080910_free_dvd_authoring_software.html">Free DVD Authoring Software</a>     <br />Thu, 11 Sep 2008 01:10:48 GMT </p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c858515d-ea16-45d3-bf90-415ff16afc7d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]dvd[/tags]</div>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://lifehacker.com/5042196/burnaware-free-burns-cds-dvds-and-blu+ray">BurnAware Free Burns CDs, DVDs, and Blu-ray [Featured Windows Download]</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_a.png?x-id=2ed1d9c8-54f5-4d15-89ea-7432ce2fc946" />&gt;</a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2004/03/10/dvd_ripping_and_converting_software/' rel='bookmark' title='DVD Ripping and converting software'>DVD Ripping and converting software</a></li>
<li><a href='http://www.savagenomads.net/2007/03/18/looking_for_my_first_dvd_burner/' rel='bookmark' title='Looking for my first DVD burner'>Looking for my first DVD burner</a></li>
<li><a href='http://www.savagenomads.net/2008/01/10/convert_pdf_to_word_with_free_pdf_to_word_doc_converter/' rel='bookmark' title='Convert PDF to Word with &ldquo;Free PDF to Word Doc Converter&rdquo;'>Convert PDF to Word with &ldquo;Free PDF to Word Doc Converter&rdquo;</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/09/13/free_dvd_authoring_software/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Active Directory Users and Computers Saved Queries</title>
		<link>http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/</link>
		<comments>http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 21:16:36 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[activedirectory]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/</guid>
		<description><![CDATA[Wow, check out these great ADUC saved queries from&#160;&#160; Ron Crumbaker at myITforum.com Does anyone use the Saved Queries with in the ADUC? I do, and I love them. Here...<a class="read-more" href="http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/03/09/active_directory_amp_exchange_schema_versions/' rel='bookmark' title='Active Directory &amp; Exchange Schema Versions'>Active Directory &amp;amp; Exchange Schema Versions</a></li>
<li><a href='http://www.savagenomads.net/2008/06/09/active_directory_health_checks/' rel='bookmark' title='Active Directory Health Checks'>Active Directory Health Checks</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Wow, check out these great ADUC saved queries from&#160;&#160; Ron Crumbaker at myITforum.com</p>
<blockquote><p>Does anyone use the Saved Queries with in the ADUC?</p>
<p>I do, and I love them.</p>
<p>Here are some that might help you out.</p>
<p>Just Right Click on Saved Queries and Choose New and then Query.</p>
<p>Name the Query accordingly and then click on Define Query&#8230;</p>
<p>Then Find the Custom Search and click on the Advanced tab.</p>
<p>Paste each of these in the &lt;add criteria from above to this list&gt; area and then click OK.</p>
<p><strong>Locked Out Users</strong></p>
<p>(&amp;(&amp;(&amp;(&amp;(objectCategory=person)(objectClass=user)(lockoutTime:1.2.840.113556.1.4.804:=4294967295)))))</p>
<p><strong>Dial In Access</strong></p>
<p>(&amp;(&amp;(&amp;(&amp;(objectCategory=person)(objectClass=user)(msNPAllowDialin=TRUE))))) </p>
<p><strong>Disabled User Accounts</strong></p>
<p>(&amp;(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))</p>
<p><strong>No Expiring Accounts</strong></p>
<p>(&amp;(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=65536))</p>
<p><strong>Active Accounts</strong></p>
<p>(&amp;(&amp;(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2)))</p>
</blockquote>
<p><span id="more-1049"></span></p>
<blockquote><p><strong>Hidden Mailboxes</strong></p>
<p>(&amp;(objectCategory=person)(objectClass=user)(msExchHideFromAddressLists=TRUE))</p>
<p><strong>Windows 2000 SP4</strong></p>
<p>(&amp;(&amp;(&amp;(objectCategory=Computer)(operatingSystem=Windows 2000 Professional)(operatingSystemServicePack=Service Pack 4))))</p>
<p><strong>Windows XP SP3</strong></p>
<p>(&amp;(&amp;(&amp;(&amp;(&amp;(&amp;(&amp;(objectCategory=Computer)(operatingSystem=Windows XP Professional)(operatingSystemServicePack=Service Pack 3))))))))</p>
<p><strong>Vista SP1 Machines</strong></p>
<p>(&amp;(&amp;(&amp;(&amp;(sAMAccountType=805306369)(objectCategory=computer)(operatingSystem=Windows Vista*)(operatingSystemServicePack=Service Pack 1)))))</p>
<p><strong>All Workstations</strong></p>
<p>(sAMAccountType=805306369)</p>
<p><strong>2003 Servers Non-DCs</strong></p>
<p>(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server 2003*)))</p>
<p><strong>2003 Servers &#8211; DCs</strong></p>
<p>(&amp;(&amp;(primaryGroupID=516)(objectCategory=computer)(operatingSystem=Windows Server 2003*)))</p>
<p><strong>Server 2008</strong></p>
<p>(&amp;(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server 2008*))))</p>
<p>Depending on how you have your AD Structure, you might need to edit each query and point it to the OU you desire&#8230;but hopefully this will get you started.</p>
<p>As I find a need to create more queries, I will post them to my blog.&#160; Enjoy!</p>
<p><img height="1" src="http://myitforum.com/cs2/aggbug.aspx?PostID=121015" width="1" /> </p>
</blockquote>
<p><a href="http://myitforum.com/cs2/blogs/rcrumbaker/archive/2008/08/07/active-directory-users-and-computers-saved-queries.aspx">Active Directory Users and Computers Saved Queries</a>     <br />rcrumbaker     <br />Thu, 07 Aug 2008 19:39:07 GMT </p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c0447fe3-af12-4c99-a4ad-fbd40dd08924" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]activedirectory[/tags]</div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
<li><a href='http://www.savagenomads.net/2008/03/09/active_directory_amp_exchange_schema_versions/' rel='bookmark' title='Active Directory &amp; Exchange Schema Versions'>Active Directory &amp;amp; Exchange Schema Versions</a></li>
<li><a href='http://www.savagenomads.net/2008/06/09/active_directory_health_checks/' rel='bookmark' title='Active Directory Health Checks'>Active Directory Health Checks</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/08/08/active_directory_users_and_computers_saved_queries/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VM boot screen timeout</title>
		<link>http://www.savagenomads.net/2008/07/24/vm_boot_screen_timeout/</link>
		<comments>http://www.savagenomads.net/2008/07/24/vm_boot_screen_timeout/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:34:46 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/2008/07/24/vm_boot_screen_timeout/</guid>
		<description><![CDATA[I was pulling my hair out today, wondering why the bios screen was going by SO much faster since I upgraded to 3.5, even when I connected directly to the...<a class="read-more" href="http://www.savagenomads.net/2008/07/24/vm_boot_screen_timeout/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2005/03/10/add_a_safe_mode_option_to_your_xp_boot_menu/' rel='bookmark' title='Add a safe mode option to your XP boot menu'>Add a safe mode option to your XP boot menu</a></li>
<li><a href='http://www.savagenomads.net/2008/06/17/virtual_center_25_its_time/' rel='bookmark' title='Virtual Center 2.5 Its Time'>Virtual Center 2.5 Its Time</a></li>
<li><a href='http://www.savagenomads.net/2008/07/07/why_vmware_is_better_than_xen_or_microsoft/' rel='bookmark' title='Why VMware is better than Xen or Microsoft'>Why VMware is better than Xen or Microsoft</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was pulling my hair out today, wondering why the bios screen was going by SO much faster since I upgraded to 3.5, even when I connected directly to the ESX box. Turns out that by default the bios screen is set for 0 milliseconds on a new machine. But you can chance this this is via the VM options in the VI client GUI. Remember the time is in milliseconds, plus there is a checkbox to force it to the bios setup on next boot!</p>
<p>Thanks for the heads up <a href="http://www.vinternals.com/2008/02/vm-boot-screen-timeout.html">vinternals: VM boot screen timeout</a> </p>
</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8c728d10-e12f-44f8-b7e1-809d89c4c6ca" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]vmware, vi, esx[/tags]</div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2005/03/10/add_a_safe_mode_option_to_your_xp_boot_menu/' rel='bookmark' title='Add a safe mode option to your XP boot menu'>Add a safe mode option to your XP boot menu</a></li>
<li><a href='http://www.savagenomads.net/2008/06/17/virtual_center_25_its_time/' rel='bookmark' title='Virtual Center 2.5 Its Time'>Virtual Center 2.5 Its Time</a></li>
<li><a href='http://www.savagenomads.net/2008/07/07/why_vmware_is_better_than_xen_or_microsoft/' rel='bookmark' title='Why VMware is better than Xen or Microsoft'>Why VMware is better than Xen or Microsoft</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/07/24/vm_boot_screen_timeout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VI 2.5 Client Plugin &#8211; SVMotion</title>
		<link>http://www.savagenomads.net/2008/07/19/vi_25_client_plugin_-_svmotion/</link>
		<comments>http://www.savagenomads.net/2008/07/19/vi_25_client_plugin_-_svmotion/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 15:12:03 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/?p=1020</guid>
		<description><![CDATA[I just got all six of my ESX servers up to 3.5 and VCenter updated to 2.5. Now I&#8217;m looking for good plugin&#8217;s and this one seems to fit the...<a class="read-more" href="http://www.savagenomads.net/2008/07/19/vi_25_client_plugin_-_svmotion/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/04/05/potential_problem_with_esx_30x_and_virtualcenter_25/' rel='bookmark' title='Potential Problem with ESX 3.0.x and VirtualCenter 2.5'>Potential Problem with ESX 3.0.x and VirtualCenter 2.5</a></li>
<li><a href='http://www.savagenomads.net/2007/03/21/travelling_without_moving_customising_the_presentation_server_client_installation_part_1/' rel='bookmark' title='travelling without moving : Customising the Presentation Server Client Installation Part 1'>travelling without moving : Customising the Presentation Server Client Installation Part 1</a></li>
<li><a href='http://www.savagenomads.net/2007/10/18/deploying_a_pre-configured_citrix_client_using_active_directory/' rel='bookmark' title='Deploying a Pre-Configured Citrix Client using Active Directory'>Deploying a Pre-Configured Citrix Client using Active Directory</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just got all six of my ESX servers up to 3.5 and VCenter updated to 2.5. Now I&#8217;m looking for good plugin&#8217;s and this one seems to fit the bill.</p>
<blockquote><p>SVMotion is a VI 2.5 client plugin (the FIRST released, third-party plugin in fact) that extends the client&#8217;s functionality by providing an integrated, graphical tool that can be used to invoke storage VMotion (SVMotion) operations. This plugin is not supported by VMware. In fact, the plugin is not anywhere close to supported by VMware because it is the result of a two-week dive into the inner-workings of the VI client libraries with popular reflection tools (reverse-engineering). l o s t c r e a t i o n s is working on a white paper that describes how to build VI plugins.</p>
<p><a href="http://www.ntpro.nl/blog/archives/371-Introducing-the-VI-2.5-Client-Plugin-SVMotion.html">Introducing the VI 2.5 Client Plugin &#8211; SVMotion</a><br />
esloof@ntpro.nl (Eric Sloof)<br />
Wed, 13 Feb 2008 19:06:56 GMT</p></blockquote>
<p>Here&#8217;s links for more <a href="http://akutz.wordpress.com/2008/06/15/vi-plug-in-svmotion-10-released/">information</a> and the <a href="http://vip-svmotion.wiki.sourceforge.net/">download</a> site.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:aee49dea-35c7-491a-8ca8-2bea24ac7cad" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]vcenter, vmware[/tags]</div>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.computerworld.com/action/whitepapers.do?command=viewWhitePaperDetail&amp;contentId=9074284&amp;source=rss_topic52">How to Implement Chargeback in a Virtualized Datacenter Using the Resource Consumption Model</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/17432d29-ce3b-4a8f-8903-3db7cc279196/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=17432d29-ce3b-4a8f-8903-3db7cc279196" alt="Zemanta Pixie" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2008/04/05/potential_problem_with_esx_30x_and_virtualcenter_25/' rel='bookmark' title='Potential Problem with ESX 3.0.x and VirtualCenter 2.5'>Potential Problem with ESX 3.0.x and VirtualCenter 2.5</a></li>
<li><a href='http://www.savagenomads.net/2007/03/21/travelling_without_moving_customising_the_presentation_server_client_installation_part_1/' rel='bookmark' title='travelling without moving : Customising the Presentation Server Client Installation Part 1'>travelling without moving : Customising the Presentation Server Client Installation Part 1</a></li>
<li><a href='http://www.savagenomads.net/2007/10/18/deploying_a_pre-configured_citrix_client_using_active_directory/' rel='bookmark' title='Deploying a Pre-Configured Citrix Client using Active Directory'>Deploying a Pre-Configured Citrix Client using Active Directory</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/07/19/vi_25_client_plugin_-_svmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Drive Imaging</title>
		<link>http://www.savagenomads.net/2008/07/13/open_source_drive_imaging/</link>
		<comments>http://www.savagenomads.net/2008/07/13/open_source_drive_imaging/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 01:07:13 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[altiris]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ghost]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/?p=1015</guid>
		<description><![CDATA[Wow, I just took a quick look at the list of features and I&#8217;m stunned. depending on how difficult it is to set this up. I maybe getting this going...<a class="read-more" href="http://www.savagenomads.net/2008/07/13/open_source_drive_imaging/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2007/05/30/steve_holdens_weblog_gtd_tool_-_jello_dashboard_-_goes_open_source/' rel='bookmark' title='Steve Holden&#8217;s Weblog: GTD Tool &#8211; Jello Dashboard &#8211; Goes Open Source!'>Steve Holden&#8217;s Weblog: GTD Tool &#8211; Jello Dashboard &#8211; Goes Open Source!</a></li>
<li><a href='http://www.savagenomads.net/2008/05/30/two_ways_to_set_the_time_to_the_pdc_emulator/' rel='bookmark' title='Two ways to set the time to the PDC emulator'>Two ways to set the time to the PDC emulator</a></li>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Wow, I just took a quick look at the list of features and I&#8217;m stunned. depending on how difficult it is to set this up. I maybe getting this going at work this week. We use altiris for desktop management. But we don&#8217;t use it for the servers, this could be a great way to image our servers.</p>
<blockquote><p>I was just searching for a way to clone my laptop just in case disaster strikes. I found a cool tool called <a href="http://www.clonezilla.org/">Clonezilla</a>. It’s free, open source and very easy to use. You can burn a “live cd” or even copy the tool to a USB memory stick and just boot from it.</p>
<p>It supports a whole bunch of file systems: ext2, ext3, reiserfs, xfs, jfs of GNU/Linux, and FAT, NTFS of MS Windows! Check it out.</p>
<p><a href="http://feeds.feedburner.com/~r/YellowBricks/~3/333711202/">Cool tool</a><br />
Duncan Epping<br />
Sat, 12 Jul 2008 18:53:11 GMT</p></blockquote>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:141fc023-5d82-434e-95a1-49503bcdc8a6" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/ghost">ghost</a>,<a rel="tag" href="http://technorati.com/tags/imaging">imaging</a>,<a rel="tag" href="http://technorati.com/tags/open%20source">open source</a>,<a rel="tag" href="http://technorati.com/tags/freeware">freeware</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:56e42494-1438-4675-9670-49d691547a20" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]ghost, imaging, freeware[/tags]</div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2007/05/30/steve_holdens_weblog_gtd_tool_-_jello_dashboard_-_goes_open_source/' rel='bookmark' title='Steve Holden&#8217;s Weblog: GTD Tool &#8211; Jello Dashboard &#8211; Goes Open Source!'>Steve Holden&#8217;s Weblog: GTD Tool &#8211; Jello Dashboard &#8211; Goes Open Source!</a></li>
<li><a href='http://www.savagenomads.net/2008/05/30/two_ways_to_set_the_time_to_the_pdc_emulator/' rel='bookmark' title='Two ways to set the time to the PDC emulator'>Two ways to set the time to the PDC emulator</a></li>
<li><a href='http://www.savagenomads.net/2008/03/04/transitioning_your_active_directory_to_windows_server_2008/' rel='bookmark' title='Transitioning your Active Directory to Windows Server 2008'>Transitioning your Active Directory to Windows Server 2008</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/07/13/open_source_drive_imaging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delegating Monitoring-Stopping-Starting services on Servers</title>
		<link>http://www.savagenomads.net/2008/07/09/delegating_monitoringstoppingstarting_services_on_servers/</link>
		<comments>http://www.savagenomads.net/2008/07/09/delegating_monitoringstoppingstarting_services_on_servers/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:21:49 +0000</pubDate>
		<dc:creator>jayb</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Post from around the Net]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[activedirectory]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[nac]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.savagenomads.net/?p=1008</guid>
		<description><![CDATA[Thank you so much Jorge and the activedir.org mailing list. I&#8217;ve been trying to figure out how to get a junior admin access to restart the print spooler on a...<a class="read-more" href="http://www.savagenomads.net/2008/07/09/delegating_monitoringstoppingstarting_services_on_servers/">read more +</a>
Related posts:<ol>
<li><a href='http://www.savagenomads.net/2007/06/07/vmtspatchmanager_free_windows_update_for_esx_servers/' rel='bookmark' title='VMTSPatchManager: Free &quot;Windows Update&quot; For ESX Servers'>VMTSPatchManager: Free &quot;Windows Update&quot; For ESX Servers</a></li>
<li><a href='http://www.savagenomads.net/2007/05/06/do_you_store_pst_files_on_file_servers/' rel='bookmark' title='Do you store PST files on file servers?'>Do you store PST files on file servers?</a></li>
<li><a href='http://www.savagenomads.net/2008/01/02/which_kb_articles_resolve_the_most_directory_services_issues/' rel='bookmark' title='Which KB articles resolve the most Directory Services issues?'>Which KB articles resolve the most Directory Services issues?</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much Jorge and the <a href="http://www.activedir.org"><strong>activedir.org</strong></a> mailing list. I&#8217;ve been trying to figure out how to get a junior admin access to restart the print spooler on a <a class="zem_slink" title="Windows Server 2003" rel="homepage" href="http://www.microsoft.com/windowsserver2003/">windows 2003</a> SP1 box for over a month.</p>
<blockquote><p>Delegating permissions to manage services on servers is not the easiest thing to do. You can do it from the command line or through a GPO in the &#8220;System Services&#8221; node. Either way you MUST take the current configured permissions into account, otherwise you might/will experience issues!</p>
<p>I do not like to use a GPO to do this and prefer to use command line tools in scripts. I&#8217;m not going to post a script, but I&#8217;m going to provide the information for the delegation of the permissions required and how to achieve that. For the scripting part, what you need to do is retrieve the current SDDL, add what you want to add and write the complete new SDDL back.</p></blockquote>
<p><a href="http://blogs.dirteam.com/blogs/jorge/archive/2008/02/26/delegating-monitoring-stopping-starting-services-on-servers.aspx">Jorge &#8216;s Quest For Knowledge! : Delegating Monitoring/Stopping/Starting services on Servers</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:25c35339-b9b8-4eb3-8a04-b88564aa1f8c" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">[tags]activedirectory, security, microsoft[/tags]</div>
<p><span id="more-1008"></span></p>
<p><em>Monitoring of Services on Servers (W2K3/W2K8) </em></p>
<ul>
<li>ACE on SCM object for &#8220;&lt;AD group&gt;&#8221; &#8211;&gt; **ADD** SDDL part &#8220;(A;;CCLCRPRC;;;&lt;AD group&gt;)&#8221; to existing SDDL</li>
<li>ACE on service object for &#8220;&lt;AD group&gt;&#8221; &#8211;&gt; **ADD** SDDL part &#8220;(A;;GR;;;&lt;AD group&gt;)&#8221; to existing SDDL</li>
</ul>
<p><em>REMARK</em>: This can be done with: SC SDSHOW &lt;Service | SCMANAGER&gt; &amp; SC SDSET &lt;Service | SCMANAGER&gt; &lt;SDDL&gt;<br />
<em>REMARK</em>: also see <a href="http://support.microsoft.com/?kbid=914392">http://support.microsoft.com/?kbid=914392</a></p>
<p><em>Monitoring of Services on Servers (W2K) </em></p>
<ul>
<li>All users, local and remote, are allowed to monitor all services on W2K</li>
</ul>
<p><em>Stopping/starting of Services on Servers (W2K3) </em></p>
<ul>
<li>ACE on service object for &#8220;&lt;AD group&gt;&#8221; &#8211;&gt; **ADD** SDDL part &#8220;(A;;RPWP;;;&lt;AD group&gt;)&#8221; to existing SDDL</li>
</ul>
<p><em>REMARK</em>: This can be done with: SC SDSHOW &lt;Service | SCMANAGER&gt; &amp; SC SDSET &lt;Service | SCMANAGER&gt; &lt;SDDL&gt;<br />
<em>REMARK</em>: also see <a href="http://support.microsoft.com/?kbid=914392">http://support.microsoft.com/?kbid=914392</a></p>
<p><em>Stopping/starting of Services on Servers (W2K) </em></p>
<ul>
<li>ACE on SCM object for &#8220;&lt;AD group&gt;&#8221; &#8211;&gt; SUBINACL /service &#8220;\\&lt;SERVER&gt;\&lt;SERVICE&gt;&#8221; /grant=&#8221;&lt;DOMAIN&gt;\&lt;AD GROUP&gt;&#8221;=TO</li>
</ul>
<p><em>REMARK</em>: T = right to start a service &amp; O = right to stop a service<br />
<em>REMARK</em>: Always use the latest version of SUBINACL!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/679b4eae-f80b-47aa-9624-78d4c28cd977/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=679b4eae-f80b-47aa-9624-78d4c28cd977" alt="Zemanta Pixie" /></a></div><p>Related posts:<ol>
<li><a href='http://www.savagenomads.net/2007/06/07/vmtspatchmanager_free_windows_update_for_esx_servers/' rel='bookmark' title='VMTSPatchManager: Free &quot;Windows Update&quot; For ESX Servers'>VMTSPatchManager: Free &quot;Windows Update&quot; For ESX Servers</a></li>
<li><a href='http://www.savagenomads.net/2007/05/06/do_you_store_pst_files_on_file_servers/' rel='bookmark' title='Do you store PST files on file servers?'>Do you store PST files on file servers?</a></li>
<li><a href='http://www.savagenomads.net/2008/01/02/which_kb_articles_resolve_the_most_directory_services_issues/' rel='bookmark' title='Which KB articles resolve the most Directory Services issues?'>Which KB articles resolve the most Directory Services issues?</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.savagenomads.net/2008/07/09/delegating_monitoringstoppingstarting_services_on_servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

