<?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>Kreslavsky IT blog &#187; Microsoft</title>
	<atom:link href="http://www.kreslavsky.com/tag/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kreslavsky.com</link>
	<description>News, guides, and tips to antivirus programmes, scripts, and security</description>
	<lastBuildDate>Sun, 29 Jan 2012 04:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Outlook 2010 Automatically maps mailboxes</title>
		<link>http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html</link>
		<comments>http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html#comments</comments>
		<pubDate>Sun, 18 Sep 2011 07:22:45 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Access Page]]></category>
		<category><![CDATA[Automatic Mapping]]></category>
		<category><![CDATA[Mailboxes]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Multiple Users]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Personal Mailbox]]></category>
		<category><![CDATA[Power Shell]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html</guid>
		<description><![CDATA[Tweet A new client side feature which Microsoft has released in Exchange 2010 SP1 is the ability of Outlook 2010 to automatically map all mailboxes to which the logged in user has full access. There by, on each mailbox that you have been granted Full Access, you will see it on your own personal mailbox. In Order to disable automatic mapping: Go to this user mailbox, right click on it and choose manage full mailbox access, then just remove your user from the full mailbox access page You can use ADSIEDIT, and go this user properties, and under msExchDelegateListLink attribute, just remove the link to your user You can use the following script for future mailbox permissions – this will add full mailbox access with no AutoMapping. You can remove msExchDelegateListLink values from multiple users properties using ADModify.net In order to find all users that have Full Mailbox Access on other users’ mailbox, run the following powershell: Get-Mailbox -ResultSize Unlimited &#124; Get-MailboxPermission &#124; ? {($_.AccessRights -match &#34;FullAccess&#34;) -and -not ($_.User -like &#34;NT AUTHORITYSELF&#34;)} &#124; ft Identity, User]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2011%2F09%2Foutlook-2010-automatically-maps-mailboxes.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html"  data-text="Outlook 2010 Automatically maps mailboxes" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>A new client side feature which Microsoft has released in Exchange 2010 SP1 is the ability of Outlook 2010 to automatically map all mailboxes to which the logged in user has full access.   <br />There by, on each mailbox that you have been granted Full Access, you will see it on your own personal mailbox.</p>
<p><strong>In Order to disable automatic mapping</strong>:</p>
<ol>
<li>Go to this user mailbox, right click on it and choose manage full mailbox access, then just remove your user from the full mailbox access page</li>
<li>You can use ADSIEDIT, and go this user properties, and under msExchDelegateListLink attribute, just remove the link to your user</li>
<li>You can use the following <a href="http://www.stevieg.org/2011/02/disable-exchange-2010-sp1s-auto-shared-mailbox-mapping" target="_blank" rel="nofollow">script</a> for future mailbox permissions – this will add full mailbox access with no AutoMapping.</li>
<li>You can remove msExchDelegateListLink values from multiple users properties using ADModify.net</li>
</ol>
<p>In order to find all users that have <strong>Full Mailbox Access</strong> on other users’ mailbox, run the following powershell:</p>
<blockquote><p>Get-Mailbox -ResultSize Unlimited | Get-MailboxPermission | ? {($_.AccessRights -match &quot;FullAccess&quot;) -and -not ($_.User -like &quot;NT AUTHORITYSELF&quot;)} | ft Identity, User</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2011/09/outlook-2010-automatically-maps-mailboxes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shut Down Exchange 2010 DAG member</title>
		<link>http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html</link>
		<comments>http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html#comments</comments>
		<pubDate>Thu, 21 Apr 2011 11:12:22 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Cluster Group]]></category>
		<category><![CDATA[Company Mail]]></category>
		<category><![CDATA[Dag]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Emc]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[High Availability Solution]]></category>
		<category><![CDATA[Mail Services]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Maitainance]]></category>
		<category><![CDATA[Members]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft Server]]></category>
		<category><![CDATA[Node]]></category>
		<category><![CDATA[Pam]]></category>
		<category><![CDATA[PS Script]]></category>
		<category><![CDATA[Shutdown Exchange]]></category>
		<category><![CDATA[Type Cd]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Shutdown]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html</guid>
		<description><![CDATA[Tweet &#160; While performing maintenance to Exchange 2010 DAG server you should first remove the DAG member from DAG group.Other wise you may have unwanted DB failovers and many other unexpected issue that may affect company mail services availability Shutting Down DAG Members The Exchange 2010 high availability solution is integrated with the Windows shutdown process. If an administrator or application initiates a shutdown of a Windows server in a DAG that has a mounted database that&#8217;s replicated to one or more DAG members, the system attempts to activate another copy of the mounted database prior to allowing the shutdown process to complete. However, this new behavior doesn&#8217;t guarantee that all of the databases on the server being shut down will experience a lossless activation. As a result, it&#8217;s a best practice to perform a server switchover prior to shutting down a server that&#8217;s a member of a DAG. The correct way to perform any maintenance is to run first&#160; StartDagServerMaintenance.ps1 script that is located under “C:Program FilesMicrosoftExchange ServerV14scripts” This script moves all the active databases to next preferred DAG server and prevents active databases from moving to that server during the maintenance. In addition the script ensures that all critical DAG support functionality that may be on this server has been moved to next proffered server To run the script open EMC Type: cd $exscripts StartDagServerMaintenance.ps1 -server YourServername The script performs the following tasks on the background: Runs the Suspend-MailboxDatabaseCopy cmdlet for each database copy hosted on the DAG member. Pauses the node in the cluster, which prevents the node from being and becoming the PAM. Sets the value of the DatabaseCopyAutoActivationPolicy parameter on the DAG member to blocked Moves all active databases currently hosted on the DAG member to other DAG members. If the DAG member currently owns the default cluster group, the script moves the default cluster group (and therefore the PAM role) to another DAG member. If any of the preceding tasks fails, all operations, except for successful database moves, are undone. &#160; After the maintenance is complete and the DAG member is ready to return to serve clients you need to run the following script: cd $exscripts StopDagServerMaintenance.ps1 -server YourServername The script performs the following tasks on the background: Runs the Resume-MailboxDatabaseCopy cmdlet for each database copy hosted on the DAG member. Resumes the node in the cluster, which enables full cluster functionality for the DAG member. Sets the value of the DatabaseCopyAutoActivationPolicy parameter on the DAG member to Unrestricted &#160; I highly recommend using&#160; Start/StopDagServerMaintenanceInstalling maintainance scripts before any action that requiers server Reboot/ShutDown or Update Rollups instalation. &#160; Most of the material has been taken from Managing Database Availability Groups MS article]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2011%2F04%2Fshut-down-exchange-2010-dag-member.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html"  data-text="Shut Down Exchange 2010 DAG member" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>While performing maintenance to Exchange 2010 DAG server you should first remove the DAG member from DAG group.Other wise you may have unwanted DB failovers and many other unexpected issue that may affect company mail services availability</p>
<p><strong>Shutting Down DAG Members</strong> </p>
<p>The Exchange 2010 high availability solution is integrated with the Windows shutdown process. If an administrator or application initiates a shutdown of a Windows server in a DAG that has a mounted database that&#8217;s replicated to one or more DAG members, the system attempts to activate another copy of the mounted database prior to allowing the shutdown process to complete. </p>
<p>However, this new behavior doesn&#8217;t guarantee that all of the databases on the server being shut down will experience a lossless activation. As a result, it&#8217;s a best practice to perform a server switchover prior to shutting down a server that&#8217;s a member of a DAG.</p>
<p>The correct way to perform any maintenance is to run first&#160; StartDagServerMaintenance.ps1 script that is located under “C:Program FilesMicrosoftExchange ServerV14scripts”   <br />This script moves all the active databases to next preferred DAG server and prevents active databases from moving to that server during the maintenance.     <br />In addition the script ensures that all critical DAG support functionality that may be on this server has been moved to next proffered server</p>
<p>To run the script open EMC   <br />Type:    <br /><em>cd $exscripts     <br />StartDagServerMaintenance.ps1 -server YourServername</em></p>
<p>The script performs the following tasks on the background:</p>
<ul>
<li>Runs the <em>Suspend-MailboxDatabaseCopy</em> cmdlet for each database copy hosted on the DAG member.</li>
<li>Pauses the node in the cluster, which prevents the node from being and becoming the PAM.</li>
<li>Sets the value of the <em>DatabaseCopyAutoActivationPolicy</em> parameter on the DAG member to <strong>blocked</strong></li>
<li>Moves all active databases currently hosted on the DAG member to other DAG members.</li>
<li>If the DAG member currently owns the default cluster group, the script moves the default cluster group (and therefore the PAM role) to another DAG member.</li>
</ul>
<p>If any of the preceding tasks fails, all operations, except for successful database moves, are undone.</p>
<p>&#160;</p>
<p>After the maintenance is complete and the DAG member is ready to return to serve clients you need to run the following script: </p>
<p><em>cd $exscripts     <br />StopDagServerMaintenance.ps1 -server YourServername</em></p>
<p>The script performs the following tasks on the background:</p>
<ul>
<li>Runs the Resume-MailboxDatabaseCopy cmdlet for each database copy hosted on the DAG member.</li>
<li>Resumes the node in the cluster, which enables full cluster functionality for the DAG member.</li>
<li>Sets the value of the <em>DatabaseCopyAutoActivationPolicy</em> parameter on the DAG member to <strong>Unrestricted</strong></li>
</ul>
<p>&#160;</p>
<p><img src="http://i.msdn.microsoft.com/Global/Images/clear.gif" />I highly recommend using&#160; Start/StopDagServerMaintenanceInstalling maintainance scripts before any action that requiers server Reboot/ShutDown or Update Rollups instalation.</p>
<p>&#160;</p>
<p>Most of the material has been taken from Managing <a href="http://technet.microsoft.com/en-us/library/dd298065.aspx" target="_blank">Database Availability Groups MS article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2011/04/shut-down-exchange-2010-dag-member.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manual uninstall of VMware Tools Windows 2003 and 2008</title>
		<link>http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html</link>
		<comments>http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html#comments</comments>
		<pubDate>Mon, 31 Jan 2011 15:32:18 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[ESX Server]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Delete Directory]]></category>
		<category><![CDATA[Installation Wizard]]></category>
		<category><![CDATA[Machine Software]]></category>
		<category><![CDATA[Manual remove]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Search]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[New Tools]]></category>
		<category><![CDATA[Previous Version]]></category>
		<category><![CDATA[Products Search]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Search Tools]]></category>
		<category><![CDATA[Software Classes]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[Software Search]]></category>
		<category><![CDATA[Tools Windows]]></category>
		<category><![CDATA[Uninstall]]></category>
		<category><![CDATA[Uninstall Windows]]></category>
		<category><![CDATA[VMware tools]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html</guid>
		<description><![CDATA[Tweet &#160; When you try to upgrade to new version of VMware tools , Installation wizard asks you to uninstall older version . If you can’t do it , or uninstall feature failed to complete, you will need to uninstall them manually. You may receive the following errors A previous version of VMware Tools is already installed To remove old VMware tools follow the steps bellow: Open registry editor Navigate to the following key HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionuninstall search for VMware Tools related branch and delete the key Please note:Do not delete the entire uninstall branch. Navigate to HKEY_LOCAL_MACHINESoftwareClassesInstallerProducts search for VMware Tools related branch and delete the key Please note:Do not delete the entire Products&#160; key Navigate to HKEY_CLASSES_ROOTInstallerProducts search for VMware Tools related branch and delete the key Please note:Do not delete the entire Products&#160; key Navigate to HKEY_LOCAL_MACHINESoftwareVMware Delete the branch called VMware Tools. Delete the &#34;VMware Tools&#34; directory within in the Vmware directory under Program Files Restart the server Install updated version of VMware Tools through Vsphere Client or VMware client]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2011%2F01%2Fmanual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html"  data-text="Manual uninstall of VMware Tools Windows 2003 and 2008" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>When you try to upgrade to new version of VMware tools , Installation wizard asks you to uninstall older version .   <br />If you can’t do it , or uninstall feature failed to complete, you will need to uninstall them manually.</p>
<p>You may receive the following errors   <br />A previous version of VMware Tools is already installed<img title="A previous version of VMware Tools is already installed" alt="A previous version of VMware Tools is already installed" src="http://www.techhead.co.uk/wp-content/uploads/2009/06/image-thumb.png" width="386" height="154" /></p>
<p><img alt="Error 1316 A network error occured while attempting to read from the file C:WindowsInstalledVMware Tools.msi" src="http://www.techhead.co.uk/wp-content/uploads/2009/06/image-thumb1.png" width="391" height="147" /></p>
<p><strong>To remove old VMware tools follow the steps bellow</strong>:</p>
<ol>
<li>Open registry editor</li>
<li>Navigate to the following key     <br />HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionuninstall search for VMware Tools related branch and delete the key <strong>Please note:Do not delete the entire uninstall branch</strong>.</li>
<li>Navigate to      <br />HKEY_LOCAL_MACHINESoftwareClassesInstallerProducts search for VMware Tools related branch and delete the key       <br /><strong>Please note:Do not delete the entire Products&#160; key</strong></li>
<li>Navigate to     <br /> HKEY_CLASSES_ROOTInstallerProducts search for VMware Tools related branch and delete the key      <br /><strong>Please note:Do not delete the entire Products&#160; key</strong> </li>
<li>Navigate to      <br />HKEY_LOCAL_MACHINESoftwareVMware Delete the branch called <strong>VMware Tools</strong>.</li>
<li>Delete the &quot;<strong>VMware Tools</strong>&quot; directory within in the Vmware directory under Program Files</li>
<li>Restart the server</li>
<li>Install updated version of VMware Tools through Vsphere Client or VMware client     </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2011/01/manual-uninstall-of-vmware-tools-windows-2003-and-2008-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Email Powershell script</title>
		<link>http://www.kreslavsky.com/2010/11/send-email-powershell-script.html</link>
		<comments>http://www.kreslavsky.com/2010/11/send-email-powershell-script.html#comments</comments>
		<pubDate>Thu, 25 Nov 2010 12:36:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Att]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Exe]]></category>
		<category><![CDATA[Mail Attachment]]></category>
		<category><![CDATA[Mailmessage]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[PS Script]]></category>
		<category><![CDATA[Ps1]]></category>
		<category><![CDATA[Quot]]></category>
		<category><![CDATA[Recipient Address]]></category>
		<category><![CDATA[Send Email]]></category>
		<category><![CDATA[Send Mail]]></category>
		<category><![CDATA[Send mail Powershel]]></category>
		<category><![CDATA[Smtp]]></category>
		<category><![CDATA[Task Scheduler]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/11/send-email-powershell-script.html</guid>
		<description><![CDATA[Tweet &#160; Some times we need to use PS script to send email, script can be used in Task Scheduler or any other program BatchFile to run script: Create *.bat file C:WindowsSystem32WindowsPowerShellv1.0powershell.exe -PSConsoleFile &#34;C:Program FilesMicrosoftExchange Serverbinexshell.psc1&#34; -noexit -command &#34;. C:scriptslocationscriptname.ps1&#34; &#160; PS Script to send mail: Create&#160; .ps1 file $filename = “c:filelocationHtmlFIleyouwant torecieve.html” $smtpServer = “SMTP Servername” $msg = new-object Net.Mail.MailMessage $att = new-object Net.Mail.Attachment($filename) $smtp = new-object Net.Mail.SmtpClient($smtpServer) $msg.From = “sendername@domainanme” $msg.To.Add(“recipient_address@domainanme”) $msg.Subject = “Subject” $msg.Body = “Body ” $msg.Attachments.Add($att) $smtp.Send($msg)]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F11%2Fsend-email-powershell-script.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/11/send-email-powershell-script.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/11/send-email-powershell-script.html"  data-text="Send Email Powershell script" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/11/send-email-powershell-script.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/11/send-email-powershell-script.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>Some times we need to use PS script to send email, script can be used in Task Scheduler or any other program</p>
<p>BatchFile to run script: Create *.bat file </p>
<p>C:WindowsSystem32WindowsPowerShellv1.0powershell.exe -PSConsoleFile &quot;C:Program FilesMicrosoftExchange Serverbinexshell.psc1&quot; -noexit -command &quot;.<em><strong> C:scriptslocationscriptname.ps1</strong></em>&quot;</p>
<p>&#160;</p>
<p><strong>PS Script to send mail:</strong> Create&#160; .ps1 file </p>
<p>$filename = “<strong>c:filelocationHtmlFIleyouwant torecieve.html</strong>”    <br />$smtpServer = “<strong><em>SMTP Servername</em></strong>” </p>
<p>$msg = new-object Net.Mail.MailMessage   <br />$att = new-object Net.Mail.Attachment($filename)    <br />$smtp = new-object Net.Mail.SmtpClient($smtpServer) </p>
<p>$msg.From = “<strong><em>sendername@domainanme</em></strong>”    <br />$msg.To.Add(“<strong><em>recipient_address@domainanme</em></strong>”)    <br />$msg.Subject = “Subject”    <br />$msg.Body = “Body ”    <br />$msg.Attachments.Add($att)     <br />$smtp.Send($msg)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/11/send-email-powershell-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to read ODF file with Word 2003 /2007/2010</title>
		<link>http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html</link>
		<comments>http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html#comments</comments>
		<pubDate>Thu, 18 Nov 2010 06:10:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Default Format]]></category>
		<category><![CDATA[File Extensions]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Ms Office]]></category>
		<category><![CDATA[ODF file open]]></category>
		<category><![CDATA[Offce ODF]]></category>
		<category><![CDATA[Presentation Powerpoint]]></category>
		<category><![CDATA[Spreadsheet]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Word Processor]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html</guid>
		<description><![CDATA[Tweet ODF is the default format of OpenOffice.org Most common OpenOffice file extensions are odt : Word Processor ods: Spreadsheet ( Excel) odp: Presentation (PowerPoint) By default MS Office doesn’t support those formats&#8217;. For Office 2003 To open one of the following formats you need to install Sun ODF Plugin You can download the Sun ODF Plugin from here&#160; For office 2007 users Install Sun ODF Plugin for Microsoft Office. You must have Office 2007 SP 1 installed to make it work]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F11%2Fhow-to-read-odf-file-with-word-2003-20072010.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html"  data-text="How to read ODF file with Word 2003 /2007/2010" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><strong>ODF is the default format of OpenOffice.org</strong></p>
<p><strong>Most common OpenOffice</strong> file extensions are </p>
<p>odt : Word Processor   <br />ods: Spreadsheet ( Excel)    <br />odp: Presentation (PowerPoint)</p>
<p>By default MS Office doesn’t support those formats&#8217;.</p>
<p>For Office 2003   <br />To open one of the following formats you need to install Sun ODF Plugin You can download the Sun ODF Plugin from <strong><a href="http://www.oracle.com/us/products/applications/open-office/index.html" target="_blank">here</a></strong>&#160;</p>
<p>For office 2007 users   <br />Install Sun ODF <a href="http://www.oracle.com/us/products/applications/open-office/index.html" target="_blank">Plugin</a> for Microsoft Office.</p>
<blockquote><p>You must have Office 2007 SP 1 installed to make it work </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/11/how-to-read-odf-file-with-word-2003-20072010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Same user info on all Terminal Server Office clients</title>
		<link>http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html</link>
		<comments>http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 07:58:24 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Office Clients]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[User Information]]></category>
		<category><![CDATA[Userdata]]></category>
		<category><![CDATA[Word Files]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html</guid>
		<description><![CDATA[Tweet Terminal Server Office 2003/2007/2010 Installation issue If you installed office in the same way you install it on your desktop. Your user information will be replicated to all other users. You may receive complaints that some excel or word files are been hold by your username or username you used to install Office. You can fix it the following way. Search for the user in registry One of the keys under HKLMSOFTWAREMicrosoftWindowsCurentVersionInstallerUserData will have office instalation details. Delete user RegOwner key Information. Continue searching the registry right-click and delete the Username and UserInitials with problematic username &#160; Additional information can be found here:http://support.microsoft.com/kb/2001595]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F07%2Fsame-user-info-on-all-terminal-server-office-clients.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html"  data-text="Same user info on all Terminal Server Office clients" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Terminal Server Office 2003/2007/2010 Installation issue</p>
<p>If you installed office in the same way you install it on your desktop.   <br />Your user information will be replicated to all other users.</p>
<p>You may receive complaints that some excel or word files are been hold by your username or username you used to install Office.</p>
<p>You can fix it the following way.</p>
<p>Search for the user in registry    <br />One of the keys under HKLMSOFTWAREMicrosoftWindowsCurentVersionInstallerUserData will have office instalation details.</p>
<p>Delete user RegOwner key Information.</p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2010/07/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.kreslavsky.com/wp-content/uploads/2010/07/image_thumb.png" width="530" height="326" /></a> </p>
<p>Continue searching the registry right-click and delete the Username and UserInitials with problematic username</p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2010/07/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.kreslavsky.com/wp-content/uploads/2010/07/image_thumb1.png" width="531" height="232" /></a> </p>
<p>&#160;</p>
<p>Additional information can be found here:<a href="http://support.microsoft.com/kb/2001595">http://support.microsoft.com/kb/2001595</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/07/same-user-info-on-all-terminal-server-office-clients.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The meeting may have been updated or deleted since this message was sent</title>
		<link>http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html</link>
		<comments>http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:09:40 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[BES Server]]></category>
		<category><![CDATA[Black Berry]]></category>
		<category><![CDATA[BlackBerry Device]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Bes]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Calendar Folder]]></category>
		<category><![CDATA[Current User]]></category>
		<category><![CDATA[Double Click]]></category>
		<category><![CDATA[Enter Key]]></category>
		<category><![CDATA[Enterprise Server]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Recurrence]]></category>
		<category><![CDATA[Regedit]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Service Books]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[User Software]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html</guid>
		<description><![CDATA[Tweet &#160; You may see this error when you try to accept recurrence meeting ,which time was been updated. To resolve this issue: On the BES Server, click Start &#62; Run and type regedit. Navigate to the following registry HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0OutlookOptionsCalendar. Right-click the Calendar folder and click New &#62; DWORD Value. Type DisableMeetingRegeneration and press ENTER. Double-click the new key and type 1 in the Value data field of the Edit String screen. Click OK and close the Registry Editor. Go to your device and delete BIS CICAL service book To delete CICAL on BB device go to Settings–&#62;Advanced Options –&#62; Service Books Locate BIS CICAL and delete it. Than go to your BlackBerry Enterprise server , right click on user and pres “Resend Service Book” Restart your device and meeting accepts should start working.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F03%2Fthe-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html"  data-text="The meeting may have been updated or deleted since this message was sent" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>You may see this error when you try to accept recurrence meeting ,which time was been updated.</p>
<p>To resolve this issue:</p>
<ol>
<li>On the BES Server, click <b>Start &gt; Run</b> and type <b>regedit</b>. </li>
<li>Navigate to the following registry HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0OutlookOptionsCalendar. </li>
<li>Right-click the <b>Calendar</b> folder and click <b>New &gt; DWORD Value</b>. </li>
<li>Type <b>DisableMeetingRegeneration</b> and press ENTER. </li>
<li>Double-click the new key and type <b>1</b> in the <b>Value data</b> field of the <b>Edit String</b> screen. </li>
<li>Click <b>OK</b> and close the Registry Editor.</li>
</ol>
<p>Go to your device and delete BIS CICAL service book</p>
<p>To delete CICAL on BB device go to Settings–&gt;Advanced Options –&gt; Service Books    <br />Locate BIS CICAL and delete it. </p>
<p>Than go to your BlackBerry Enterprise server , right click on user and pres “Resend Service Book” </p>
<p>Restart your device and meeting accepts should start working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/03/the-meeting-may-have-been-updated-or-deleted-since-this-message-was-sent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TS 2008 Session Broker opens multiple sessions for single user</title>
		<link>http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html</link>
		<comments>http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:13:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Consequences]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[Profile Location]]></category>
		<category><![CDATA[Server Session]]></category>
		<category><![CDATA[Sessions]]></category>
		<category><![CDATA[Single User]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[TS Remote Desktop Session Broker]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html</guid>
		<description><![CDATA[Tweet &#160; Scenario: User is not been reconnected to same Terminal Server session. The consequences can be duplicated sessions, profile location lose, locked files on storage and more. After few hours I found that Microsoft have A HotFix that addresses the issue KB article is: KB977541]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F03%2Fts-2008-session-broker-opens-multiple-sessions-for-single-user.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html"  data-text="TS 2008 Session Broker opens multiple sessions for single user" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>Scenario:</p>
<p>User is not been reconnected to same Terminal Server session.</p>
<p>The consequences can be duplicated sessions, profile location lose, locked files on storage and more.   <br />After few hours I found that Microsoft have A HotFix that addresses the issue</p>
<p>KB article is: <a href="http://support.microsoft.com/kb/977541" target="_blank">KB977541</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/03/ts-2008-session-broker-opens-multiple-sessions-for-single-user.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Search in Start Menu bar is broken</title>
		<link>http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html</link>
		<comments>http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html#comments</comments>
		<pubDate>Sun, 07 Mar 2010 07:40:35 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[0000]]></category>
		<category><![CDATA[Addresses]]></category>
		<category><![CDATA[Current User]]></category>
		<category><![CDATA[Explorer Exe]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[Key Start]]></category>
		<category><![CDATA[Menu Bar]]></category>
		<category><![CDATA[Microsoft Explorer]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Orig]]></category>
		<category><![CDATA[Search Bar]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[Software Windows]]></category>
		<category><![CDATA[Start Menu]]></category>
		<category><![CDATA[Support Microsoft]]></category>
		<category><![CDATA[Task Bar]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[User Software]]></category>
		<category><![CDATA[Windows 2008R2]]></category>
		<category><![CDATA[Windows 7 Search Bar]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html</guid>
		<description><![CDATA[Tweet &#160; I got this after installing some update, can’t say exactly which. The problem symptom is that when you type anything in search bar it looks like that To solve it. Go to Run&#62; type regedit.exe Navigate to :HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerFolderTypes{EF87B4CB-F2CE-4785-8658-4CA6C63E38C6}TopViews You will see a key named {00000000-0000-0000-0000-000000000000} Just rename it to anything else like {00000000-0000-0000-0000-000000000000}.Orig After you rename the key , start Task manager and kill the explorer.exe process Run the process again from file&#62;New Task (Run..) Type in bar explorer.exe And Walla! It works! Microsoft published a hotfix that addresses the issue in Windows 7 and 2008R2 http://support.microsoft.com/kb/977380]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F03%2Fwindows-7-search-in-start-menu-bar-is-broken.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html"  data-text="Windows 7 Search in Start Menu bar is broken" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>I got this after installing some update, can’t say exactly which.   <br />The problem symptom is that when you type anything in search bar it looks like that    <br /><a href="http://www.kreslavsky.com/wp-content/uploads/2010/03/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Search programs and files" border="0" alt="Search programs and files" src="http://www.kreslavsky.com/wp-content/uploads/2010/03/image_thumb.png" width="212" height="242" /></a> </p>
<p>To solve it.</p>
<p>Go to Run&gt; type regedit.exe</p>
<p>Navigate to :<em><strong>HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerFolderTypes{EF87B4CB-F2CE-4785-8658-4CA6C63E38C6}TopViews</strong></em></p>
<p>You will see a key named <strong>{00000000-0000-0000-0000-000000000000}     <br /></strong>Just rename it to anything else like {00000000-0000-0000-0000-000000000000}.Orig</p>
<p>After you rename the key , start Task manager and kill the explorer.exe process</p>
<p>Run the process again from file&gt;New Task (Run..)</p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2010/03/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="File new task Run" border="0" alt="File new task Run" src="http://www.kreslavsky.com/wp-content/uploads/2010/03/image_thumb1.png" width="262" height="295" /></a> </p>
<p>Type in bar explorer.exe</p>
<p>And Walla! </p>
<p>It works!</p>
<p>Microsoft published a hotfix that addresses the issue in Windows 7 and 2008R2</p>
<p><a href="http://support.microsoft.com/kb/977380">http://support.microsoft.com/kb/977380</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/03/windows-7-search-in-start-menu-bar-is-broken.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 free/busy works slow or could not be retrieved</title>
		<link>http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html</link>
		<comments>http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 20:53:10 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Current User]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Dword Value]]></category>
		<category><![CDATA[Free busy]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Open Registry]]></category>
		<category><![CDATA[Outlook Calendar]]></category>
		<category><![CDATA[Outlook Settings]]></category>
		<category><![CDATA[Outlook Slow]]></category>
		<category><![CDATA[Public Folder]]></category>
		<category><![CDATA[Public Information]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[User Software]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html</guid>
		<description><![CDATA[Tweet &#160; During migration from Exchange 2003 to 2007 we had the problem with Outlook 2007 client free busy response was slow , about 10 seconds to load . To fix it . Open registry editor on your Desktop(where outlook is installed) Navigate to the following path : HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookOptionsCalendar Create new DWORD value named UseLegacyFB and set value to 1 Note: 0 or not set will use default outlook settings 1 will use Public Folder based Free/Busy information &#160; Read KB958934 to get more information.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F01%2Foutlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html"  data-text="Outlook 2007 free/busy works slow or could not be retrieved" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>During migration from Exchange 2003 to 2007 we had the problem with Outlook 2007 client free busy response was slow , about 10 seconds to load .</p>
<p>To fix it .    <br />Open registry editor on your Desktop(where outlook is installed)</p>
<p>Navigate to the following path<em><strong> : HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookOptionsCalendar</strong></em>    <br /><b>Create new</b> DWORD value named UseLegacyFB and set value to 1</p>
<blockquote><p>Note:     <br />0 or not set will use default outlook settings      <br />1 will use Public Folder based Free/Busy information</p>
</blockquote>
<p>&#160;</p>
<p>Read <strong>KB</strong><a href="http://support.microsoft.com/default.aspx/kb/958934">958934</a> to get more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/01/outlook-2007-freebusy-works-slow-or-could-not-be-retrieved.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

