<?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>My-Technet</title>
	<atom:link href="http://my-technet.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-technet.com</link>
	<description>Where I Save What I Will Forget</description>
	<lastBuildDate>Mon, 08 Mar 2010 22:37:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find Your Exchange 2010 Version</title>
		<link>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/find-your-exchange-2010-version/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/find-your-exchange-2010-version/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:37:54 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/exchange/exchange-2010/find-your-exchange-2010-version/</guid>
		<description><![CDATA[From the Exchange Blog
&#160;
So I just installed RU1 on my brand new Exchange 2010 server and then I issue a Get-Exchangeserver -Identity MyExchangeServer and get the following output for AdminsDisplayVersion and ExchangeVersion:

Ok that looks a little familiar for some reason. I go to my Exchange 2010 RTM server and issue the same CMDlet and get:

&#8230;The [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/find-your-exchange-2010-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Script to E-Mail User Mailbox Storage Limit Status</title>
		<link>http://my-technet.com/index.php/microsoft/exchange/exch2007/powershell-script-to-e-mail-user-mailbox-storage-limit-status/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/exchange/exch2007/powershell-script-to-e-mail-user-mailbox-storage-limit-status/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:20:47 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/exchange/exch2007/powershell-script-to-e-mail-user-mailbox-storage-limit-status/</guid>
		<description><![CDATA[A storage status of “NoChecking” means they do not have a mailbox limit.
To schedule the script. Through Windows Scheduler “PowerShell.exe -PSConsoleFile &#34;C:\Program Files\Microsoft\Exchange Server\Bin\ExShell.psc1&#34; -Command “C:\Script.ps1&#34;
Save as a .ps1 file 
________________________________________________
$FromAddress=MailboxReport@domain.com
$ToAddress=ExampleUser@domain.com
$MessageSubject=&#34;Mailbox Report&#34;
$MessageBody=&#34;User Mailbox Storage Limit Status&#34;
$SendingServer=&#34;emailserver.domain.com&#34;
$file=&#34;C:\Mailboxes.txt&#34;
Get-MailboxStatistics &#124; Sort-Object StorageLimitStatus &#124; ft DisplayName, StorageLimitStatus, ItemCount &#62; $file
$SMTPMessage = New-Object System.Net.Mail.MailMessage $FromAddress, $ToAddress, $MessageSubject, $MessageBody 
$Attachment = [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/exchange/exch2007/powershell-script-to-e-mail-user-mailbox-storage-limit-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Requires Client Encryption &#8211; Outlook 2003 Encryption Disabled by Default</title>
		<link>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/exchange-2010-requires-client-encryption-outlook-2003-encryption-disabled-by-default/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/exchange-2010-requires-client-encryption-outlook-2003-encryption-disabled-by-default/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:19:28 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/exchange/exchange-2010/exchange-2010-requires-client-encryption-outlook-2003-encryption-disabled-by-default/</guid>
		<description><![CDATA[Solution: 
&#160;
1. Enable Encryption in the Outlook 2003 Profile.
 
2. Create a GPO to enable Encryption for Outlook 2003 clients.
http://support.microsoft.com/kb/2006508
&#160;
3. Disable the Encryption requirement on the Exchange 2010 server.
From PowerShell on the Exchange server: Set-RpcClientAccess -Server:ExchangeServerName -EncryptionRequired:$False
]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/exchange-2010-requires-client-encryption-outlook-2003-encryption-disabled-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2003 Responds Slowly When Using Exchange 2010</title>
		<link>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/outlook-2003-responds-slowly-when-using-exchange-2010/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/outlook-2003-responds-slowly-when-using-exchange-2010/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:04:01 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/exchange/exchange-2010/outlook-2003-responds-slowly-when-using-exchange-2010/</guid>
		<description><![CDATA[MS KB for this issue &#8211; http://support.microsoft.com/kb/2009942
]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/exchange/exchange-2010/outlook-2003-responds-slowly-when-using-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New vSphere Project</title>
		<link>http://my-technet.com/index.php/vmware/new-vsphere-project/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/vmware/new-vsphere-project/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:18:49 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=800</guid>
		<description><![CDATA[The Hardware:
3 – Dell R710 Servers with 2-Quad Core Xeon CPUs, 32GB RAM, 3-SAS HDs, and 8 NIC ports.
2 – Cisco 2960G Switches.
1 – Dell Equallogic PS6000x 7.2TB with 16 SAS Drives and Dual Controllers.

The Software:
VMware vSphere vCenter Standard
VMware vSphere ESX Enterprise Plus

Initial Server Configuration:
Enable Intel Virtual Technology in Dell BIOS.
Configure Power Management for High [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/vmware/new-vsphere-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere &#8216;Health status changed&#8217; alarm activates every few hours and sends an email notification</title>
		<link>http://my-technet.com/index.php/vmware/vsphere-health-status-changed-alarm-activates-every-few-hours-and-sends-an-email-notification/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/vmware/vsphere-health-status-changed-alarm-activates-every-few-hours-and-sends-an-email-notification/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:43:01 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/vmware/vsphere-health-status-changed-alarm-activates-every-few-hours-and-sends-an-email-notification/</guid>
		<description><![CDATA[This alarm monitors the vCenter Services, but per VMware there is a known issue that will cause the alarm status to go from Green to Yellow. This is caused by vCenter Storage Management syncs. The current fix is to remove the email address from the Actions tab.
&#160;
http://communities.vmware.com/message/1385495
&#160;

]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/vmware/vsphere-health-status-changed-alarm-activates-every-few-hours-and-sends-an-email-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using The ESX Host Update Utility</title>
		<link>http://my-technet.com/index.php/vmware/using-the-esx-host-update-utility/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/vmware/using-the-esx-host-update-utility/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:40:42 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/vmware/using-the-esx-host-update-utility/</guid>
		<description><![CDATA[Back Up the ESX Host Configuration     
Back up the files in the /etc/passwd, /etc/groups, /etc/shadow, and /etc/gshadow directories.     The /etc/shadow and /etc/gshadow files might not be present on all installations.     Back up .vmx files.     
Back Up the ESXi Host [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/vmware/using-the-esx-host-update-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure a GPO WMI Filter for Office 2000, XP, or 2003</title>
		<link>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:50:20 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/</guid>
		<description><![CDATA[SELECT * FROM Win32_Product WHERE Caption LIKE “Microsoft Office%2003%” OR Caption LIKE “Microsoft Office%2000%” OR Caption LIKE “Microsoft Office%XP%” 
]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create a Custom Power Plan for Windows 7 via GPO</title>
		<link>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:45:56 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/</guid>
		<description><![CDATA[How to Configure Power Settings for Windows 7 PCs via Group Policy
If server is Windows 2008 (R1) the following steps need to be taken:
1:&#160; Copy the “Policy Definitions” folder on a Windows 7 PC from the C:\Windows directory to \\Domain.local\SYSVOL\Policies Folder.
2:&#160; On a Windows 7 PC download and install RSAT (Remote Server Administration Tools) for [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Password on ESX Server</title>
		<link>http://my-technet.com/index.php/vmware/reset-password-on-esx-server/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/vmware/reset-password-on-esx-server/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:40:07 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/vmware/reset-password-on-esx-server/</guid>
		<description><![CDATA[Original Post – Here
&#160;
How To Change Lost Password on Your ESX Server
&#160;
You will need to have access to the serial console of the server which has your ESX installation, or access to keyboard and display attached directly to the same box.
To change the password, we&#8217;ll follow this procedure:
1) Reboot ESX server.
Unfortunately, if you don&#8217;t remember [...]]]></description>
		<wfw:commentRss>http://my-technet.com/index.php/vmware/reset-password-on-esx-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
