<?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>Sysadminsblog.com</title>
	<atom:link href="http://www.sysadminsblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadminsblog.com</link>
	<description>Anything for sysadmins!</description>
	<lastBuildDate>Thu, 02 May 2013 07:30:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Forcing a full sync with Office 365 Dir Sync</title>
		<link>http://www.sysadminsblog.com/microsoft/microsoft-active_directory/forcing-a-full-sync-with-office-365-dir-sync/</link>
		<comments>http://www.sysadminsblog.com/microsoft/microsoft-active_directory/forcing-a-full-sync-with-office-365-dir-sync/#comments</comments>
		<pubDate>Thu, 02 May 2013 07:27:15 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=747</guid>
		<description><![CDATA[There was a warning in the Application part of the event viewer. Every time you run the Directory Sync Configuration you will force a delta sync, which is an incremental sync and not a full sync. To force a full sync you'll have to do the following. Start the registry editor - regedit Navigate to [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-exchange/dir-sync-unable-to-establish-a-connection-to-the-authentication-service/' rel='bookmark' title='Dir Sync: Unable to establish a connection to the authentication service'>Dir Sync: Unable to establish a connection to the authentication service</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/office-365-exchange-online/' rel='bookmark' title='Office 365 &#8211; Exchange Online'>Office 365 &#8211; Exchange Online</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/office-2010-deployment-with-language-packs/' rel='bookmark' title='Office 2010 deployment with language packs'>Office 2010 deployment with language packs</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>There was a warning in the Application part of the event viewer.
</p>
<code>The management agent "TargetWebService" completed run profile "Delta Confirming Import" with a delta import or delta synchronization step type. The rules configuration has changed since the last full import or full synchronization.
</p>
<p>User Action
</p>
<p>To ensure the updated rules are applied to all objects, a run with step type of full import and full synchronization should be completed.</code>
<p>Every time you run the Directory Sync Configuration you will force a delta sync, which is an incremental sync and not a full sync. To force a full sync you'll have to do the following.
</p>
<ol>
<li>Start the registry editor - regedit
</li>
<li>Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSOLCoExistence
</li>
<li>Find the FullSyncNeeded DWORD and set it to 1<br/><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/05/050213_0730_Forcingaful1.png" alt=""/>
		</li>
<li>Start the Dir Sync Config Shell – <code>%programfiles%\Microsoft Online Directory Sync\DirSyncConfigShell.psc1</code>
</li>
<li>Run the CMDlet Start-OnlineCoexistenceSync
</li>
</ol>
<p>You can follow the sync steps by opening the Miisclient located at – <code>C:\Program Files\Microsoft Online Directory Sync\SYNCBUS\Synchronization Service\UIShell\miisclient.exe</code>
</p>
<p>Good luck!</p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-exchange/dir-sync-unable-to-establish-a-connection-to-the-authentication-service/' rel='bookmark' title='Dir Sync: Unable to establish a connection to the authentication service'>Dir Sync: Unable to establish a connection to the authentication service</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/office-365-exchange-online/' rel='bookmark' title='Office 365 &#8211; Exchange Online'>Office 365 &#8211; Exchange Online</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/office-2010-deployment-with-language-packs/' rel='bookmark' title='Office 2010 deployment with language packs'>Office 2010 deployment with language packs</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/microsoft-active_directory/forcing-a-full-sync-with-office-365-dir-sync/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dir Sync: Unable to establish a connection to the authentication service</title>
		<link>http://www.sysadminsblog.com/microsoft/microsoft-exchange/dir-sync-unable-to-establish-a-connection-to-the-authentication-service/</link>
		<comments>http://www.sysadminsblog.com/microsoft/microsoft-exchange/dir-sync-unable-to-establish-a-connection-to-the-authentication-service/#comments</comments>
		<pubDate>Thu, 02 May 2013 07:00:34 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[ADFS]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=739</guid>
		<description><![CDATA[Users reported that they couldn't access their personal archives. The archives are stored on the Office 365 services and should always be accessible. Of course the first clue was located in the event viewer where I found the following errors. When I started the Synchronization Service Manager at , it showed the error stopped-server-down. Seeing [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/kaspersky/event-10016-distributedcom/' rel='bookmark' title='Event 10016 &#8211; DistributedCom'>Event 10016 &#8211; DistributedCom</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-2937-homemta-pointing-to-the-deleted-objects-container/' rel='bookmark' title='Event 2937 &#8211; HomeMTA pointing to the Deleted Objects container'>Event 2937 &#8211; HomeMTA pointing to the Deleted Objects container</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-1004-1001-1015-%e2%80%93-microsoft-resourcemanagement-service-exe/' rel='bookmark' title='Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe'>Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Users reported that they couldn't access their personal archives. The archives are stored on the Office 365 services and should always be accessible. Of course the first clue was located in the event viewer where I found the following errors.
</p>
<code>Log Name:      Application
</p>
<p>Source:        Directory Synchronization
</p>
<p>Date:          2-5-2013 8:31:38
</p>
<p>Event ID:      0
</p>
<p>Task Category: None
</p>
<p>Level:         Error
</p>
<p>Keywords:      Classic
</p>
<p>User:          N/A
</p>
<p>Computer:      &lt;servername&gt;
</p>
<p>Description:
</p>
<p>Unable to establish a connection to the authentication service. Contact Technical Support. GetAuthState() failed with -2147186688 state. HResult:0. Contact Technical Support.  (0x80048862)
</p>
<p>Event Xml:
</p>
<p>&lt;Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt;
</p>
<p>  &lt;System&gt;
</p>
<p>    &lt;Provider Name="Directory Synchronization" /&gt;
</p>
<p>    &lt;EventID Qualifiers="0"&gt;0&lt;/EventID&gt;
</p>
<p>    &lt;Level&gt;2&lt;/Level&gt;
</p>
<p>    &lt;Task&gt;0&lt;/Task&gt;
</p>
<p>    &lt;Keywords&gt;0x80000000000000&lt;/Keywords&gt;
</p>
<p>    &lt;TimeCreated SystemTime="2013-05-02T06:31:38.000000000Z" /&gt;
</p>
<p>    &lt;EventRecordID&gt;27537&lt;/EventRecordID&gt;
</p>
<p>    &lt;Channel&gt;Application&lt;/Channel&gt;
</p>
<p>    &lt;Computer&gt;&lt;servername&gt;&lt;/Computer&gt;
</p>
<p>    &lt;Security /&gt;
</p>
<p>  &lt;/System&gt;
</p>
<p>  &lt;EventData&gt;
</p>
<p>    &lt;Data&gt;Unable to establish a connection to the authentication service. Contact Technical Support. GetAuthState() failed with -2147186688 state. HResult:0. Contact Technical Support.  (0x80048862)&lt;/Data&gt;
</p>
<p>  &lt;/EventData&gt;
</p>
<p>&lt;/Event&gt;</code>
<code>Log Name:      Application
</p>
<p>Source:        FIMSynchronizationService
</p>
<p>Date:          2-5-2013 8:31:50
</p>
<p>Event ID:      6803
</p>
<p>Task Category: Management Agent Run Profile
</p>
<p>Level:         Error
</p>
<p>Keywords:      Classic
</p>
<p>User:          N/A
</p>
<p>Computer:      &lt;servername&gt;
</p>
<p>Description:
</p>
<p>The management agent "TargetWebService" failed on run profile "Full Confirming Import" because the server encountered errors.
</p>
<p>Event Xml:
</p>
<p>&lt;Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt;
</p>
<p>  &lt;System&gt;
</p>
<p>    &lt;Provider Name="FIMSynchronizationService" /&gt;
</p>
<p>    &lt;EventID Qualifiers="49152"&gt;6803&lt;/EventID&gt;
</p>
<p>    &lt;Level&gt;2&lt;/Level&gt;
</p>
<p>    &lt;Task&gt;1&lt;/Task&gt;
</p>
<p>    &lt;Keywords&gt;0x80000000000000&lt;/Keywords&gt;
</p>
<p>    &lt;TimeCreated SystemTime="2013-05-02T06:31:50.000000000Z" /&gt;
</p>
<p>    &lt;EventRecordID&gt;27539&lt;/EventRecordID&gt;
</p>
<p>    &lt;Channel&gt;Application&lt;/Channel&gt;
</p>
<p>    &lt;Computer&gt;&lt;servername&gt;&lt;/Computer&gt;
</p>
<p>    &lt;Security /&gt;
</p>
<p>  &lt;/System&gt;
</p>
<p>  &lt;EventData&gt;
</p>
<p>    &lt;Data&gt;TargetWebService&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;Full Confirming Import&lt;/Data&gt;
</p>
<p>  &lt;/EventData&gt;
</p>
<p>&lt;/Event&gt;</code>
<code>Log Name:      Application
</p>
<p>Source:        FIMSynchronizationService
</p>
<p>Date:          2-5-2013 8:31:50
</p>
<p>Event ID:      6110
</p>
<p>Task Category: Management Agent Run Profile
</p>
<p>Level:         Warning
</p>
<p>Keywords:      Classic
</p>
<p>User:          N/A
</p>
<p>Computer:      &lt;servername&gt;
</p>
<p>Description:
</p>
<p>The management agent "TargetWebService" step execution completed on run profile "Full Confirming Import" but the watermark was not saved.
</p>
<p>
 </p>
<p> Additional Information
</p>
<p> Discovery Errors       : "0"
</p>
<p> Synchronization Errors : "0"
</p>
<p> Metaverse Retry Errors : "0"
</p>
<p> Export Errors          : "0"
</p>
<p> Warnings               : "0"
</p>
<p>
 </p>
<p> User Action
</p>
<p> View the management agent run history for details.
</p>
<p>Event Xml:
</p>
<p>&lt;Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt;
</p>
<p>  &lt;System&gt;
</p>
<p>    &lt;Provider Name="FIMSynchronizationService" /&gt;
</p>
<p>    &lt;EventID Qualifiers="32768"&gt;6110&lt;/EventID&gt;
</p>
<p>    &lt;Level&gt;3&lt;/Level&gt;
</p>
<p>    &lt;Task&gt;1&lt;/Task&gt;
</p>
<p>    &lt;Keywords&gt;0x80000000000000&lt;/Keywords&gt;
</p>
<p>    &lt;TimeCreated SystemTime="2013-05-02T06:31:50.000000000Z" /&gt;
</p>
<p>    &lt;EventRecordID&gt;27540&lt;/EventRecordID&gt;
</p>
<p>    &lt;Channel&gt;Application&lt;/Channel&gt;
</p>
<p>    &lt;Computer&gt;&lt;servername&gt;&lt;/Computer&gt;
</p>
<p>    &lt;Security /&gt;
</p>
<p>  &lt;/System&gt;
</p>
<p>  &lt;EventData&gt;
</p>
<p>    &lt;Data&gt;TargetWebService&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;Full Confirming Import&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;0&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;0&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;0&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;0&lt;/Data&gt;
</p>
<p>    &lt;Data&gt;0&lt;/Data&gt;
</p>
<p>  &lt;/EventData&gt;
</p>
<p>&lt;/Event&gt;</code>
<p>When I started the Synchronization Service Manager at <code>C:\Program Files\Microsoft Online Directory Sync\SYNCBUS\Synchronization Service\UIShell\miisclient.exe</code>, it showed the error stopped-server-down.
</p>
<p><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/05/050213_0705_DirSyncUnab1.png" alt=""/>
	</p>
<p>Seeing that it couldn't connect to some server I had to find out what server it was trying to connect to. In the Synchronization Service Manager I checked the Management Agents where in the properties of the TargetWebService I found the server that it was trying to connect to; <a href="https://adminwebservice.microsoftonline.com/ProvisioningService.svc">https://adminwebservice.microsoftonline.com/ProvisioningService.svc</a>.
</p>
<p><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/05/050213_0705_DirSyncUnab2.png" alt=""/>
	</p>
<p>After clearing the cache of the DNS services and flushing the DNS locally on the server I forced another full import which ran without problems.
</p>
<p>Hope this helps you with solving your problem!</p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/kaspersky/event-10016-distributedcom/' rel='bookmark' title='Event 10016 &#8211; DistributedCom'>Event 10016 &#8211; DistributedCom</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-2937-homemta-pointing-to-the-deleted-objects-container/' rel='bookmark' title='Event 2937 &#8211; HomeMTA pointing to the Deleted Objects container'>Event 2937 &#8211; HomeMTA pointing to the Deleted Objects container</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-1004-1001-1015-%e2%80%93-microsoft-resourcemanagement-service-exe/' rel='bookmark' title='Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe'>Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/microsoft-exchange/dir-sync-unable-to-establish-a-connection-to-the-authentication-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Update encountered an unknown error &#8211; 80243004</title>
		<link>http://www.sysadminsblog.com/microsoft/windows-update-encountered-an-unknown-error-80243004/</link>
		<comments>http://www.sysadminsblog.com/microsoft/windows-update-encountered-an-unknown-error-80243004/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 08:21:06 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=736</guid>
		<description><![CDATA[This error just showed itself on my Windows 2008 R2 SP1 server and it stopped me from installing any updates. The fix for this error is undoubtedly the strangest I ever came across. Pete Long described this fix on his website. Strangely enough this error seems to be caused by the taskbar that is not [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/litetouch-has-encountered-an-environment-error-boot-into-winpe/' rel='bookmark' title='LiteTouch has encountered an Environment Error (Boot into WinPE!)'>LiteTouch has encountered an Environment Error (Boot into WinPE!)</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/powerpoint-web-app-encountered-an-error/' rel='bookmark' title='PowerPoint Web App encountered an error'>PowerPoint Web App encountered an error</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/excel-error-windows-cannot-find-%e2%80%9c%e2%80%9d%e2%80%a6/' rel='bookmark' title='Excel Error: Windows cannot find “&lt;doc location&gt;”…'>Excel Error: Windows cannot find “<doc location>”…</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This error just showed itself on my Windows 2008 R2 SP1 server and it stopped me from installing any updates. The fix for this error is undoubtedly the strangest I ever came across. Pete Long described this fix on <a href="http://www.petenetlive.com/">his website</a>.
</p>
<p><a href="http://www.google.nl/url?sa=i&amp;rct=j&amp;q=80243004&amp;source=images&amp;cd=&amp;cad=rja&amp;docid=KzsgPSv2kXGwgM&amp;tbnid=Hs_v-KmR94yuKM:&amp;ved=0CAUQjRw&amp;url=http%3A%2F%2Fwww.regmender.com%2Fhow-to-fix-windows-update-error-80243004.html&amp;ei=4iUnUa2hJcjT0QWJwoAY&amp;bvm=bv.42768644,d.d2k&amp;psig=AFQjCNHNc9xz6XaTig8BcnQ7dNq1l8qCcQ&amp;ust=1361606489985717"><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/02/022213_0821_WindowsUpda1.png" alt="" border="0"/></a>
	</p>
<p>Strangely enough this error seems to be caused by the taskbar that is not showing all icons. Here are the steps:
</p>
<ol>
<li><strong>Right-click</strong> the <strong>taskbar</strong> and select <strong>properties</strong>
		</li>
<li>In the Taskbar tab click <strong>Customize…</strong>
		</li>
<li>Check "<strong>Always show all icons and notifications on the taskbar</strong>"
</li>
<li>Confirm all screens with <strong>OK</strong>
		</li>
</ol>
<p>Now try installing the updates again and see that it'll work. </p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/litetouch-has-encountered-an-environment-error-boot-into-winpe/' rel='bookmark' title='LiteTouch has encountered an Environment Error (Boot into WinPE!)'>LiteTouch has encountered an Environment Error (Boot into WinPE!)</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/powerpoint-web-app-encountered-an-error/' rel='bookmark' title='PowerPoint Web App encountered an error'>PowerPoint Web App encountered an error</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/excel-error-windows-cannot-find-%e2%80%9c%e2%80%9d%e2%80%a6/' rel='bookmark' title='Excel Error: Windows cannot find “&lt;doc location&gt;”…'>Excel Error: Windows cannot find “<doc location>”…</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/windows-update-encountered-an-unknown-error-80243004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access denied in SharePoint 2010</title>
		<link>http://www.sysadminsblog.com/microsoft/access-denied-in-sharepoint-2010/</link>
		<comments>http://www.sysadminsblog.com/microsoft/access-denied-in-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 07:05:39 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=732</guid>
		<description><![CDATA[Recently I did an update run on my SharePoint 2010 farm and I fixed some errors that were showing in the event log. This resulted in one specific error that resulted in an Access Denied on one of the sub-sites. The permissions weren't changed and even the Site Collection Administrator account was denied access. Here's [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/sharepoint-search-service-access-is-denied/' rel='bookmark' title='Sharepoint Search Service: Access is denied'>Sharepoint Search Service: Access is denied</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/can%e2%80%99t-edit-all-code-on-a-sharepoint-2010-page-with-sharepoint-designer-2010/' rel='bookmark' title='Can’t  edit all code on a SharePoint 2010 page with SharePoint Designer 2010'>Can’t  edit all code on a SharePoint 2010 page with SharePoint Designer 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/activating-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Activating Office Web Apps on SharePoint 2010'>Activating Office Web Apps on SharePoint 2010</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Recently I did an update run on my SharePoint 2010 farm and I fixed some errors that were showing in the event log. This resulted in one specific error that resulted in an Access Denied on one of the sub-sites. The permissions weren't changed and even the Site Collection Administrator account was denied access. Here's what the solution was.
</p>
<p>One of the errors that I tried to fix was setting the portal super reader account for proper caching. Unfortunately I didn't take the time to actually read up on it and I just entered an account that "should" work.
</p>
<p><a href="http://www.sharepoint24x7.com/wp-content/uploads/2011/12/Capture91.png"><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/02/022213_0706_Accessdenie1.png" alt="" border="0"/></a>
	</p>
<p>This resulted in an error in ULS about the Navigation not being able to be properly accessed. This was directly related to the access denied error. Seems like setting the account wasn't such a good idea. So I reset the property which instantly fixed the problem.
</p>
<p>To find out how to properly set the "portal super reader account" and also the "portal super user account" visit the link below:
</p>
<p><a href="http://www.sharepoint24x7.com/2011/11/03/fix-it-configuring-object-cache-service/" target="_blank">http://www.sharepoint24x7.com/2011/11/03/fix-it-configuring-object-cache-service/</a></p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/sharepoint-search-service-access-is-denied/' rel='bookmark' title='Sharepoint Search Service: Access is denied'>Sharepoint Search Service: Access is denied</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/can%e2%80%99t-edit-all-code-on-a-sharepoint-2010-page-with-sharepoint-designer-2010/' rel='bookmark' title='Can’t  edit all code on a SharePoint 2010 page with SharePoint Designer 2010'>Can’t  edit all code on a SharePoint 2010 page with SharePoint Designer 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/activating-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Activating Office Web Apps on SharePoint 2010'>Activating Office Web Apps on SharePoint 2010</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/access-denied-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSUS 3.0 SP2 gives error during install</title>
		<link>http://www.sysadminsblog.com/microsoft/wsus-3-0-sp2-gives-error-during-install/</link>
		<comments>http://www.sysadminsblog.com/microsoft/wsus-3-0-sp2-gives-error-during-install/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 07:44:04 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=723</guid>
		<description><![CDATA[I was trying to install the WSUS 3.0 SP2 patch when it gave me a very non-descriptive error. If you go to you'll find some log files called wsuspatch####.log that will give you more information. For me it stated that the error occurred in the process . At the end you'll see that the logging [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/event-1004-1001-1015-%e2%80%93-microsoft-resourcemanagement-service-exe/' rel='bookmark' title='Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe'>Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/word-shortcut-for-creating-blog-posts/' rel='bookmark' title='Word shortcut for creating blog posts'>Word shortcut for creating blog posts</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/error-viewing-roles-or-features/' rel='bookmark' title='Error viewing roles or features'>Error viewing roles or features</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I was trying to install the WSUS 3.0 SP2 patch when it gave me a very non-descriptive error.
</p>
<code>There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor</code>
<p><img src="http://www.sysadminsblog.com/wp-content/uploads/2013/01/011713_0745_WSUS30SP2gi11.png" alt=""/>
	</p>
<p>If you go to <code>%temp%</code> you'll find some log files called wsuspatch####.log that will give you more information. For me it stated that the error occurred in the process <code>ExConfigureDb</code>.
</p>
<code>MSI (s) (64:9C) [08:23:13:802]: Note: 1: 1722 2: ExConfigureDb 3: C:\Windows\Installer\MSIFFC2.tmp 4: -S &lt;DBServerName&gt; -F &lt;DBName&gt; -i "C:\Program Files\Update Services\Database\CreateDatabase.sql;C:\Program Files\Update Services\Database\mwus_database_schema.sql;C:\Program Files\Update Services\Database\ServerSync.sql;C:\Program Files\Update Services\Database\ClientWebService.sql;C:\Program Files\Update Services\Database\Setup.sql;C:\Program Files\Update Services\Database\Reporting.sql;C:\Program Files\Update Services\Database\ReportingSummarization.sql;C:\Program Files\Update Services\Database\ReportingRollup.sql;C:\Program Files\Update Services\Database\AdminAPI.sql;C:\Program Files\Update Services\Database\popdb.sql;C:\Program Files\Update Services\Database\EvtNamespaceImport.sql;C:\Program Files\Update Services\Database\SqlSettings.sql;C:\Program Files\Update Services\Database\Inventory.sql;C:\Program Files\Update Services\Database\PublicViews.sql" -l "C:\Users\ADMINI~1.SPI\AppData\Local\Temp\MWusCa.log"</code>
<p>At the end you'll see that the logging option was used (<code>-l</code>). This file revealed the next clue:
</p>
<code>Changed database context to '&lt;DBName&gt;'.<br/>Msg 1468, Level 16, State 1, Server &lt;DBServerName&gt;,  Line 2<br/>The operation cannot be performed on database "&lt;DBNAME&gt;" because it is involved in a database mirroring session.Msg 5069, Level 16, State 1, Server &lt;DBServerName&gt;,  Line 2<br/>ALTER DATABASE statement failed.<br/>Starting WSUSService...<br/>WSUSService is now started.<br/>StartServer completed successfully.</code>
<p>I'm indeed using mirroring so I disabled it and it installed flawlessly! Don't forget to enable mirroring again afterwards!</p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/event-1004-1001-1015-%e2%80%93-microsoft-resourcemanagement-service-exe/' rel='bookmark' title='Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe'>Event 1004, 1001, 1015 – Microsoft.ResourceManagement.Service.exe</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/word-shortcut-for-creating-blog-posts/' rel='bookmark' title='Word shortcut for creating blog posts'>Word shortcut for creating blog posts</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/error-viewing-roles-or-features/' rel='bookmark' title='Error viewing roles or features'>Error viewing roles or features</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/wsus-3-0-sp2-gives-error-during-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailbox size overview for Exchange 2010</title>
		<link>http://www.sysadminsblog.com/microsoft/mailbox-size-overview-for-exchange-2010/</link>
		<comments>http://www.sysadminsblog.com/microsoft/mailbox-size-overview-for-exchange-2010/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 12:55:43 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=712</guid>
		<description><![CDATA[Once every now and then you'll want an overview of what the mailbox sizes are for your organization. You can then see who is using the most space and perhaps offer them some help archiving their mailbox. However Exchange 2010 doesn't really offer this in a organized way. This is exactly the reason why I [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/mailbox-importexport-exchange-cmdlets-unavailable/' rel='bookmark' title='Mailbox Import/Export Exchange cmdlets unavailable'>Mailbox Import/Export Exchange cmdlets unavailable</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/migrating-a-mailbox-from-exchange-2007-to-exchange-2010/' rel='bookmark' title='Migrating a mailbox from Exchange 2007 to Exchange 2010'>Migrating a mailbox from Exchange 2007 to Exchange 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/database-maintenance-in-exchange-2010-online-defragmentation-monitoring-whitespace/' rel='bookmark' title='Database Maintenance in Exchange 2010 &#8211; Online Defragmentation, Monitoring, Whitespace'>Database Maintenance in Exchange 2010 &#8211; Online Defragmentation, Monitoring, Whitespace</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Once every now and then you'll want an overview of what the mailbox sizes are for your organization. You can then see who is using the most space and perhaps offer them some help archiving their mailbox. However Exchange 2010 doesn't really offer this in a organized way. This is exactly the reason why I created this one-liner. This will output to a GridView or to a CSV which you can then use to organize the data as you wish.
</p>
<code>Get-MailboxDatabase | % { Get-MailboxStatistics -Database $_.Name | Select DisplayName, @{Name="Size (MB)";Expression={($_.TotalItemSize).Substring($a.IndexOf("(")).Replace("(","").Replace(" bytes)","").Replace(",","") / 1MB}} }</code>
<p><br/>You could output it to GridView by piping it to <code>Out-GridView</code>
</p>
<code>Get-MailboxDatabase | % { Get-MailboxStatistics -Database $_.Name | Select DisplayName, @{Name="Size (MB)";Expression={($_.TotalItemSize).Substring($a.IndexOf("(")).Replace("(","").Replace(" bytes)","").Replace(",","") / 1MB}} } | Out-GridView</code>
<p><br/>Or export it to a CSV by piping it to <code>Export-CSV</code>:
</p>
<code> Get-MailboxDatabase | % { Get-MailboxStatistics -Database $_.Name | Select DisplayName, @{Name="Size (MB)";Expression={($_.TotalItemSize).Substring($a.IndexOf("(")).Replace("(","").Replace(" bytes)","").Replace(",","") / 1MB}} } | Export-Csv C:\MailboxSizes.csv</code>
<p><br/>As a result you can open the CSV in Excel, add some Conditional Formatting and Column Formating and voila! Yes, these are the actual mailbox sizes!
</p>
<p><img src="http://www.sysadminsblog.com/wp-content/uploads/2012/12/121212_1256_Mailboxsize11.png" alt=""/></p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/mailbox-importexport-exchange-cmdlets-unavailable/' rel='bookmark' title='Mailbox Import/Export Exchange cmdlets unavailable'>Mailbox Import/Export Exchange cmdlets unavailable</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/migrating-a-mailbox-from-exchange-2007-to-exchange-2010/' rel='bookmark' title='Migrating a mailbox from Exchange 2007 to Exchange 2010'>Migrating a mailbox from Exchange 2007 to Exchange 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/database-maintenance-in-exchange-2010-online-defragmentation-monitoring-whitespace/' rel='bookmark' title='Database Maintenance in Exchange 2010 &#8211; Online Defragmentation, Monitoring, Whitespace'>Database Maintenance in Exchange 2010 &#8211; Online Defragmentation, Monitoring, Whitespace</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/mailbox-size-overview-for-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PST Capture errors</title>
		<link>http://www.sysadminsblog.com/microsoft/pst-capture-errors/</link>
		<comments>http://www.sysadminsblog.com/microsoft/pst-capture-errors/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 14:08:49 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=706</guid>
		<description><![CDATA[I'm currently in the process of configuring PST Capture in order to migrate all the user's PST files to the recently configured cloud based Online Archive. As this wasn't working properly, I contacted Microsoft and opened a support ticket. I'm getting the error "Import error: Error opening mailbox &#60;mail address&#62;" when I try to import [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/mailbox-importexport-exchange-cmdlets-unavailable/' rel='bookmark' title='Mailbox Import/Export Exchange cmdlets unavailable'>Mailbox Import/Export Exchange cmdlets unavailable</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/' rel='bookmark' title='Unknown Start Trace Error (183) when starting Exmon'>Unknown Start Trace Error (183) when starting Exmon</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/scheduling-the-update-spprofilephotostore-command/' rel='bookmark' title='Scheduling the Update-SPProfilePhotoStore command'>Scheduling the Update-SPProfilePhotoStore command</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I'm currently in the process of configuring PST Capture in order to migrate all the user's PST files to the recently configured cloud based Online Archive. As this wasn't working properly, I contacted Microsoft and opened a support ticket. I'm getting the error "Import error: Error opening mailbox &lt;mail address&gt;" when I try to import the PST file into my Online Archive. During the troubleshooting of this error I came across a nice list of requirements for the PST Capture tool to function properly. This might help you to configure everything correctly.
</p>
<ol>
<li>Please make sure that you have the <strong>64 Bit version of Outlook</strong> installed and that it is installed on the machine on which PST Capture Tool is running.
</li>
<li>Please check if the user has the <strong>Mailbox Import Export permissions</strong>. If it does not have them, then please assign them using the following command:<br/><em><code></em>New-ManagementRoleAssignment -Role "Mailbox Import Export" -User "PSTImportUser"</code>
</li>
<li>Please check that the Microsoft Exchange PST Capture Tool's <strong>Service Account has an Exchange 2010 Mailbox</strong>.
</li>
<li>Please check that the PST Capture Tool's Service Account is a member of <strong>Local Administrators Group</strong>.
</li>
<li>Please make sure that the PST Capture Tool's Service Account is a member of <strong>Organization Management</strong> and also the <strong>Public Folder Management.<br />
</strong></li>
<li>Check that the Service Account is <strong>mailbox-enabled</strong> and has an <strong>Outlook profile</strong> configured for it.
</li>
<li>Please make sure that the correct <strong>Service Account</strong> is chosen for the PST Capture Tool. To do this, please go to Properties of 'Microsoft Exchange PST Capture Service' &gt; Log on tab  and check the Service Account.
</li>
</ol>
<p>
 </p>
<p>Please comment below if you have questions about the PST Capture tool, or the above settings.</p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/mailbox-importexport-exchange-cmdlets-unavailable/' rel='bookmark' title='Mailbox Import/Export Exchange cmdlets unavailable'>Mailbox Import/Export Exchange cmdlets unavailable</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/' rel='bookmark' title='Unknown Start Trace Error (183) when starting Exmon'>Unknown Start Trace Error (183) when starting Exmon</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/scheduling-the-update-spprofilephotostore-command/' rel='bookmark' title='Scheduling the Update-SPProfilePhotoStore command'>Scheduling the Update-SPProfilePhotoStore command</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/pst-capture-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PXE boot stopped working for WDS</title>
		<link>http://www.sysadminsblog.com/microsoft/pxe-boot-stopped-working-for-wds/</link>
		<comments>http://www.sysadminsblog.com/microsoft/pxe-boot-stopped-working-for-wds/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 06:35:49 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WDS/MDT]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=702</guid>
		<description><![CDATA[After updating the Windows Deployment Service (WDS) server, it didn't seem to work anymore. The clients would try a PXE boot but couldn't find a TFTP server to get the boot image from. A colleague of mine found a great article about this problem. It seems that when you have a single server that is [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/litetouch-has-encountered-an-environment-error-boot-into-winpe/' rel='bookmark' title='LiteTouch has encountered an Environment Error (Boot into WinPE!)'>LiteTouch has encountered an Environment Error (Boot into WinPE!)</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/installing-sp1-for-exchange-2010/' rel='bookmark' title='Installing SP1 for Exchange 2010'>Installing SP1 for Exchange 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-58-the-disk-signature-of-disk-n-is-equal-to-the-disk-signature-of-disk-n/' rel='bookmark' title='Event 58 &#8211; The disk signature of disk n is equal to the disk signature of disk n'>Event 58 &#8211; The disk signature of disk n is equal to the disk signature of disk n</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>After updating the Windows Deployment Service (WDS) server, it didn't seem to work anymore. The clients would try a PXE boot but couldn't find a TFTP server to get the boot image from. A colleague of mine found a great article about this problem.
</p>
<p>It seems that when you have a single server that is running WDS and DNS, the DNS server binds to all ports in the WDS port range leaving the WDS server unable to respond to the clients.
</p>
<p><strong>Symptoms<br />
</strong></p>
<ul>
<li>TFTP downloads fail
</li>
<li>Multicast downloads fail with a possible error code 2
</li>
<li>When WDS tracing is enabled you will find one or more errors that resemble the following<br/><code>[2416] 16:01:36: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\src\udpportrange.cpp:755] Expression: , Win32 Error=0x2<br/>[2416] 16:01:36: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\src\regudpendpoint.cpp:192] Expression: , Win32 Error=0x2<br/>[2416] 16:01:36: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\inc\RegEndpoint.h:354] Expression: , Win32 Error=0x2<br/>[2416] 16:01:36: [WDSTFTP][UDP][Ep=0] Registration Failed (rc=2)</code>
</li>
<li>When you run <code>netstat –abn</code> you'll find that 64001 to 65000 is displayed as being used
</li>
<li>You've applied security update <a href="http://support.microsoft.com/kb/953230">MS08-037: Vulnerabilities in DNS could allow spoofing</a>
		</li>
</ul>
<p><strong>Solution<br />
</strong></p>
<p>If you do not require WDS to use a static port range, you can configure WDS to dynamically query WinSock for available ports instead of using a port range. To do this you'll have to modify a registry key on the affected server.
</p>
<code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\WDSServer\Parameters</code>
<p>Modify the key <code>UdpPortPolicy</code> and set it to 0. Then restart the Windows Deployment Services.
</p>
<p>More information can be found here: <a href="http://support.microsoft.com/kb/977512/en-us">http://support.microsoft.com/kb/977512/en-us</a></p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/microsoft-wds_mdt/litetouch-has-encountered-an-environment-error-boot-into-winpe/' rel='bookmark' title='LiteTouch has encountered an Environment Error (Boot into WinPE!)'>LiteTouch has encountered an Environment Error (Boot into WinPE!)</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/installing-sp1-for-exchange-2010/' rel='bookmark' title='Installing SP1 for Exchange 2010'>Installing SP1 for Exchange 2010</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-58-the-disk-signature-of-disk-n-is-equal-to-the-disk-signature-of-disk-n/' rel='bookmark' title='Event 58 &#8211; The disk signature of disk n is equal to the disk signature of disk n'>Event 58 &#8211; The disk signature of disk n is equal to the disk signature of disk n</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/pxe-boot-stopped-working-for-wds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Room List Distribution Group</title>
		<link>http://www.sysadminsblog.com/microsoft/room-list-distribution-group/</link>
		<comments>http://www.sysadminsblog.com/microsoft/room-list-distribution-group/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 06:54:18 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=693</guid>
		<description><![CDATA[I just came across another Exchange 2010 surprise that I would like to share with you. When you are creating a new meeting and need a room to have the meeting in, you would normally add all the rooms and see which one is available. The guys behind Exchange 2010 came up with a solution [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/send-as-distribution-group/' rel='bookmark' title='Send as distribution group'>Send as distribution group</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/creating-a-new-list-in-sharepoint-2010-using-powershell/' rel='bookmark' title='Creating a new list in SharePoint 2010 using PowerShell'>Creating a new list in SharePoint 2010 using PowerShell</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/' rel='bookmark' title='Unknown Start Trace Error (183) when starting Exmon'>Unknown Start Trace Error (183) when starting Exmon</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p><img align="right" src="http://www.sysadminsblog.com/wp-content/uploads/2012/06/062112_0654_RoomListDis12.png" alt=""/>I just came across another Exchange 2010 surprise that I would like to share with you. When you are creating a new meeting and need a room to have the meeting in, you would normally add  all the rooms and see which one is available. The guys behind Exchange 2010 came up with a solution for this. They introduced the Room List.
</p>
<p>The room list is essentially a distribution group but with an added parameter. Unfortunately you can't create a Room List in the Exchange Management Console, so you'll have to use the Exchange Management Shell (PowerShell) for this. The command is quite straight forward.
</p>
<code>New-DistributionGroup -Name "Meeting Rooms" –Members ConfRoom1,ConfRoom2,ConfRoom3,ConfRoom4 -RoomList</code>
<p>As you can see, the -RoomList parameter makes all the difference!
</p>
<p>People no longer need to sift through the meeting rooms manually. They can now effectively use the Room Finder to find a suitable room.
</p>
<p>
 </p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/send-as-distribution-group/' rel='bookmark' title='Send as distribution group'>Send as distribution group</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/creating-a-new-list-in-sharepoint-2010-using-powershell/' rel='bookmark' title='Creating a new list in SharePoint 2010 using PowerShell'>Creating a new list in SharePoint 2010 using PowerShell</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/' rel='bookmark' title='Unknown Start Trace Error (183) when starting Exmon'>Unknown Start Trace Error (183) when starting Exmon</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/room-list-distribution-group/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unknown Start Trace Error (183) when starting Exmon</title>
		<link>http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/</link>
		<comments>http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/#comments</comments>
		<pubDate>Wed, 16 May 2012 09:16:05 +0000</pubDate>
		<dc:creator>Mischa Oudhof</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.sysadminsblog.com/?p=687</guid>
		<description><![CDATA[I recently used the Exchange User Monitor tool to check the connections because the exchange server was running at 100% CPU constantly. When Exmon.exe crashed I weren't able to restart it again as it presented an error. A quick Google query pointed me in the right direction. An Exchange trace is initiated when the Exmon.exe [...]<div class='yarpp-related-rss'>

<b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/pst-capture-errors/' rel='bookmark' title='PST Capture errors'>PST Capture errors</a></li>
<li><a href='http://www.sysadminsblog.com/kaspersky/kaspersky-administration-kit-service-not-starting/' rel='bookmark' title='Kaspersky Administration Kit service not starting'>Kaspersky Administration Kit service not starting</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-8193-volume-shadow-copy-service-error/' rel='bookmark' title='Event 8193 &#8211; Volume Shadow Copy Service error'>Event 8193 &#8211; Volume Shadow Copy Service error</a></li>
</ul>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I recently used the Exchange User Monitor tool to check the connections because the exchange server was running at 100% CPU constantly. When Exmon.exe crashed I weren't able to restart it again as it presented an error. A quick Google query pointed me in the right direction.
</p>
<p><img src="http://www.sysadminsblog.com/wp-content/uploads/2012/05/051612_0916_UnknownStar1.png" alt=""/>
	</p>
<p>An Exchange trace is initiated when the Exmon.exe tool is started. The trace is not closed properly when the tool crashes and it has to be closed manually.
</p>
<ol>
<li>Make sure that Exmon.exe is not running (use CTRL+SHIFT+ESC)
</li>
<li>From a CMD run: <code>logman query -ets</code><br/>This will show you all tracers that are currently running. Notice the Exchange Event Trace that's used by Exmon<br/><img src="http://www.sysadminsblog.com/wp-content/uploads/2012/05/051612_0916_UnknownStar2.png" alt=""/>
		</li>
<li>Stop the Exchange Event Trace: <code>Logman stop "Exchange Event Trace" –ets</code><br/><img src="http://www.sysadminsblog.com/wp-content/uploads/2012/05/051612_0916_UnknownStar3.png" alt=""/>
		</li>
</ol>
<p>If that didn't resolve the issue, check if there's still some space left on the disk or if another user is already running the Exmon tool.</p>
<div class='yarpp-related-rss'>
<p><b>Related posts:</b><ul>
<li><a href='http://www.sysadminsblog.com/microsoft/pst-capture-errors/' rel='bookmark' title='PST Capture errors'>PST Capture errors</a></li>
<li><a href='http://www.sysadminsblog.com/kaspersky/kaspersky-administration-kit-service-not-starting/' rel='bookmark' title='Kaspersky Administration Kit service not starting'>Kaspersky Administration Kit service not starting</a></li>
<li><a href='http://www.sysadminsblog.com/microsoft/event-8193-volume-shadow-copy-service-error/' rel='bookmark' title='Event 8193 &#8211; Volume Shadow Copy Service error'>Event 8193 &#8211; Volume Shadow Copy Service error</a></li>
</ul></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminsblog.com/microsoft/unknown-start-trace-error-183-when-starting-exmon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
