<?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>Vroege.biz Blog</title>
	<atom:link href="http://www.vroege.biz/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vroege.biz</link>
	<description>System Center and other IT related stuff</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:49:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SCCM Computers/Laptops Collections</title>
		<link>http://www.vroege.biz/?p=150</link>
		<comments>http://www.vroege.biz/?p=150#comments</comments>
		<pubDate>Tue, 07 Sep 2010 12:19:16 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=150</guid>
		<description><![CDATA[Today I was looking for a way to group my laptops and computers based on Operating System in SCCM. This can be done through query based collections. After some searches I came to the following final query&#8217;s which did the job for me:

Computers &#8211; Windows XP 
select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System inner [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was looking for a way to group my laptops and computers based on Operating System in SCCM. This can be done through query based collections. After some searches I came to the following final query&#8217;s which did the job for me:</p>
<p><span id="more-150"></span></p>
<p><strong>Computers &#8211; Windows XP </strong></p>
<blockquote><p><span style="color: #000000;">select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 5.1%&#8221; and SMS_R_System.SystemOUName like &#8220;%DOMAIN/OU&#8217;s%&#8221; and SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes not in (&#8220;8&#8243;,&#8221;9&#8243;,&#8221;10&#8243;,&#8221;14&#8243;)</span></p></blockquote>
<p><strong>Computers &#8211; Windows 7</strong></p>
<blockquote><p><span style="color: #000000;">select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 6.1%&#8221; and SMS_R_System.SystemOUName like &#8220;%DOMAIN/OU&#8217;s%&#8221; and SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes not in (&#8220;8&#8243;,&#8221;9&#8243;,&#8221;10&#8243;,&#8221;14&#8243;)</span></p></blockquote>
<p><strong>Laptops &#8211; Windows XP</strong></p>
<blockquote><p><span style="color: #000000;">select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 5.1%&#8221; and SMS_R_System.SystemOUName like &#8220;%DOMAIN/OU&#8217;s%&#8221; and SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes in (&#8220;8&#8243;,&#8221;9&#8243;,&#8221;10&#8243;,&#8221;14&#8243;)</span></p></blockquote>
<p><strong>Laptops &#8211; Windows 7 </strong></p>
<blockquote><p><span style="color: #000000;">select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 6.1%&#8221; and SMS_R_System.SystemOUName like &#8220;%DOMAIN/OU&#8217;s%&#8221; and SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes in (&#8220;8&#8243;,&#8221;9&#8243;,&#8221;10&#8243;,&#8221;14&#8243;)</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM 2007 R2: Twitter you alerts with SCOM 2007 R2</title>
		<link>http://www.vroege.biz/?p=147</link>
		<comments>http://www.vroege.biz/?p=147#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:08:49 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[System Center Operations Manager]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=147</guid>
		<description><![CDATA[Today I read a very interesting article on the weblog of Walter Eikenboom. Walter is a dutch Guru on SCOM 2007 R2. All credits go to him of course. Posting to be found here
]]></description>
			<content:encoded><![CDATA[<p>Today I read a very interesting article on the weblog of <strong>Walter Eikenboom. </strong>Walter is a dutch Guru on SCOM 2007 R2. All credits go to him of course. Posting to be found <a href="http://weblogwally.spaces.live.com/Blog/cns!A913F865098E0556!2274.entry?wa=wsignin1.0&amp;sa=968103944" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 Server-Core: Install Windows Updates</title>
		<link>http://www.vroege.biz/?p=145</link>
		<comments>http://www.vroege.biz/?p=145#comments</comments>
		<pubDate>Sat, 19 Jun 2010 22:20:49 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=145</guid>
		<description><![CDATA[This evening I installed my Windows 2008 r2 Server Core Active directory server. After the installation I was looking for a simple script to search, download and install Windows Updates. I found the following script on the MSDN website of Microsoft. You can view the script here. I tested it on my brand new domain [...]]]></description>
			<content:encoded><![CDATA[<p>This evening I installed my Windows 2008 r2 Server Core Active directory server. After the installation I was looking for a simple script to search, download and install Windows Updates. I found the following script on the MSDN website of Microsoft. You can view the script <a href="http://msdn.microsoft.com/en-us/library/aa387102(VS.85).aspx" target="_blank">here</a>. I tested it on my brand new domain controller and it works&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCVMM 2008 R2: Error adding Windows 2008 R2 Hyper-V Server</title>
		<link>http://www.vroege.biz/?p=127</link>
		<comments>http://www.vroege.biz/?p=127#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:31:09 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[Error 2916]]></category>
		<category><![CDATA[SCVMM 2008 R2]]></category>
		<category><![CDATA[Windows 2008 R2 Hyper-V]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=127</guid>
		<description><![CDATA[Yesterday I installed my System Center Virtual Machine Manager. The installation was no problem. The first thing to do was to add my Hyper-V host, running on Windows 2008 R2, to the SCVMM server. Unfortunately there came an error. I got the following error:
Error (2916)
VMM is unable to complete the request. The connection to the agent server.contoso.com [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed my System Center Virtual Machine Manager. The installation was no problem. The first thing to do was to add my Hyper-V host, running on Windows 2008 R2, to the SCVMM server. Unfortunately there came an error. I got the following error:</p>
<blockquote><p>Error (2916)<br />
VMM is unable to complete the request. The connection to the agent server.contoso.com was lost.<br />
(Unknown error (0&#215;80338012))</p>
<p>Recommended Action<br />
Ensure that the WS-Management service and the agent are installed and running and that a firewall is not blocking HTTP traffic. If the error persists, reboot server.contoso.com and then try the operation again.</p></blockquote>
<p>After googling the error I found many possible solutions but none of them worked. My last hit before I went to sleep was the good one. The solution for my problem was the following bug: <a href="http://support.microsoft.com/kb/981314" target="_blank">The &#8220;Win32_Service&#8221; WMI class leaks memory in Windows Server 2008 R2 and in Windows 7</a>. I installed the hotfix from the KB article and the problem was solved</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing App-V Dashboard</title>
		<link>http://www.vroege.biz/?p=95</link>
		<comments>http://www.vroege.biz/?p=95#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:10:06 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[System Center App-V]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=95</guid>
		<description><![CDATA[Today I found a interesting article about the App-V Dashboard. With the dashboard you can show some interesting App-V Usage information through a graphical website. The following picture shows how users can use the Dashboard:
 
 The Application Virtualization Dashboard process flow involves the following sequence of activities: 

An IT Service Manager requests a new data set.
The IT [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found a interesting article about the App-V Dashboard. With the dashboard you can show some interesting App-V Usage information through a graphical website. The following picture shows how users can use the Dashboard:<span id="more-95"></span></p>
<p> <img class="aligncenter size-full wp-image-96" title="dashboardflow" src="http://www.vroege.biz/wp-content/uploads/2010/05/dashboardflow.jpg" alt="" width="508" height="554" /></p>
<p> The Application Virtualization Dashboard process flow involves the following sequence of activities: </p>
<ol>
<li>An IT Service Manager requests a new data set.</li>
<li>The IT Administrator uses the Dashboard Configuration Web Part to define the new data set.</li>
<li>The IT Administrator stores the configuration information for the new data set (the information is saved in the Windows SharePoint Services Content database).</li>
<li>The IT Administrator adds a new copy of the Dashboard Viewer Web Part to the default Application Virtualization Dashboard and then modifies the Web part to display the new data set.</li>
<li>The IT Service Manager browses to the Application Virtualization Dashboard site.</li>
<li>Windows SharePoint Services queries the Application Virtualization database as specified by the data set configuration.</li>
<li>Windows SharePoint Services renders the new data set using the Dashboard Viewer Web Part.  </li>
</ol>
<p>More information can be found <a href="http://technet.microsoft.com/en-us/library/ff424455.aspx" target="_blank">here</a>. The installation of the dashboard has to following requirements:</p>
<ul>
<li>Microsoft App-V 4.5 or 4.6</li>
<li>Windows Sharepoint Services 3.0 SP2 or Microsoft Office SharePoint Server 2007 SP2</li>
<li>Microsoft .Net 3.5 Framework</li>
<li>Windows Internet Explorer 7 or 8</li>
</ul>
<p>I decided to install the dashboard on the App-V Management Server for a test. I did the following installation steps:</p>
<p>1. Download and Install .Net 3.5 Framework<br />
2. Download and Install Windows Sharepoint Services 3.0 SP2, choose StandAlone Install if you want to install the SQL 2005 MSDE, if you want to connect to a existing SQL Instance choose web-front end.<br />
3. After the Installation of SPS 3.0 SP2, run the configuration wizard.<br />
4. Download the AppVDashboard from the Connect Website of Microsoft<br />
5. Extract the downloaded zip file<br />
6. Open a command prompt and type the following command:</p>
<blockquote><p><em>Msiexec /I AppVDashboard_x86.msi /L*V setup.log</em></p></blockquote>
<p>7. Click Next on the Welcome Installation Screen<br />
8. Click I Accept en Next<br />
9. Fill in the information needed to connect to the database<br />
10. Fill in the information for the Sharepoint Website<br />
11. Click Install to Install the dashboard</p>
<p>After the installation the configuration must be done. More to follow&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Roadmap</title>
		<link>http://www.vroege.biz/?p=114</link>
		<comments>http://www.vroege.biz/?p=114#comments</comments>
		<pubDate>Thu, 10 Jun 2010 10:26:34 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=114</guid>
		<description><![CDATA[At TechEd this week, Microsoft presented the Roadmap for the System Center products. The coming years will be the years of vNext versions&#8230; Very interesting. Currently SCCM vNext is in the phase of Beta 1. I am planning to install the beta in the next weeks. I will post some screens and information on my [...]]]></description>
			<content:encoded><![CDATA[<p>At TechEd this week, Microsoft presented the Roadmap for the System Center products. The coming years will be the years of vNext versions&#8230; Very interesting. Currently SCCM vNext is in the phase of Beta 1. I am planning to install the beta in the next weeks. <span id="more-114"></span>I will post some screens and information on my blog. For now the Roadmap (click on the image for the full image size):</p>
<p> <a href="http://www.vroege.biz/wp-content/uploads/2010/06/sys-center-roadmap.png"><img class="size-full wp-image-115 alignleft" title="sys-center-roadmap" src="http://www.vroege.biz/wp-content/uploads/2010/06/sys-center-roadmap.png" alt="" width="540" height="295" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing App-V 4.5 SP2 on 4.6 Management Server</title>
		<link>http://www.vroege.biz/?p=85</link>
		<comments>http://www.vroege.biz/?p=85#comments</comments>
		<pubDate>Fri, 28 May 2010 17:00:12 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[System Center App-V]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=85</guid>
		<description><![CDATA[This week Microsoft released App-V 4.5 SP2. The release notes introduced the following new functions:

Support for Office 2010: App-V 4.5 SP2 now supports the virtualization of Microsoft Office 2010.
Support for Database Mirroring: App-V 4.5 SP2 now supports Microsoft SQL Server Database Mirroring.
Customer Feedback and Hotfix Rollup: App-V 4.5 SP2 also includes a rollup of fixes to address issues found after [...]]]></description>
			<content:encoded><![CDATA[<p>This week Microsoft released App-V 4.5 SP2. The release notes introduced the following new functions:</p>
<ul>
<li>Support for Office 2010: App-V 4.5 SP2 now supports the virtualization of Microsoft Office 2010.</li>
<li>Support for Database Mirroring: App-V 4.5 SP2 now supports Microsoft SQL Server Database Mirroring.</li>
<li>Customer Feedback and Hotfix Rollup: App-V 4.5 SP2 also includes a rollup of fixes to address issues found after the App-V  4.5 SP1 release.</li>
</ul>
<p>The support for database mirroring is a very interested new function. But how about database mirroring on my App-V 4.6 infrastructure. I looked at the version of my App-V 4.6 server, the version was 4.5.2.17140. So technically it&#8217;s also possible to install the servicepack on my 4.6 infrastructure. I give it a try:</p>
<p><span id="more-85"></span></p>
<p>I looked in my database on which version my server was runnning. I did the following query:</p>
<blockquote><p><em>SELECT hostname,version FROM dbo.SERVERS;</em></p></blockquote>
<p>The result was:</p>
<p> <strong>Hostname:</strong> ###### &#8212;&#8212;- <strong>Version:</strong> 4.5.2.17140</p>
<p>Below the steps I did:</p>
<p>1. Download the patch from <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c8ef481e-ddbd-472b-8ce8-ffa2fdba314f" target="_blank">here</a></p>
<p>2. Unzip the download file and start the setup_upgrade.exe from the Management Server folder</p>
<p>3. On the welcome screen click Next</p>
<p>4. Accept the terms and click Next</p>
<p>5. Choose your option on the Windows Update screen and click Next</p>
<p>6. Note that the access to the Management Server will be disbabled and click Next</p>
<p>7. Check if the database information is correct and click Next</p>
<p>8. Click Next</p>
<p>9. Click Upgrade</p>
<p>10. After the Upgrade restart the Management Server</p>
<p>After the restart I ran the query again:</p>
<p> <strong>Hostname:</strong> ###### &#8212;&#8212;- <strong>Version:</strong> 4.5.3.19480</p>
<p>The result is that my 4.6 App-V Management Server is upgraded with a 4.5 SP2. Very nice logic, but it works. Now it&#8217;s time for in dept testing!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Installing KB974417 (.Net 2.0)</title>
		<link>http://www.vroege.biz/?p=78</link>
		<comments>http://www.vroege.biz/?p=78#comments</comments>
		<pubDate>Thu, 01 Apr 2010 08:07:22 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[Windows Update Services]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=78</guid>
		<description><![CDATA[If you get the following error while installing KB974417 through WSUS:
Installation Failure: Windows failed to install the following update with error 0&#215;80070643: Microsoft .NET Framework 2.0 Service Pack 2 Security Update for Windows 2000, Windows Server 2003, and Windows XP (KB974417).
 
I posted the solution which I found on the microsoft blogs and tested:
1. Remove KB976569
2. Install KB974417
3. [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the following error while installing KB974417 through WSUS:</p>
<address>Installation Failure: Windows failed to install the following update with error 0&#215;80070643: Microsoft .NET Framework 2.0 Service Pack 2 Security Update for Windows 2000, Windows Server 2003, and Windows XP (KB974417).</address>
<p> </p>
<p>I posted the solution which I found on the microsoft blogs and tested:</p>
<pre>1. Remove KB976569</pre>
<pre>2. Install KB974417</pre>
<pre>3. Reinstall other .Net Updates</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Servers not showing up in WSUS</title>
		<link>http://www.vroege.biz/?p=67</link>
		<comments>http://www.vroege.biz/?p=67#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:27:52 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[Windows Update Services]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=67</guid>
		<description><![CDATA[Today I had some servers which weren&#8217;t visible in WSUS. So I searched on the internet and found that the following steps will solve these problems:
1 . Delete the corresponding Reg Key&#8217;s:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AccountDomainSid
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\PingID
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientId
 
2. Restart the WSUS Client service:
net stop wuauserv
net start wuauserv
 
3.  Finally reset the WSUS settings and detect new updates:
wuauclt.exe /resetauthorization /detectnow
]]></description>
			<content:encoded><![CDATA[<p>Today I had some servers which weren&#8217;t visible in WSUS. So I searched on the internet and found that the following steps will solve these problems:</p>
<p>1 . Delete the corresponding Reg Key&#8217;s:</p>
<pre>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AccountDomainSid
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\PingID
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientId</pre>
<p> </p>
<p>2. Restart the WSUS Client service:</p>
<pre>net stop wuauserv
net start wuauserv</pre>
<p> </p>
<p>3.  Finally reset the WSUS settings and detect new updates:</p>
<pre>wuauclt.exe /resetauthorization /detectnow</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration WSUS database SQL2005 -&gt; SQL2008</title>
		<link>http://www.vroege.biz/?p=59</link>
		<comments>http://www.vroege.biz/?p=59#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:20:55 +0000</pubDate>
		<dc:creator>Arjan Vroege</dc:creator>
				<category><![CDATA[Windows Update Services]]></category>

		<guid isPermaLink="false">http://www.vroege.biz/?p=59</guid>
		<description><![CDATA[Today I installed my first Microsoft SQL 2008 server. I used Windows 2008 R2 as the underlaying OS. The installation was no problem so I decided to start with the migration of one of my SQL2005 Databases, the WSUS Database.  
I searched the internet for documentation about it. But most of the information is about migrating [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed my first Microsoft SQL 2008 server. I used Windows 2008 R2 as the underlaying OS. The installation was no problem so I decided to start with the migration of one of my SQL2005 Databases, the WSUS Database.  <span id="more-59"></span></p>
<p>I searched the internet for documentation about it. But most of the information is about migrating the whole WSUS server. So I decided to give it a go on some information which I found for SCOM 2007. I did the following steps:</p>
<p><strong>1. Stop WSUS and IIS services on you WSUS Server</strong></p>
<p><strong>2. I did a Detach on the SUSDB database on my SQL 2005 server</strong></p>
<p><strong>3. I moved the both the DATA and LOG file to my new SQL 2008 server</strong></p>
<p><strong>4. I did a Attach on the SUSDB database on my SQL 2008 server</strong></p>
<p><strong>5. I added a login on my SQL2008 server for the Computer Account on which the Update Services is running.</strong></p>
<p><strong>6. I edited the following REG key on my WSUS Server:</strong></p>
<pre>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup]
"SqlServerName"= "YOUR SQL 2008 Server"</pre>
<p><strong>7. Start WSUS and IIS services on you WSUS Server</strong></p>
<p>After the it didn&#8217;t work for me, after the SQL 2008 Installation I forgot to configure my firewall to allow SQL traffic. So I added the following Inbound Rules to the firewall:</p>
<pre>TCP - 135 – Transact SQL Debugger
TCP - 1433 – SQL Traffic
UDP - 1434 – SQL Browser Traffic
TCP - 2383 – SQL Analytics Traffic
TCP - 4022 – SQL Broker Traffic</pre>
<p>After adding these rules everything works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vroege.biz/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
