<?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>Gwen Demulder</title>
	<atom:link href="http://www.gwendemulder.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwendemulder.be</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 15:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up a common windows server environment with Windows Server 8</title>
		<link>http://www.gwendemulder.be/2012/05/19/setting-up-a-common-windows-server-environment-with-windows-server-8/</link>
		<comments>http://www.gwendemulder.be/2012/05/19/setting-up-a-common-windows-server-environment-with-windows-server-8/#comments</comments>
		<pubDate>Sat, 19 May 2012 15:40:43 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[LOB]]></category>
		<category><![CDATA[owa]]></category>
		<category><![CDATA[RDWEB]]></category>
		<category><![CDATA[Remote desktop services]]></category>
		<category><![CDATA[Server 2012]]></category>
		<category><![CDATA[Server 8]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=1109</guid>
		<description><![CDATA[Introduction In this text I will explain how to set up a common business configuration with Windows Server 8. To me this means the following: Users have access to their own business e-mail, via Outlook or Outlook Web App LOB applications are available to users via a Remote Desktop Session Host The Remote Desktop Session [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction<br />
</strong></p>
<p>In this text I will explain how to set up a common business configuration with Windows Server 8. To me this means the following:</p>
<p>Users have access to their own business e-mail, via Outlook or Outlook Web App</p>
<p>LOB applications are available to users via a Remote Desktop Session Host</p>
<p>The Remote Desktop Session Host is also available from outside of the business network to select users</p>
<p><strong>Prerequisites<br />
</strong></p>
<p>For this lab we need several things.</p>
<p>A virtualization host, in my case this is vmware ESXi 5 U1</p>
<p>ISO images for the guest machines:</p>
<ul>
<li>Windows Server 8</li>
<li>Windows 8</li>
<li>Windows 2008 R2 SP1 (for exchange 2010 server)</li>
</ul>
<p>Don&#8217;t think that you need a HP Proliant with 64GB of RAM to run this lab environment. To give you an idea I&#8217;m using the following configuration:</p>
<ul>
<li>Intel Core i5</li>
<li>Asus Micro ATX mainboard</li>
<li>16 GB RAM</li>
<li>JBOD disks</li>
</ul>
<p>I try to spread the vm&#8217;s over different hard disks, if you put everything on the same disk you will be waiting for a long time. This is due to the limited amount of IOPS a single hard disk can deliver.</p>
<p><strong>Setting up a base Windows Server 8<br />
</strong></p>
<p>We will first create a single Windows Server 8 machine. Afterwards we will copy the machine and generate a new SID.</p>
<p>Go ahead and create a new virtual machine in your vsphere client. In the type of machine dropdown list you can already select Windows 8. Be advised that this is still a work in progress from Vmware. After selecting Windows 8 I provide the following resources to the machine:</p>
<ul>
<li>1vcpu</li>
<li>2GB RAM</li>
<li>15GB thin provisioned hard disk (this is about as low as you can go for the install, 32GB minimum recommended by Microsoft)</li>
<li>Remove the floppy drive</li>
</ul>
<p>When the machine is created you need to edit the settings further. Change the type of virtual machine from Server 8 to Windows Server 2008 R2. If you do not do this you will end up looking at a black screen when you promote your Server 8 as domain controller.</p>
<p>Connect the CD-drive and select the ISO of Windows Server 8.</p>
<p>When you&#8217;ve completed the above steps you can start the virtual machine.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac1.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac2.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac3.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac4.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac5.png" alt="" /></p>
<p>Select &#8220;Custom: Install Windows only (advanced)&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac6.png" alt="" /></p>
<p>Ignore the 160GB, yours should be 15GB (esxi will use the full size of the disk and not the thin disk when you copy the machine).</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac7.png" alt="" /></p>
<p>Get you first cup of coffee.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac8.png" alt="" /></p>
<p>Get your second cup of coffee.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac9.png" alt="" /></p>
<p>Fishy!</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac10.png" alt="" /></p>
<p>Enter a password and click on &#8220;Finish&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac11.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac12.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac13.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac14.png" alt="" /></p>
<p>Next you need to install the &#8220;Vmware tools&#8221; (VM -&gt; Guest -&gt; Install/Upgrade vmware tools).</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac15.png" alt="" /></p>
<p>Restart to complete vmware tools installation.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac16.png" alt="" /></p>
<p>Start sysprep (c:\windows\system32\sysprep\sysprep.exe). Select &#8220;OOBE&#8221;, &#8220;Shutdown&#8221; and enable &#8220;Generalize&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac17.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac18.png" alt="" /></p>
<p>Once your machine has shut down copy your base Windows Server 8 machine to another datastore. Afterwards rename the folder and add the vmx file to the inventory. I&#8217;ll leave it up to you to select a suitable name for the machine. Also, get a third cup of coffee…</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac19.png" alt="" /></p>
<p>Vmware estimates are about as accurate as Microsoft estimates… <span style="font-family: Wingdings;">J</span></p>
<p>You need to make 3 copies of the Windows Server 8 machine.</p>
<p>In the meantime you can create a 2008R2 vm to install the exchange 2010 Mailbox database on. This will be the only 2008R2 server.</p>
<p>Also create a Windows 8 client machine.</p>
<p><strong>Setting up the domain controller<br />
</strong></p>
<p>Start up the first copied Windows 8 server.</p>
<p>The server will ask for a product key. You can just skip this step.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac20.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac21.png" alt="" /></p>
<p>Sysprep has preserved our settings.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac22.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac23.png" alt="" /></p>
<p>Set up a fixed IP for your server.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac24.png" alt="" /></p>
<p>Give your server a meaningful name, restart the server.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac25.png" alt="" /></p>
<p>Add &#8220;Active Directory Domain Services&#8221; role.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac26.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac27.png" alt="" /></p>
<p>Click on &#8220;Promote this server to a domain controller&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac28.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac29.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac30.png" alt="" /></p>
<p>Ignore this one and click on next.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac31.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac32.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac33.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac34.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac35.png" alt="" /></p>
<p>Congratulations, you&#8217;ve just deployed your first Windows 8 (2012) domain controller.</p>
<p>Start up the other 3 servers, assign a fixed IP and add them to your newly created domain.</p>
<ul>
<li>Srv8SH: Remote Desktop Session Host</li>
<li>Srv8GW: Gateway, Remote Desktop Web Access</li>
<li>SrvExch: Exchange 2010 Database server (The only 200R2 server)</li>
</ul>
<p>Install the following beta on the 2008 R2 server ( WMF3 Beta: <a href="http://www.microsoft.com/download/en/details.aspx?id=28998">http://www.microsoft.com/download/en/details.aspx?id=28998</a> ).</p>
<p>Afterwards run these powershell commands on the 2008 R2 server.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac36.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac37.png" alt="" /></p>
<p>Add your new servers to the server manager on the domain controller. This can be done by clicking on &#8220;Manage&#8221; and selecting &#8220;Add Servers&#8221;. This allows you to select servers in the Active Directory.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac38.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac39.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac40.png" alt="" /></p>
<p><strong>Deploy Remote Desktop Services scenario-based installation<br />
</strong></p>
<p>New in Server 8 is the possibility to deploy roles via a &#8220;scenario&#8221;. These scenario&#8217;s allow you to deploy roles and features to a group of servers via one wizard. In the past you needed to install the roles server per server. The only thing you need to do in advance is add the servers to a server manager.</p>
<p>Right now the only scenario available is &#8220;Remote Desktop Services&#8221;.</p>
<p>Click on &#8220;Manage&#8221; and select &#8220;Add roles and features&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac41.png" alt="" /></p>
<p>Select &#8220;Remote Desktop Services scenario-based installation&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac42.png" alt="" /></p>
<p>Select &#8220;Standard deployment&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac43.png" alt="" /></p>
<p>Select &#8220;Session Virtualization&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac44.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac45.png" alt="" /></p>
<p>Select SRV8GW as connection broker.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac46.png" alt="" /></p>
<p>Select &#8220;Install the RD Web Access role service on the RD Connection Broker server&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac47.png" alt="" /></p>
<p>Select SRV8SH as Session Host.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac48.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac49.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac50.png" alt="" /></p>
<p>In the server manager a new option has been added called &#8220;Remote Desktop Services&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac51.png" alt="" /></p>
<p>In there we can find a &#8220;Deployment overview&#8221; which helps the administrator to set up extra roles.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac52.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac53.png" alt="" /></p>
<p>By right clicking on the RD Gateway icon you can add RD Gateway servers.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac54.png" alt="" /></p>
<p>Select SRV8GW as Gateway server.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac55.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac56.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac57.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac58.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac59.png" alt="" /></p>
<p>Click on &#8220;Create new certificate&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac60.png" alt="" /></p>
<p><strong>Install Exchange 2010<br />
</strong></p>
<p>If you want to try running Exchange 2010 on Server 8 check out the following article: <a href="http://exchangeserverpro.com/installing-exchange-server-2010-windows-server-8">http://exchangeserverpro.com/installing-exchange-server-2010-windows-server-8</a></p>
<p>I decided to install Exchange 2010 on a Windows 2008 R2 guest. Only the CAS role will be installed on the SRV8GW, this to allow OWA and RDWEB from the same wan ip on port 443.</p>
<p>Run the prerequisites to install exchange 2010.</p>
<p>Select custom installation. Chose the following options:</p>
<p>Hub Transport Role</p>
<p>Mailbox Role</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac61.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac62.png" alt="" /></p>
<p>Enjoy another cup of coffee!</p>
<p>Afterwards reboot the server.</p>
<p>Next log on to the Server 8 gateway server.</p>
<p>Open regedit</p>
<p>Go to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion</p>
<p>Change the CurrentVersion string to 6.1.</p>
<p>Install the Application Server Role, be sure to select framework 3.5.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac63.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac64.png" alt="" /></p>
<p>Run the following powershell commands:</p>
<p>Import-Module ServerManager</p>
<p>Add-WindowsFeature RSAT-ADDS,NET-HTTP-Activation,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,RPC-Over-HTTP-Proxy,Web-Asp-Net,Web-WMI,Web-ISAPI-Filter -Restart</p>
<p>Install the CAS role on this server. Don&#8217;t select &#8220;Automatically install Windows Server roles and features…&#8221;.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac65.png" alt="" /></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac66.png" alt="" /></p>
<p>Use the same FQDN as the one you used for the RD Web Access.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac67.png" alt="" /></p>
<p>After the installation return the CurrentVersion key to its previous value of &#8220;6.2&#8243;.</p>
<p>Reboot the server.</p>
<p>The Exchange Management Console won&#8217;t work on the Server 8 machine. But when you look on our 2008 R2 mailbox server you can see that the CAS server was successfully detected.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac68.png" alt="" /></p>
<p>However when we try to log into OWA something still seems to be wrong <span style="font-family: Wingdings;">L</span></p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac69.png" alt="" /></p>
<p>The key error being &#8220;INSUFF_ACCESS_RIGHTS&#8221;. Either Exchange does not have enough rights, or the rights are wrong on our user.</p>
<p>Open Active Directory Users and Computers.</p>
<p>On view, click Advanced Features.</p>
<p>Open the properties of the user you are trying to use for log in onto OWA. Go to the permissions tab and click on &#8220;Enable inheritance&#8221;.</p>
<p>Click on apply. Confirm the rules that will be changed.</p>
<p>Try to log in again. Owa should be working.</p>
<p>Remark: I tried to log in with a user that already existed before the Exchange server was installed. I will try with a post exchange installation user later.</p>
<p>So now you have OWA and RD Web Access working on the same Windows 8 Server.</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac70.png" alt="" /><img src="http://www.gwendemulder.be/wp-content/uploads/2012/05/051912_1537_Settingupac71.png" alt="" /></p>
<p>That&#8217;s it for now, in the next few articles we&#8217;ll have a look at some further refinements to this environment. Such as:</p>
<ul>
<li>Connecting a Windows 8 client to Exchange (With Outlook and the built in mail app)</li>
<li>Publishing and installing remoteapps</li>
<li>Setting up group policies on the Remote Desktop Session Host</li>
<li>Provisioning shares and mapping these</li>
</ul>
<p>I realize the tiles view from Windows 8 looks strange, it looks even more out of place when visible on a server. The trick is looking beyond it. Just tap on the Windows key on your keyboard and start typing. You&#8217;ll soon find what you need. Server Administrators will probably be living in the redesigned server manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/05/19/setting-up-a-common-windows-server-environment-with-windows-server-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2011 Standard roll-up 2</title>
		<link>http://www.gwendemulder.be/2012/04/09/sbs-2011-standard-roll-up-2/</link>
		<comments>http://www.gwendemulder.be/2012/04/09/sbs-2011-standard-roll-up-2/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 13:50:55 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=1044</guid>
		<description><![CDATA[Go fetch SBS 2011 roll-up 2 if your clients want to download files from RWA on their ipad More info can be found here: http://support.microsoft.com/kb/2660819/en-us]]></description>
			<content:encoded><![CDATA[<p>Go fetch SBS 2011 roll-up 2 if your clients want to download files from RWA on their ipad <img src='http://www.gwendemulder.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>More info can be found here: <a href="http://support.microsoft.com/kb/2660819/en-us">http://support.microsoft.com/kb/2660819/en-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/04/09/sbs-2011-standard-roll-up-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install SBS 2011 self signed certificate on client</title>
		<link>http://www.gwendemulder.be/2012/04/09/install-sbs-2011-self-signed-certificate-on-client/</link>
		<comments>http://www.gwendemulder.be/2012/04/09/install-sbs-2011-self-signed-certificate-on-client/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 13:15:54 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=1002</guid>
		<description><![CDATA[By default all SBS websites use https. When you decide not to use a third party certificate the self signed certificate will be used. This certificate is created in the &#8216;Set up your internet address&#8217; wizard. Be sure to use a domain name which you currently own. By default the structure of the remote web [...]]]></description>
			<content:encoded><![CDATA[<p>By default all SBS websites use https. When you decide not to use a third party certificate the self signed certificate will be used. This certificate is created in the &#8216;Set up your internet address&#8217; wizard.
</p>
<p>Be sure to use a domain name which you currently own. By default the structure of the remote web access url is <a href="https://remote.domainname.suffix">https://remote.domainname.suffix</a> .You can chose to replace &#8216;remote&#8217; with something else in the &#8216;Set up your internet address&#8217; wizard. You must create an a-record &#8216;remote.domainname.suffix&#8217; which is pointing towards the WAN IP of the SBS network. It is also advisable to create a ptr record for the IP if you intend to send mails directly from the server.
</p>
<p>With the self signed certificate users will receive a warning when they try to access the website. This is normal behavior as the trusted root certificate is not available on the client machine by default.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS21.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>To install the certificate you will first need to download it from the remote web app. Click on &#8216;Continue&#8217;.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS22.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>Open &#8216;Public&#8217; shared folder.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS23.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>Navigate to &#8220;Downloads\Certificate Distribution Package&#8221;. Select &#8220;SBSCertificate.cer&#8221; and click on &#8220;Download&#8221;.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS24.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>Open a new console (Start, run, mmc). Add the certificates snap-in (computer account, local computer). Navigate to &#8220;Trusted Certification Authorities\Certificates&#8221;.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS25.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>Right click on the &#8220;Certificates&#8221; folder and select &#8220;All Tasks, Import&#8221;. Select the certificate you downloaded.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS26.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p>After restarting internet explorer you should no longer get an error concerning the certificate.
</p>
<p><img src="http://www.gwendemulder.be/wp-content/uploads/2012/04/040912_1314_InstallSBS27.png" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p> Be advised: the self signed certificate will expire after about two years. When this happens you will need to re-run the &#8220;Set Up your internet address&#8221; wizard. When it is completed a new certificate will have been created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/04/09/install-sbs-2011-self-signed-certificate-on-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes server on Lacie Network Space 2 not compatible with iTunes 10.5</title>
		<link>http://www.gwendemulder.be/2012/02/19/itunes-server-on-lacie-network-space-2-not-compatible-with-itunes-10-5/</link>
		<comments>http://www.gwendemulder.be/2012/02/19/itunes-server-on-lacie-network-space-2-not-compatible-with-itunes-10-5/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 16:31:03 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[itunes server]]></category>
		<category><![CDATA[lacie]]></category>
		<category><![CDATA[network space 2]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=995</guid>
		<description><![CDATA[I ran into a strange issue with iTunes and my Lacie Network Space 2 this afternoon. I was unable to play songs from my Lacie&#8217;s media library. Apparently there has been a change in how iTunes handles NAS with integrated iTunes servers. My Lacie Network Space was still on version 1.2.93 (automatic updates are disabled [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a strange issue with iTunes and my Lacie Network Space 2 this afternoon. I was unable to play songs from my Lacie&#8217;s media library. Apparently there has been a change in how iTunes handles NAS with integrated iTunes servers.</p>
<p>My Lacie Network Space was still on version 1.2.93 (automatic updates are disabled by me). Installing <a href="http://www.lacie.com/be/support/drivers/driver.htm?id=10200">version 2.2.4</a> resolved the issue. A few new features also came available:</p>
<ul>
<li>Back-up to another NAS via netbackup</li>
<li>Set up a schedule for backups</li>
<li>SFTP</li>
<li>I can now set a power schedule per day (previously only one schedule for all days)</li>
</ul>
<p>The NAS is still a bit on the slow side, my hopes of performance improvements with this update seem to be idle. <img src='http://www.gwendemulder.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once again I am reminded that I should keep my peripherals up to date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/02/19/itunes-server-on-lacie-network-space-2-not-compatible-with-itunes-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardwarepalooza</title>
		<link>http://www.gwendemulder.be/2012/02/18/hardwarepalooza/</link>
		<comments>http://www.gwendemulder.be/2012/02/18/hardwarepalooza/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 18:42:47 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[5 big]]></category>
		<category><![CDATA[Gen8]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[lacie]]></category>
		<category><![CDATA[office +]]></category>
		<category><![CDATA[Proliant]]></category>
		<category><![CDATA[windows storage server essentials]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=981</guid>
		<description><![CDATA[Now and then I get the chance at my work to try out a new piece of technology. Lacie recently presented us their Lacie 5 big Office +. Inside there was an intel Atom D510 1.6GHz CPU, 2GB&#8217;s of RAM, 2nics , and a whopping 10TB of storage (5 2TB drives). What sets this box [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-989 alignright" title="5big_Office_Right" src="http://www.gwendemulder.be/wp-content/uploads/2012/02/5big_Office_Right-300x292.jpg" alt="" width="180" height="175" />Now and then I get the chance at my work to try out a new piece of technology. Lacie recently presented us their <a title="Lacie 5 Big Office +" href="http://www.lacie.com/products/product.htm?id=10580" target="_blank">Lacie 5 big Office +.</a> Inside there was an intel Atom D510 1.6GHz CPU, 2GB&#8217;s of RAM, 2nics , and a whopping 10TB of storage (5 2TB drives). What sets this box appart from other network storage systems is that this one runs on Windows instead of Linux. The installed version of Windows was <a href="http://www.gwendemulder.be/2011/05/29/connecting-storage-server-essentials-to-a-domain/" target="_blank">Windows Storage Server Essentials</a>. Storage Server Essentials you can provide a few basic tasks out of the box:</p>
<ul>
<li>Remote access to files (much like in SBS 2011 Standard &amp; Essentials)</li>
<li>Remote Desktop Gateway ( to connect to client computers in the network)</li>
<li>provisioning shares for the network</li>
</ul>
<p>Unlike it&#8217;s home counterpart (Windows Home Server) this Operation System can be added to an active directory. On the Lacie 5 big Office+ both DFS-R, DFS-N, iSCSI roles and features are installed out of the box.</p>
<p>Lacie is pushing this machine as an ideal solution for branch offices and I&#8217;d have to agree&#8230; However there is always room for improvement:</p>
<ul>
<li>Only one AC/DC power supply available on the machine (apparently Western Digital has a similar unit where the addition of an extra power supply is possible)</li>
<li>You can only backup the unit to another NAS or to the online backup storage of Lacie (Wuala, about €1 per GB per Year. € 1000 if you want to store 10 TB online&#8230; Not that anyone will)</li>
<li> You can not back up other servers with the built in backup solution of Storage Server Essentials (You could install a backup solution and backup to the internal disks, but we all love our off site back-ups don&#8217;t we?)</li>
<li>Technical support: The advantage on brand servers such as HP Proliants is that we can get different support packs. If the standard Lacie support applies on this unit it means we have to ship the entire machine back to Lacie if there is an issue&#8230; I&#8217;m sure the workers in the branch office won&#8217;t mind being without a server for a few weeks)</li>
</ul>
<p>The demo unit we received also had issues with a built-in fan (probably due to shipping). The performance of the box was unaffected by this. Restoring a Windows machine from this box was also a walk in the park. Despite my previous remarks I am quite charmed by this box. If I were a system administrator on a tight budget, I&#8217;dd probably consider these boxes. I cannot however promote it as a 24/7 solution. If my Lacie Network Space 2 ever decides to die on me I might replace it with the Lacie 5big office (same hardware but Windows Home Server 2011).</p>
<p>In other news: HP has announced that 2012 will bring us their next generation of servers. Currently most of our tower-based installations happen on Proliant ML350 G6&#8242;s. These have been around for quite a while now and frankly it is time for something new (especially ILO3 instead of ILO2). <a href="http://h17007.www1.hp.com/us/en/whatsnew/proliantgen8/index.aspx" target="_blank">More info can be found on the HP announcement page</a>.</p>
<p><a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/02/17/redesigning-the-windows-logo.aspx" target="_blank">Microsoft also presented the new logo for Windows 8</a>. To be honest&#8230; I prefer the logo of Windows 1.0 &#8230; Let&#8217;s hope the logo is the only downside to Windows 8 (and its server variants).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/02/18/hardwarepalooza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roll up 1 for exchange 2010 SP2</title>
		<link>http://www.gwendemulder.be/2012/02/17/roll-up-1-for-exchange-2010-sp2/</link>
		<comments>http://www.gwendemulder.be/2012/02/17/roll-up-1-for-exchange-2010-sp2/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 19:32:53 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=978</guid>
		<description><![CDATA[The first roll up for Exchange 2010 Service Pack 2 has been released. Unfortunately, the wrong translation in the dutch version of OWA is still there. Disappointment]]></description>
			<content:encoded><![CDATA[<p>The first roll up for Exchange 2010 Service Pack 2 has been released. Unfortunately, the wrong translation in the dutch version of OWA is still there.</p>
<p>Disappointment <img src='http://www.gwendemulder.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2012/02/17/roll-up-1-for-exchange-2010-sp2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Proliant ML350 G5</title>
		<link>http://www.gwendemulder.be/2011/12/20/hp-proliant-ml350-g5/</link>
		<comments>http://www.gwendemulder.be/2011/12/20/hp-proliant-ml350-g5/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 20:03:19 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Blown]]></category>
		<category><![CDATA[Capacitor]]></category>
		<category><![CDATA[G5]]></category>
		<category><![CDATA[ML350]]></category>
		<category><![CDATA[Proliant]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=971</guid>
		<description><![CDATA[When dealing with stability issues on an HP Proliant ML350 G5 be sure to check the mainboard for blown capacitors. Newer boards seems to use a different type of capacitor. Blown capacitor on old board: Capacitor on newer revision: Yet another reason why to extend your machines warranty (a maximum of 5 years is possible [...]]]></description>
			<content:encoded><![CDATA[<p>When dealing with stability issues on an HP Proliant ML350 G5 be sure to check the mainboard for blown capacitors. Newer boards seems to use a different type of capacitor.</p>
<p>Blown capacitor on old board:</p>
<p><a href="http://www.gwendemulder.be/wp-content/uploads/2011/12/image001.png"><img class="alignnone size-medium wp-image-972" title="image001" src="http://www.gwendemulder.be/wp-content/uploads/2011/12/image001-300x77.png" alt="" width="300" height="77" /></a></p>
<p>Capacitor on newer revision:</p>
<p><a href="http://www.gwendemulder.be/wp-content/uploads/2011/12/image002.png"><img class="alignnone size-medium wp-image-973" title="image002" src="http://www.gwendemulder.be/wp-content/uploads/2011/12/image002-300x92.png" alt="" width="300" height="92" /></a></p>
<p>Yet another reason why to extend your machines warranty (a maximum of 5 years is possible for HP Proliant servers).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2011/12/20/hp-proliant-ml350-g5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange SP2 &#8211; Issue with dutch OWA</title>
		<link>http://www.gwendemulder.be/2011/12/11/exchange-sp2-issue-with-dutch-owa/</link>
		<comments>http://www.gwendemulder.be/2011/12/11/exchange-sp2-issue-with-dutch-owa/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 12:09:03 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[small business server]]></category>
		<category><![CDATA[sp2]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=968</guid>
		<description><![CDATA[Dutch speaking users might want to hold back on installing Exchange 2010 SP2. There appears to be a wrong translation in Outlook Web App.]]></description>
			<content:encoded><![CDATA[<p>Dutch speaking users might want to hold back on installing Exchange 2010 SP2. There appears to be a wrong translation in Outlook Web App.</p>
<p><a href="http://www.gwendemulder.be/wp-content/uploads/2011/12/foutsp2.png"><img class="alignnone size-medium wp-image-969" title="foutsp2" src="http://www.gwendemulder.be/wp-content/uploads/2011/12/foutsp2-300x161.png" alt="" width="300" height="161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2011/12/11/exchange-sp2-issue-with-dutch-owa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Developer Preview</title>
		<link>http://www.gwendemulder.be/2011/09/14/windows-developer-preview/</link>
		<comments>http://www.gwendemulder.be/2011/09/14/windows-developer-preview/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 13:59:42 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=961</guid>
		<description><![CDATA[Well, Microsoft has released a public preview of Windows 8 upon the world. Keep in mind that the release is not even at Beta status, so hopefully a lot still has to change. I kind of expected the Metro interface to be a layer that was pasted upon the explorer shell, much like how we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_963" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-963" title="Windows 8 Metro Interface" src="http://www.gwendemulder.be/wp-content/uploads/2011/09/win8-300x168.jpg" alt="Windows 8 Metro Interface" width="300" height="168" /><p class="wp-caption-text">Windows 8 Metro Interface</p></div>
<p>Well,</p>
<p>Microsoft has released a public preview of Windows 8 upon the world. Keep in mind that the release is not even at Beta status, so hopefully a lot still has to change.</p>
<p>I kind of expected the Metro interface to be a layer that was pasted upon the explorer shell, much like how we&#8217;ve always known Windows Media Center to work. Turns out I am  wrong. Metro is in fact part of Explorer in Windows 8. At the time there is no way to use the default Windows Start Menu which we know from Windows Vista / 7. When you click on the Start button you get thrown to the start window of the Metro interface.</p>
<p>The Metro will be a succes on tablet devices. I have no doubt about that. I am however a bit lost on how things will work out for desktop / notebook owners. The issue with Windows 7 on tablets is that it wasn&#8217;t designed for the touch interface, with Windows 8 preview it doesn&#8217;t seem to be designed for mouse and keyboard input. It&#8217;s an upside down world for me. Microsoft has also added extra features to Windows Explorer, which in itself does not run in the Metro interface but on the aero desktop. There is a tile in the Metro interface for the Configuration screen. In it you can adjust various settings, however not every function is available here. If you want to change advanced settings you are directed to the classic configuration screen. It seems to contradict the transition that Microsoft wants to push towards the Metro interface.</p>
<p>I can only conclude that the basic Windows Desktop is still in need of a major overhaul to integrate better with the Metro interface. If it stays the way it is now it will turn out to be one ugly transition for business users. I don&#8217;t look forward to instructing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2011/09/14/windows-developer-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s going on HP?</title>
		<link>http://www.gwendemulder.be/2011/08/21/whats-going-on-hp/</link>
		<comments>http://www.gwendemulder.be/2011/08/21/whats-going-on-hp/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 15:29:39 +0000</pubDate>
		<dc:creator>Gwen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Proliant]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://www.gwendemulder.be/?p=955</guid>
		<description><![CDATA[First, you show off a windows tablet. Second, you buy Palm. Third, you introduce your WebOs Touchpad. Fourth, you kill of your Touchpad and think about getting rid of your PC devision. Tired of being market leader HP??? Did you actually ever give WebOS a chance? Since the introduction of the Touchpad I have yet [...]]]></description>
			<content:encoded><![CDATA[<p>First, you show off a <a href="http://gizmodo.com/5442200/hps-windows-7-slate-device-revealed-by-steve-ballmer" target="_blank">windows tablet</a>.<br />
Second, you <a href="http://www.engadget.com/2010/04/28/hp-buys-palm/" target="_blank">buy Palm</a>.<br />
Third, you introduce your <a href="http://www.engadget.com/2011/02/09/the-hp-touchpad/" target="_blank">WebOs Touchpad</a>.<br />
Fourth, <a href="http://www.engadget.com/2011/08/18/hp-will-discontinue-operations-for-webos-devices/" target="_blank">you kill of your Touchpad and think about getting rid of your PC devision</a>. Tired of being market leader HP???</p>
<p>Did you actually ever give <a href="http://en.wikipedia.org/wiki/WebOS" target="_blank">WebOS</a> a chance? Since the introduction of the Touchpad I have yet to see one in my country. I find it strange that some products never make it across the big pond. Maybe sales would have been better here than in the US&#8230;</p>
<p><a href="http://thenextweb.com/apple/2011/08/19/hp-tested-webos-on-an-ipad-it-ran-over-twice-as-fast/" target="_blank">Or  maybe you shouldn&#8217;t have released WebOS on a machine with antiquated hardware?</a></p>
<p>Honestly&#8230; What are you up to HP? The whole WebOs/Touchpad story has turned into a big giant fail&#8230;</p>
<p>I hope you aren&#8217;t planning on doing anything radical to the reliable <a href="http://h18000.www1.hp.com/products/servers/platforms/" target="_blank">Proliant</a> server range!</p>
<p>On a side note: My hosting firm seems to be having issues keeping my blog online&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwendemulder.be/2011/08/21/whats-going-on-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

