<?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> &#187; Windows Server 2008</title>
	<atom:link href="http://risualblogs.com/blog/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://risualblogs.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:33:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Windows Server 2008 R2&#8211;Backup and restore printers</title>
		<link>http://support.risualblogs.com/blog/2011/12/09/windows-server-2008-r2backup-and-restore-printers/</link>
		<comments>http://support.risualblogs.com/blog/2011/12/09/windows-server-2008-r2backup-and-restore-printers/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 09:48:20 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.1135</guid>
		<description><![CDATA[Here is a simple command line that can be saved as a scheduled task that can be used to backup all of your printer settings in Windows Server 2008 R2: CD %WINDIR%System32SpoolTools Printbrm.exe -s \&#60;sourcecomputername&#62; -b -f &#60;filename&#62;.printerExport To restore the settings to another server run the following command: Printbrm -s \&#60;destinationcomputername&#62; -r -f &#60;filename&#62;.printerExport [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/10/04/delete-files-by-date/' rel='bookmark' title='Permanent Link: Delete files by date'>Delete files by date</a> <small>Here is a command line that can be saved into...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/12/01/running-exchange-powershell-as-scheduled-task/' rel='bookmark' title='Permanent Link: Running Exchange PowerShell as Scheduled Task'>Running Exchange PowerShell as Scheduled Task</a> <small>If you want to run any of the Exchange PowerShell...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/28/change-ip-address-via-command-prompt-windows-server-2008-core/' rel='bookmark' title='Permanent Link: Change IP Address via Command Prompt / Windows Server 2008 Core'>Change IP Address via Command Prompt / Windows Server 2008 Core</a> <small>Just a quick way to change your IP, Subnet Mask...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a simple command line that can be saved as a scheduled task that can be used to backup all of your printer settings in Windows Server 2008 R2: </p>
<p><strong>CD %WINDIR%System32SpoolTools </strong><strong>Printbrm.exe -s <a href="http://risualblogs.com///\%3csourcecomputername">\&lt;sourcecomputername</a>&gt; -b -f &lt;filename&gt;.printerExport</strong></p>
<p>To restore the settings to another server run the following command: </p>
<p><strong>Printbrm -s <a href="http://risualblogs.com///\%3cdestinationcomputername">\&lt;destinationcomputername</a>&gt; -r -f &lt;filename&gt;.printerExport</strong></p>
<p>Cheers</p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/10/04/delete-files-by-date/' rel='bookmark' title='Permanent Link: Delete files by date'>Delete files by date</a> <small>Here is a command line that can be saved into...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/12/01/running-exchange-powershell-as-scheduled-task/' rel='bookmark' title='Permanent Link: Running Exchange PowerShell as Scheduled Task'>Running Exchange PowerShell as Scheduled Task</a> <small>If you want to run any of the Exchange PowerShell...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/28/change-ip-address-via-command-prompt-windows-server-2008-core/' rel='bookmark' title='Permanent Link: Change IP Address via Command Prompt / Windows Server 2008 Core'>Change IP Address via Command Prompt / Windows Server 2008 Core</a> <small>Just a quick way to change your IP, Subnet Mask...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/12/09/windows-server-2008-r2backup-and-restore-printers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete files by date</title>
		<link>http://support.risualblogs.com/blog/2011/10/04/delete-files-by-date/</link>
		<comments>http://support.risualblogs.com/blog/2011/10/04/delete-files-by-date/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 11:08:33 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.1042</guid>
		<description><![CDATA[Here is a command line that can be saved into a batch file that will delete files that are over 30 days old in a certain path: forfiles /p &#34;C:FOLDER&#34; /d -30 /c &#34;cmd /c del @path&#34; This can be used to clean up folders by deleting files that are older than the 30 days [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/02/wsus-3-0-sp1-server-cleanup-wizard-via-script/' rel='bookmark' title='Permanent Link: WSUS 3.0 SP1 Server Cleanup Wizard via Script'>WSUS 3.0 SP1 Server Cleanup Wizard via Script</a> <small>We were looking for a way to schedule the WSUS...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/17/delete-iis-logs-after-certain-number-of-days-via-powershell/' rel='bookmark' title='Permanent Link: Delete IIS logs after certain number of days via PowerShell'>Delete IIS logs after certain number of days via PowerShell</a> <small>Just a quick script that may come in useful to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/' rel='bookmark' title='Permanent Link: The download of anti-spam updates failed with an error'>The download of anti-spam updates failed with an error</a> <small>We were having a few SCOM alerts each day to...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a command line that can be saved into a batch file that will delete files that are over 30 days old in a certain path:</p>
<p><strong>forfiles /p &quot;C:FOLDER&quot; /d -30 /c &quot;cmd /c del @path&quot;</strong> </p>
<p>This can be used to clean up folders by deleting files that are older than the 30 days or however many days you want to set it to. </p>
<p>When saved as a batch file you can schedule it to run at certain times to clean up folders such as backup files or reports that are no longer needed. </p>
<p>Cheers</p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/02/wsus-3-0-sp1-server-cleanup-wizard-via-script/' rel='bookmark' title='Permanent Link: WSUS 3.0 SP1 Server Cleanup Wizard via Script'>WSUS 3.0 SP1 Server Cleanup Wizard via Script</a> <small>We were looking for a way to schedule the WSUS...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/17/delete-iis-logs-after-certain-number-of-days-via-powershell/' rel='bookmark' title='Permanent Link: Delete IIS logs after certain number of days via PowerShell'>Delete IIS logs after certain number of days via PowerShell</a> <small>Just a quick script that may come in useful to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/' rel='bookmark' title='Permanent Link: The download of anti-spam updates failed with an error'>The download of anti-spam updates failed with an error</a> <small>We were having a few SCOM alerts each day to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/10/04/delete-files-by-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The download of anti-spam updates failed with an error</title>
		<link>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/</link>
		<comments>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 13:41:36 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://3.1021</guid>
		<description><![CDATA[We were having a few SCOM alerts each day to inform us that the anti spam updates that usually come through Windows Update were failing to install on a customers Exchange 2007 server that was running on Windows Server 2008 SP1. Looking in the c:WindowsWindowsUpdate.log file I could see that there was an error with [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/01/activation-context-generation-failed-for-cwindowssystem32conhost-exe-error/' rel='bookmark' title='Permanent Link: Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error'>Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error</a> <small>We have came across an error this month after patching...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We were having a few SCOM alerts each day to inform us that the anti spam updates that usually come through Windows Update were failing to install on a customers Exchange 2007 server that was running on Windows Server 2008 SP1.</p>
<p>Looking in the c:WindowsWindowsUpdate.log file I could see that there was an error with BITS (Background Intelligent Transfer Service) which Windows Update uses to download updates. This led me to use the bitsadmin tool to see if there was any downloads stuck:</p>
<p>1. Open a command prompt as administrator</p>
<p>2. Type in the following command and press enter:</p>
<p align="center"><font><strong>bitsadmin /list /allusers</strong></font></p>
<p>3. If there any lines in the output such as the following then we need to reset the jobs:</p>
<p>{04D0B991-54E3-41C4-B475-572D9E31BFE5} &#8216;WU Client Download&#8217; SUSPENDED 0 / 1 0 / 13352278</p>
<p>&#160;</p>
<p>To kill off the jobs is not as simple as it seems as even with an administrator account I could not kill off the jobs giving me an unable to cancel error. The task had to be run as system as a scheduled task: </p>
<p>1. Open up notepad and put in the following line:</p>
<p align="center"><font><strong>bitsadmin /reset /allusers</strong></font></p>
<p>2. Save the notepad file back as a batch file by save as and giving it a name with the extension <strong>.bat</strong> </p>
<p>3. Open <strong>Task Scheduler</strong> and create a new task that runs that batch file and put it to run at a certain time or manually.</p>
<p>4. Before the task runs we just need to change the user account that it runs under <strong>system</strong> by clicking on <strong>Change User or Group button</strong>, typing in system as object name and clicking on Check Names: </p>
<p><a href="http://support.risualblogs.com/blog/files/2011/09/image4.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/09/image_thumb4.png" width="360" height="270" /></a></p>
<p>5. Either schedule the job to run or right click on the job and select run now. </p>
<p>Once the job has run then you can again run the bitsadmin /list /allusers and you should get an output showing no jobs:</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/09/image5.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/09/image_thumb5.png" width="452" height="174" /></a></p>
<p>The update for the Anti Spam updates should then install without any problems and you should no longer receive this alert. </p>
<p>Hope this helps.</p>
<p>Cheers</p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/01/activation-context-generation-failed-for-cwindowssystem32conhost-exe-error/' rel='bookmark' title='Permanent Link: Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error'>Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error</a> <small>We have came across an error this month after patching...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</title>
		<link>http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/</link>
		<comments>http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 14:13:38 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.937</guid>
		<description><![CDATA[After installing numerous Windows Updates, usually when bringing a newly installed server up to date on patches, you may recieve the following error in server manager: Error: Unexpected error refreshing Server Manager: Exception from HRESULT:0x800F0818d This issue occurs when corrupt .mum or .cat files are present after the extraction and installation process of windows updates. To [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/05/18/windows-2008-r2-sp1-failure-0x800f0818/' rel='bookmark' title='Permanent Link: Windows 2008 R2 SP1 Failure &quot;0x800f0818&rdquo;'>Windows 2008 R2 SP1 Failure &quot;0x800f0818&rdquo;</a> <small>We ran into an issue recently while trying to upgrade...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/30/issues-installing-system-centre-operations-manager-2007-r2-cumulative-update-4-on-a-windows-server-2003-gateway/' rel='bookmark' title='Permanent Link: Issues Installing System Centre Operations Manager 2007 R2 Cumulative Update 4 on a Windows Server 2003 Gateway'>Issues Installing System Centre Operations Manager 2007 R2 Cumulative Update 4 on a Windows Server 2003 Gateway</a> <small>When running the .msi file to install SCOM 2007 R2...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>After installing numerous Windows Updates, usually when bringing a newly installed server up to date on patches, you may recieve the following error in server manager:</p>
<p>Error: Unexpected error refreshing Server Manager: Exception from HRESULT:0x800F0818d</p>
<p>This issue occurs when corrupt .mum or .cat files are present after the extraction and installation process of windows updates.</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/08/unexpected-error-refreshing-server-manager.png"><img src="http://support.risualblogs.com/blog/files/2011/08/unexpected-error-refreshing-server-manager-300x145.png" alt="" width="300" height="145" class="alignnone size-medium wp-image-941" /></a></p>
<p>To reolve this we need to complete a few steps</p>
<p>1. Download and run the Microsoft Update Readiness Tool from http://support.microsoft.com/kb/947821 once it has run check the log in C:WindowsServicingPackagesCheckSUR.log</p>
<p>2. You should see errors resembling:<br />
 CBS MUM Corrupt 0&#215;00000000 servicingPackagesPackage_for_KB978601~31bf3856ad364e35~amd64~~6.0.1.0.mum  Expected file name Package_for_KB978601_server~31bf3856ad364e35~amd64~~6.0.1.0.mum does not match the actual file name </p>
<p>and further down</p>
<p>Unavailable repair files:<br />
servicingpackagesPackage_for_KB978601~31bf3856ad364e35~amd64~~6.0.1.0.mum </p>
<p>3. There may be more than one problematic update so make a note of all of them, you will then need to download these KB&#8217;s and unpack them using the following commands:</p>
<p>Expand -F:* UpdateKB978601.msu C:Directory</p>
<p>This then shows a cat file which also needs to be unpacked:</p>
<p>Expand -F:* UpdateKB978601.CAB C:DirectoryCAB</p>
<p>4. You will need to grab the two files, one extension .mum and one extension .cat, then rename them making sure they are exactly as was displayed in the CheckSUR.log file. You will then need to copy them into the C:WindowsServicingPackages directory overwriting the existing ones.</p>
<p>These steps should resolve the issues and you should be able to add/remove Roles and Features again <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/05/18/windows-2008-r2-sp1-failure-0x800f0818/' rel='bookmark' title='Permanent Link: Windows 2008 R2 SP1 Failure &quot;0x800f0818&rdquo;'>Windows 2008 R2 SP1 Failure &quot;0x800f0818&rdquo;</a> <small>We ran into an issue recently while trying to upgrade...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/30/issues-installing-system-centre-operations-manager-2007-r2-cumulative-update-4-on-a-windows-server-2003-gateway/' rel='bookmark' title='Permanent Link: Issues Installing System Centre Operations Manager 2007 R2 Cumulative Update 4 on a Windows Server 2003 Gateway'>Issues Installing System Centre Operations Manager 2007 R2 Cumulative Update 4 on a Windows Server 2003 Gateway</a> <small>When running the .msi file to install SCOM 2007 R2...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter event viewer service control manager events using XML</title>
		<link>http://support.risualblogs.com/blog/2011/05/19/filter-event-viewer-service-control-manager-events-using-xml/</link>
		<comments>http://support.risualblogs.com/blog/2011/05/19/filter-event-viewer-service-control-manager-events-using-xml/#comments</comments>
		<pubDate>Thu, 19 May 2011 16:22:19 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Event Viewer]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.811</guid>
		<description><![CDATA[Had a problem with a site in which I wanted to see if the event viewer had logged any instances of the Exchange System Attendant service stopping. Unfortunately these were buried in a long list of other services that were constantly starting and stopping under event id 7036. What I had to was to edit [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/05/06/nlb-cluster-timer-starvation-has-been-detected-this-might-be-due-to-a-denial-of-service-attack-or-a-very-high-server-load-during-this-period-some-connections-might-fail-if-this-problem-recurs/' rel='bookmark' title='Permanent Link: NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2'>NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2</a> <small>On a Windows 2008 R2 server running TMG 2010 and...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/28/service-manager-software-deployment-issue-system-unauthorizedaccessexception-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/' rel='bookmark' title='Permanent Link: Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;'>Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;</a> <small>We came across the below issue recently in Service manager...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/18/service-manager-powershell-script-to-show-cases-that-have-not-been-updated-in-2-days/' rel='bookmark' title='Permanent Link: Service Manager PowerShell Script to show cases that have not been updated in 2 days'>Service Manager PowerShell Script to show cases that have not been updated in 2 days</a> <small>Just a quick PowerShell script which will tell you if...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Had a problem with a site in which I wanted to see if the event viewer had logged any instances of the Exchange System Attendant service stopping. Unfortunately these were buried in a long list of other services that were constantly starting and stopping under event id 7036. </p>
<p>What I had to was to edit the XLM query manually in “Filter Current Log…”. I then put in this query to show me every time the service had entered the running state: </p>
<p><em>&lt;QueryList&gt;     <br />&#160; &lt;Query Id=&quot;0&quot; Path=&quot;<strong>System</strong>&quot;&gt;      <br />&#160;&#160;&#160; &lt;Select Path=&quot;<strong>System</strong>&quot;&gt;*[System[(Level=4 or Level=0) and (EventID=<strong>7036</strong>)]] and *[EventData[Data[1]=<strong>&#8216;Microsoft Exchange System Attendant&#8217;</strong> and Data[2]=<strong>&#8216;running&#8217;</strong>]]&lt;/Select&gt;      <br />&#160; &lt;/Query&gt;      <br />&lt;/QueryList&gt;      <br /></em></p>
<p>This game me the filtered list of service events that only applied to when the Microsoft Exchange System Attendant service had entered the running state:</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/05/image23.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/05/image_thumb23.png" width="551" height="282" /></a></p>
<p>You can just copy and paste the XLM above to give you this output or simply change some of the options to custom it to look for any events for a particular service that you want to see. </p>
<p>If you want to get some more parameters to search then simply double click on the event ID that you want to filter, click on the details tab and select XLM view. This will give you a list of all of the details that you can search for:</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/05/image24.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/05/image_thumb24.png" width="522" height="315" /></a></p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/05/06/nlb-cluster-timer-starvation-has-been-detected-this-might-be-due-to-a-denial-of-service-attack-or-a-very-high-server-load-during-this-period-some-connections-might-fail-if-this-problem-recurs/' rel='bookmark' title='Permanent Link: NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2'>NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2</a> <small>On a Windows 2008 R2 server running TMG 2010 and...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/28/service-manager-software-deployment-issue-system-unauthorizedaccessexception-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/' rel='bookmark' title='Permanent Link: Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;'>Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;</a> <small>We came across the below issue recently in Service manager...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/18/service-manager-powershell-script-to-show-cases-that-have-not-been-updated-in-2-days/' rel='bookmark' title='Permanent Link: Service Manager PowerShell Script to show cases that have not been updated in 2 days'>Service Manager PowerShell Script to show cases that have not been updated in 2 days</a> <small>Just a quick PowerShell script which will tell you if...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/05/19/filter-event-viewer-service-control-manager-events-using-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line to find out if the OS is running 32bit or 64bit</title>
		<link>http://support.risualblogs.com/blog/2011/04/28/command-line-to-find-out-if-the-os-is-running-32bit-or-64bit/</link>
		<comments>http://support.risualblogs.com/blog/2011/04/28/command-line-to-find-out-if-the-os-is-running-32bit-or-64bit/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 10:12:03 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.725</guid>
		<description><![CDATA[Here is a quick command line that you can run as any user that will tell you if you are running Windows 32bit or 64bit. wmic OS get OSArchitecture This should output something similar to this: There is a PowerShell equivalent as well: (gwmi win32_computersystem).SystemType This may be useful for anyone who is using remote [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/04/14/do-not-prompt-when-writing-to-output-file-in-dpm-powershell/' rel='bookmark' title='Permanent Link: Do not prompt when writing to output file in DPM PowerShell'>Do not prompt when writing to output file in DPM PowerShell</a> <small>Just a quick one for anyone else that uses a...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/04/01/check-system-uptime-command/' rel='bookmark' title='Permanent Link: Check System Uptime Command'>Check System Uptime Command</a> <small>Really Quick Command that shows what date your system has...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick command line that you can run as any user that will tell you if you are running Windows 32bit or 64bit.</p>
<p><strong>wmic OS get OSArchitecture</strong></p>
<p>This should output something similar to this: </p>
<p><a href="http://support.risualblogs.com/blog/files/2011/04/image27.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/04/image_thumb27.png" width="328" height="135" /></a></p>
<p>There is a PowerShell equivalent as well:</p>
<p><strong>(gwmi win32_computersystem).SystemType</strong></p>
<p><a href="http://support.risualblogs.com/blog/files/2011/04/image28.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/04/image_thumb28.png" width="410" height="99" /></a></p>
<p>This may be useful for anyone who is using remote commands in PowerShell. </p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/04/14/do-not-prompt-when-writing-to-output-file-in-dpm-powershell/' rel='bookmark' title='Permanent Link: Do not prompt when writing to output file in DPM PowerShell'>Do not prompt when writing to output file in DPM PowerShell</a> <small>Just a quick one for anyone else that uses a...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/04/01/check-system-uptime-command/' rel='bookmark' title='Permanent Link: Check System Uptime Command'>Check System Uptime Command</a> <small>Really Quick Command that shows what date your system has...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/04/28/command-line-to-find-out-if-the-os-is-running-32bit-or-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 R2 activation problem ( 0x8004FE2F , 0x8007232B on x64 servers)</title>
		<link>http://consulting.risualblogs.com/blog/2010/07/22/windows-2008-r2-activation-problem-0x8004fe2f-0x8007232b-on-x64-servers/</link>
		<comments>http://consulting.risualblogs.com/blog/2010/07/22/windows-2008-r2-activation-problem-0x8004fe2f-0x8007232b-on-x64-servers/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 22:16:06 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://2.141</guid>
		<description><![CDATA[Like the 100&#8242;s of times before,  you install Windows 2008 R2 on to a server , try activating it ,and get the error :- 0x8007232B – DNS name does not exist then you remember to set the proxy settings.. you open internet explorer and change the proxy settings , you can now browse the internet, [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Like the 100&#8242;s of times before,  you install Windows 2008 R2 on to a server , try activating it ,and get the error :-</p>
<p>0x8007232B – DNS name does not exist</p>
<p>then you remember to set the proxy settings.. you open internet explorer and change the proxy settings , you can now browse the internet,   and try activation again</p>
<p>but this time it still fails… that’s not supposed to happen, as you can access the web.  (also phone activation completely failed at this point too.)</p>
<p>This time it fails with code 0x8004FE2F</p>
<p>You find other blogs  on the internet, which suggest that its your proxy settings that have not been set,  and they are right but what they don’t tell you is <strong>specifically its Internet Explorer (64 bit) you need to set the proxy for.</strong> I had inadvertently set the IE (32 bit) settings previously.</p>
<p>Happy installations.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2010/07/22/windows-2008-r2-activation-problem-0x8004fe2f-0x8007232b-on-x64-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 System State Fails with Windows Backup installed and Enough Space on the drive</title>
		<link>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/</link>
		<comments>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:58:56 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DPM]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.131</guid>
		<description><![CDATA[&#160; You may come across a few problems when using DPM or Simply just windows backup when trying to back up “System State” on WINDOWS 2008. The first problem you may come across if you have a single drive is that System State will not backup to a critical volume by default. So you have [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image.png"><img class="aligncenter" style="float: none;margin-left: auto;margin-right: auto;border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb.png" border="0" alt="image" width="216" height="27" /></a></p>
<p>You may come across a few problems when using DPM or Simply just windows backup when trying to back up “System State” on WINDOWS 2008.</p>
<p>The first problem you may come across if you have a single drive is that System State will not backup to a critical volume by default. So you have to set the below registry key to allow this to happen.</p>
<h5>“Registry entry to enable system state backups to critical volumes</h5>
<p>To enable the system state backup files to be targeted to critical volumes, you must set the value of the AllowSSBToAnyVolume registry entry under the following registry subkey:</p>
<p>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswbengineSystemStateBackup</p>
<p>Set the value of this entry as follows:</p>
<p>Name: AllowSSBToAnyVolume<br />
Data type: DWORD<br />
Value data: 1</p>
<p><strong>Note</strong> When this value is set to 1, system state backups to any volume are enabled. To revert to the default behavior, set the value to 0.”</p>
<p>You may have the issue we had recently also where the  above  regkey is already set to 1, windows backup was installed and there was enough free space, so no obvious reason why the backup should have failed.</p>
<p>But you will notice the below event errors at the same point the backup fails.</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image1.png"><img class="aligncenter" style="border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb1.png" border="0" alt="image" width="447" height="35" /></a></p>
<p><strong>“EVENT ID 517</strong></p>
<p>Backup started at &#8217;02/12/2009 09:25:29&#8242; failed with following error code &#8217;2155348165&#8242; ( There was a failure in preparing the backup image of one of the volumes in the backup set. ). Please rerun backup once issue is resolved.</p>
<p><strong>EVENT ID 8193</strong></p>
<p>Volume Shadow Copy Service error: Unexpected error calling routine ConvertStringSidToSid.  hr = 0&#215;80070539.</p>
<p>Operation:<br />
OnIdentify event<br />
Gathering Writer Data</p>
<p>Context:<br />
Execution Context: Shadow Copy Optimization Writer<br />
Writer Class Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}<br />
Writer Name: Shadow Copy Optimization Writer<br />
Writer Instance ID: {06ff818a-6da7-4d9c-920b-df9c6309748e}”</p>
<p><strong>Fix</strong></p>
<p>To fix this we had to do the following</p>
<p>1. Create a backup of the registry</p>
<p>2. Delete the following key HKLMSoftwareMicrosoftEventSystem{26c409cc-ae86-11d1-b616-00805fc79216}Subscriptions (leave the EventClass subkey)</p>
<p>3. Restart the server.</p>
<p>4. Run the &#8220;VSSADMIN LIST WRITERS&#8221; from command Prompt. This causes the regkeys to be recreated and rebuilds the VSS writers.</p>
<p>After this all started working.</p>
<p>&nbsp;</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image2.png"><img class="aligncenter" style="float: none;margin-left: auto;margin-right: auto;border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb2.png" border="0" alt="image" width="474" height="268" /></a></p>
<p>Daniel Davies</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SYSPREP a Windows 2008 Server Virtual Machine</title>
		<link>http://support.risualblogs.com/blog/2009/10/19/sysprep-a-windows-2008-server-virtual-machine/</link>
		<comments>http://support.risualblogs.com/blog/2009/10/19/sysprep-a-windows-2008-server-virtual-machine/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:22:43 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.83</guid>
		<description><![CDATA[With Windows 2008 SYSPREP is actually included in the installation of the OS. The SYSPREP procedure on Windows 2008 is really simple. First navigate to “&#60;system root&#62;System32sysprep” If you run sysprep.exe a wizard should pop up. If you select the above options and make sure to tick generalise, to make sure all SID’s get regenerated. [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>With Windows 2008 SYSPREP is actually included in the installation of the OS. The SYSPREP procedure on Windows 2008 is really simple.</p>
<p>First navigate to “&lt;system root&gt;System32sysprep”</p>
<p><a href="http://support.risualblogs.com/blog/files/2009/10/image18.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://support.risualblogs.com/blog/files/2009/10/image_thumb18.png" border="0" alt="image" width="530" height="129" /></a></p>
<p>If you run sysprep.exe a wizard should pop up.</p>
<p><a href="http://support.risualblogs.com/blog/files/2009/10/image19.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://support.risualblogs.com/blog/files/2009/10/image_thumb19.png" border="0" alt="image" width="244" height="183" /></a></p>
<p>If you select the above options and make sure to tick generalise, to make sure all SID’s get regenerated. Once the machine has shutdown, you will be ok to copy the SYSPREPED VM’s VHD onto multiple VM’s and not face any SID issues.</p>
<p><em><strong>Daniel Davies</strong></em></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2009/10/19/sysprep-a-windows-2008-server-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

