<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nullsession.com</title>
	
	<link>http://www.nullsession.com</link>
	<description>Sometimes IT works!</description>
	<lastBuildDate>Tue, 31 Aug 2010 12:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Nullsessioncom" /><feedburner:info uri="nullsessioncom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Manage Out with Direct Access on UAG</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/gWukY68eQSM/</link>
		<comments>http://www.nullsession.com/2010/08/31/manage-out-with-direct-access-on-uag/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:31:34 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[Direct Access / UAG]]></category>
		<category><![CDATA[Direct Access]]></category>
		<category><![CDATA[Manage Out]]></category>
		<category><![CDATA[UAG]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1089</guid>
		<description><![CDATA[ Having implemented Direct Access with UAG (Microsoft Unified Access Gateway) at a customer location there were some questions when we were done. Their helpdesk is using SCCM (System Center Configuration Manager) and the remote management tools included, how would they go about managing the clients? Would that work even if the user wasn&#8217;t logged [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Having implemented Direct Access with UAG (Microsoft Unified Access Gateway) at a customer location there were some questions when we were done. Their helpdesk is using SCCM (System Center Configuration Manager) and the remote management tools included, how would they go about managing the clients? Would that work even if the user wasn&#8217;t logged in? Well, after some research we found out that they could actually manage the client if someone was logged in. If nobody was, no remote management would occur.</p>
<p>The reason? Well, traffic initiated from the inside of the network have to go through the management tunnel if nobody is logged in. For that to happen the servers or workstations that wish to communicate have to be included in the management group. If you&#8217;re going to use a management server or workstation for your work it&#8217;ll have to be IPv6 capable too because DA / UAG won&#8217;t translate IPv4 to IPv6 for traffic initiated from the inside.</p>
<p><strong>UAG configuration:</strong></p>
<p>The UAG needs to include ALL the computers you want to use for remote management of DA clients where nobody is logged on. Ie using the management tunnel. As soon as a user logs on communication can occur on the user tunnel.</p>
<p><a href="http://www.nullsession.com/media/uag/uag8.PNG" rel="lightbox[uag1]" title="Include your management computers and workstations under the Others-group for remote management."><img src="http://www.nullsession.com/media/uag/uag8.PNG" width="200px"></a></p>
<p><strong>Client configuration:</strong></p>
<p>If you&#8217;re using mobile connections you&#8217;ll need to make sure that they will register their address in DNS. If you don&#8217;t do this your clients won&#8217;t register, and you won&#8217;t be able to find them from your internal network.</p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/nic1.PNG" rel="lightbox[nic]" title="Under Network and Sharing Center, Change Adapter Settings - Open your 3G connections properties."><img src="http://www.nullsession.com/media/uag/nic1.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/nic2.PNG" rel="lightbox[nic]" title="Make sure that Register this connection in DNS is enabled for both IPv4 and IPv6. Screenshot shows only IPv4 enabled, this is as you've noted, wrong!"><img src="http://www.nullsession.com/media/uag/nic2.PNG" width="200px"></a></p>
<p>Clients needs to have their firewall configuration updated with rules that allow the traffic you need, for example RDP. Please note that the profile you must use for this is the PUBLIC profile since that&#8217;s the one applied when the DA client is connected from the internet. You must also allow &#8220;edge traversal&#8221; for these rules to work over all tunnels.</p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/firewall1.PNG" rel="lightbox[firewall]" title="Firewall GPO adding inbound ICMP and RDP."><img src="http://www.nullsession.com/media/uag/firewall1.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/firewall2.PNG" rel="lightbox[firewall]" title="Restricting which IP-addresses are allowed to connect. This is only internal networks and the IPv6 network."><img src="http://www.nullsession.com/media/uag/firewall2.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/firewall3.PNG" rel="lightbox[firewall]" title="Note that this rule applies to all profiles and that edge traversal has to be allowed for it work over NAT."><img src="http://www.nullsession.com/media/uag/firewall3.PNG" width="200px"></a></p>
<p>More resources for manage out with Direct Access:<br />
<a href="http://blogs.technet.com/b/edgeaccessblog/archive/2010/04/06/powerful-but-not-so-obvious-benefits-of-directaccess-manage-out-capabilities.aspx" target="blank">http://blogs.technet.com/b/edgeaccessblog/archive/2010/04/06/powerful-but-not-so-obvious-benefits-of-directaccess-manage-out-capabilities.aspx</a><br />
<a href="http://blogs.technet.com/b/edgeaccessblog/archive/2009/11/17/deep-dive-into-uag-directaccess-manage-out-basics.aspx" target="blank">http://blogs.technet.com/b/edgeaccessblog/archive/2009/11/17/deep-dive-into-uag-directaccess-manage-out-basics.aspx</a><br />
<a href="http://technet.microsoft.com/en-us/library/ee809065.aspx" target="blank">http://technet.microsoft.com/en-us/library/ee809065.aspx<br />
</a></p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/gWukY68eQSM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/08/31/manage-out-with-direct-access-on-uag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/08/31/manage-out-with-direct-access-on-uag/</feedburner:origLink></item>
		<item>
		<title>Direct Access / UAG Troubleshooting Steps</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/FGLjmIB4Vxo/</link>
		<comments>http://www.nullsession.com/2010/08/25/direct-access-uag-troubleshooting-steps/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:21:25 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[Direct Access / UAG]]></category>
		<category><![CDATA[Direct Access]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[UAG]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1091</guid>
		<description><![CDATA[ I spent last week installing, configurating and troubleshooting UAG for Direct Access. Considering that nobody likes troubleshooting, I thought I&#8217;d share some tips and a list of the steps I took to get it up and running.
This guide/list focuses on troubleshooting Direct Access through Microsoft Forefront Unified Access Gateway (UAG), but also applies on [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>I spent last week installing, configurating and troubleshooting UAG for Direct Access. Considering that nobody likes troubleshooting, I thought I&#8217;d share some tips and a list of the steps I took to get it up and running.</p>
<p>This guide/list focuses on troubleshooting Direct Access through Microsoft Forefront Unified Access Gateway (UAG), but also applies on Direct Access enabled through Windows Server 2008 R2.</p>
<p>Thanks to Hasain Alshakarti for answering all my questions and giving me a quick lesson on PKI!</p>
<p><strong>Testing:</strong><br />
Try to test your first client from the same network as your outside addresses on your DA/UAG, I&#8217;ve spent almost a day troubleshooting a configuration where it turned out that the 3G operator blocks 6to4 (IP Protocol 41). If it works on that network, then you can try it out with 3G. </p>
<p>If it doesn&#8217;t work then, you&#8217;ll need to create another GPO that disables 6to4 which will make your clients use either Teredo or IPHTTPS instead. Check the netsh-section further down for how to disable it manually. If you don&#8217;t it might work with some operators and not work with others, troubleshooting this when your users are road warriors isn&#8217;t as fun as one might think&#8230;</p>
<p>Note on images: All ip&#8217;s / hostnames are masked for customer security.</p>
<p><strong>Server side:</strong></p>
<p>External interface</p>
<p>IPv4 + Ipv6 enabled<br />
Two consecutive IP&#8217;s entered<br />
No DNS &#8211; This forces the server to always lookup in the internal DNS / through forwarders<br />
No client for Microsoft networks<br />
No file / printer sharing</p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/external.PNG" rel="lightbox[extnic]" title="ForeFront TMG filter and IP-protocols checked. Uncheck the rest."><img src="http://www.nullsession.com/media/uag/external.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/external2.PNG" rel="lightbox[extnic]" title="External interface: All configured except DNS, this is to force internal lookup."><img src="http://www.nullsession.com/media/uag/external2.PNG" width="200px"></a></p>
<p>Internal interface</p>
<p>No gateway<br />
Internal DNS</p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/internal.PNG" rel="lightbox[intnic]" title="Internal interface: No gateway."><img src="http://www.nullsession.com/media/uag/internal.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/internal2.PNG" rel="lightbox[intnic]" title="Internal interface: No gateway, IPv4+IPv6, internal dns."><img src="http://www.nullsession.com/media/uag/internal2.PNG" width="200px"></a></p>
<p><strong>Client side:</strong><br />
Check certificate &#8211; Needs to contain a subject name or SAN (Subject Alternative Name) which matches the DNS name of the client. (This also applies to the certificate used for the UAG-server&#8217;s SSL-connection.) If the certificate is not properly configured you&#8217;ll most likely get eventid 4653 for IPSec. </p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/cert1.PNG" rel="lightbox[cert]" title="Certificate properties: Select the right certificate."><img src="http://www.nullsession.com/media/uag/cert1.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/cert2.PNG" rel="lightbox[cert]" title="Certificate properties: Check the certificate template is right, and that it contains either Subject or SAN which is FQDN."><img src="http://www.nullsession.com/media/uag/cert2.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/cert3.PNG" rel="lightbox[cert]" title="Certificate properties: Subject or SAN must contain the computers FQDN."><img src="http://www.nullsession.com/media/uag/cert3.PNG" width="200px"></a></p>
<p><strong>Checking the tunnels:</strong><br />
Start Windows Firewall with Advanced Security<br />
Open Monitoring, Security Associations and check under Main + Quick Mode that your tunnels are established. This could also be done with netsh, see below.</p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/firewall4.PNG" rel="lightbox[firewall]" title="Certificate properties: Subject or SAN must contain the computers FQDN."><img src="http://www.nullsession.com/media/uag/firewall4.PNG" width="200px"></a></p>
<p><strong>Netsh</strong></p>
<p><em>(click for Lightbox)</em><br />
<a href="http://www.nullsession.com/media/uag/netsh1.PNG" rel="lightbox[netsh]" title="Netsh started and switched to the interface-context."><img src="http://www.nullsession.com/media/uag/netsh1.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/netsh2.PNG" rel="lightbox[netsh]" title="6to4 adapter state. Here it is disabled by group policy."><img src="http://www.nullsession.com/media/uag/netsh2.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/netsh3.PNG" rel="lightbox[netsh]" title="Teredo interface state. Certain properties set by group policy."><img src="http://www.nullsession.com/media/uag/netsh3.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/netsh5.PNG" rel="lightbox[netsh]" title="DNS-client settings. This shows if the computer has decided that it is either inside or outside the corporate network."><img src="http://www.nullsession.com/media/uag/netsh5.PNG" width="200px"></a></p>
<p><a href="http://www.nullsession.com/media/uag/netsh6.PNG" rel="lightbox[netsh]" title="This shows the name resolution policy table. The NRPT sets how the client will use DNS."><img src="http://www.nullsession.com/media/uag/netsh6.PNG" width="200px"></a></p>
<p><strong>Show main/quick mode connections</strong> <em>(read <a href="http://technet.microsoft.com/en-us/library/cc783420(WS.10).aspx" target="blank">here </a>for more information on IPSec and connections)</em></p>
<p>netsh advfirewall monitor<br />
show mmsa<br />
show qmsa</p>
<p><strong>Show 6to4 adapter state</strong><br />
netsh int 6to4<br />
show state</p>
<p><strong>Show Teredo adapter state</strong><br />
netsh int teredo<br />
show state</p>
<p><strong>Show IPHTTPS adapter state</strong><br />
netsh in http<br />
show int</p>
<p><strong>Show dns client settings</strong><br />
netsh dnsclient<br />
show state</p>
<p><strong>Show DNS effective name resolution policy table(NRPT)</strong><br />
netsh namespace<br />
show effective</p>
<p><strong>Useful resources and reading:</strong><br />
A useful 6to4 calculator &#8211; <a href="http://waldner.netsons.org/f6-6to4.php" target="blank">http://waldner.netsons.org/f6-6to4.php<br />
</a><br />
Designing a Direct Access solution &#8211; <a href="http://technet.microsoft.com/en-us/library/dd637836(WS.10).aspx" target="blank">http://technet.microsoft.com/en-us/library/dd637836(WS.10).aspx</a><br />
Direct Access Management &#8211; <a href="http://technet.microsoft.com/en-us/library/ee624048(WS.10).aspx" target="blank">http://technet.microsoft.com/en-us/library/ee624048(WS.10).aspx</a><br />
The Direct Access Test Lab Step-by-Step Guide &#8211; <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8d47ed5f-d217-4d84-b698-f39360d82fac" target="blank">http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8d47ed5f-d217-4d84-b698-f39360d82fac</a><br />
General troubleshooting for Direct Access &#8211; <a href="http://technet.microsoft.com/es-es/library/ee624058(WS.10).aspx" target="blank">http://technet.microsoft.com/es-es/library/ee624058(WS.10).aspx</a></p>
<p>Hope that you&#8217;ll get it up and running. I have another post drafted that will deal with the &#8220;manage out&#8221;-perspective that will allow you to remotely manage / access your clients, will post ASAP!</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/FGLjmIB4Vxo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/08/25/direct-access-uag-troubleshooting-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/08/25/direct-access-uag-troubleshooting-steps/</feedburner:origLink></item>
		<item>
		<title>NIC Teaming in Server Core or Hyper-V Server</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/GTzU5L-B1E0/</link>
		<comments>http://www.nullsession.com/2010/08/15/nic-teaming-in-server-core-or-hyper-v-server/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 18:46:06 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[Hyper-V Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1087</guid>
		<description><![CDATA[ If you&#8217;re running Server Core or Hyper-V Server 2008 R2 you&#8217;ve probably come across the problem of teaming nics. No matter which hardware vendor you choose, they all have they&#8217;re special way of doing things. Helping an old colleague out the other day it made me realize that it&#8217;s not as straightforward as it [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>If you&#8217;re running Server Core or Hyper-V Server 2008 R2 you&#8217;ve probably come across the problem of teaming nics. No matter which hardware vendor you choose, they all have they&#8217;re special way of doing things. Helping an old colleague out the other day it made me realize that it&#8217;s not as straightforward as it is in the full version, so I&#8217;ve tried it out with both Intel and Broadcom nics. Which you of course know covers the servers from both HP and Dell (where I work, shameless plug).</p>
<p><strong>Installing the Broadcom software to support network teaming in Server Core / Hyper-V Server</strong></p>
<p>Before you start you must install the prereq&#8217;s for the drivers, that comes down to .Net 2.0, .Net 2.0 WOW64 and SNMP.<br />
The easiest way is to use OcSetup to install them:</p>
<p>Start /w ocsetup NetFx2-ServerCore<br />
Start /w ocsetup NetFx2-ServerCore-WOW64<br />
Start /w ocsetup SNMP-SC</p>
<p>The &#8220;/w&#8221; will let you wait during installation so you know when it&#8217;s finished, please note that roles/features are case sensitive for ocsetup so type it as it looks&#8230;</p>
<p>When that&#8217;s done you&#8217;ll need to download the 14.1.x-version of the BACS from Dell&#8217;s site and extract them to somewhere on your drive, default is c:\broadcom. Navigate to the c:\broadcom\driver_management_apps_installer and run setup.exe.</p>
<p>The wizard kicks in and when you&#8217;re done you can team your nics (and change other things too) through the c:\program files\broadcom\bacs.exe utility.</p>
<p><strong>Installing the Intel software to support network teaming in Server Core / Hyper-V Server</strong></p>
<p>Turns out that Intel has their own great post on the subject of command line installations which you can find at <a href="http://www.intel.com/support/network/sb/cs-016040.htm" target="blank">http://www.intel.com/support/network/sb/cs-016040.htm</a>.</p>
<p>A short rundown otherwise is that you&#8217;ll need the setup.exe program for your nic, then you have multiple choices on how to install them. The base driver can be installed through the included pnputil.exe for Server Core or you could use the Intel setup.exe instead. </p>
<p>This is from Intel&#8217;s site and shows you what switches does what:</p>
<p>Setup.exe support the following command line parameters: </p>
<p>Parameter Definition<br />
ANS Advanced Network Services<br />
&#8220;0&#8243;, do not install ANS. If ANS is already installed, it will be uninstalled. </p>
<p>&#8220;1&#8243;, install ANS (default). </p>
<p>NOTE: If the ANS parameter is set to ANS=1, both Intel PROSet and ANS will be installed. </p>
<p>DMIX PROSet for Windows Device Manager<br />
&#8220;0&#8243;, do not install Intel PROSet feature. If the Intel PROSet feature is already installed, it will be uninstalled.</p>
<p>&#8220;1&#8243;, install Intel PROSet feature (default).</p>
<p>NOTE: If DMIX=0, ANS will not be installed. If DMIX=0 and Intel PROSet and ANS are already installed, Intel PROSet and ANS will be uninstalled. </p>
<p>SNMP Intel SNMP Agent<br />
&#8220;0&#8243;, do not install SNMP. If SNMP is already installed, it will be uninstalled.</p>
<p>&#8220;1&#8243;, install SNMP (default).</p>
<p>NOTE: Although the default value for the SNMP parameter is 1 (install), the SNMP agent will only be installed if:<br />
The Intel SNMP Agent is already installed. In this case, the SNMP agent will be updated.<br />
The Windows SNMP service is installed. In this case, the SNMP window will pop up and you may cancel the installation if you do not want it installed. </p>
<p>BD Base Driver and IOATDMA Driver<br />
&#8220;0&#8243;, do not install the base driver.</p>
<p>&#8220;1&#8243;, install the base driver (default).</p>
<p>LOG [log file name]<br />
LOG allows you to enter a file name for the installer log file. The default name is C:\UmbInst.log.</p>
<p>-a Extract the components required for installing the base driver and I/OAT driver to C:\Program Files\Intel\Drivers. The directory where these files will be extracted to can be modified unless silent mode (/qn) is specified. If this parameter is specified, the installer will exit after the base driver and I/OAT driver are extracted. Any other parameters will be ignored.<br />
-f Force a downgrade of the components being installed. NOTE: If the installed version is newer than the current version, this parameter needs to be set. </p>
<p>How to install the base driver on Windows Server 2008 and Windows Server 2003:</p>
<p><drive>:\Setup DMIX=0 ANS=0 SNMP=0</p>
<p>How to install the base driver on Windows Server 2008 and Windows Server 2003 using the LOG option:</p>
<p><drive>:\Setup LOG=C:\installBD.log DMIX=0 ANS=0 SNMP=0</p>
<p>How to install Intel PROSet and ANS silently on Windows Server 2008 and Windows Server 2003 (32-bit version):</p>
<p><drive>:\Setup DMIX=1 ANS=1 /qn</p>
<p>How to install Intel PROSet without ANS silently on Windows Server 2008 and Windows Server 2003 x64 Edition:</p>
<p><drive>:\Setup DMIX=1 ANS=0 /qn</p>
<p>How to install components but deselect ANS for Windows Server 2008 and Windows Server 2003: </p>
<p><drive>:\Setup DMIX=1 ANS=0 /qn /liew C:\install.log</p>
<p>The /liew log option provides a log file for the DMIX installation. </p>
<p>To install teaming and VLAN support on a system that has adapter base drivers and Intel PROSet for Windows Device Manager installed, type the command line <drive>:\Setup ANS=1.</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/GTzU5L-B1E0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/08/15/nic-teaming-in-server-core-or-hyper-v-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/08/15/nic-teaming-in-server-core-or-hyper-v-server/</feedburner:origLink></item>
		<item>
		<title>MVP 2010 – Another great year ahead!</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/26GRLcsbSzg/</link>
		<comments>http://www.nullsession.com/2010/07/01/mvp-2010-another-great-year-ahead/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:27:16 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[MVP]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1081</guid>
		<description><![CDATA[ After a long wait today the email finally showed up in my inbox. I&#8217;ve been awarded the Microsoft MVP award in Cluster / High Availability for another year. As you might or might not know this award is given to those who spent time and effort in teaching others about Microsoft technologies, answering questions [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>After a long wait today the email finally showed up in my inbox. I&#8217;ve been awarded the Microsoft MVP award in Cluster / High Availability for another year. As you might or might not know this award is given to those who spent time and effort in teaching others about Microsoft technologies, answering questions both live and on the internet and speaking at events such as TechEd.</p>
<p>Congratulations to fellow Swedish MVP&#8217;s: <a href="http://blog.advisec.com/" target="blank">Björn Axell</a>, <a href="www.theexperienceblog.com/" target="blank">Andreas Stenhall</a>, <a href="http://www.contoso.se/" target="blank">Anders Bengtsson</a> and <a href="http://www.lowendahl.net/" target="blank">Patrik Löwendahl</a>. (and I&#8217;ve probably missed a few&#8230;)</p>
<p>This will be celebrated with a glass of champagne with the family, also celebrating the purchase of our summerhouse!</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/26GRLcsbSzg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/07/01/mvp-2010-another-great-year-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/07/01/mvp-2010-another-great-year-ahead/</feedburner:origLink></item>
		<item>
		<title>System Center Virtual Machine Manager + TFS for automatic testing</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/_u3NGPy2N4g/</link>
		<comments>http://www.nullsession.com/2010/06/18/system-center-virtual-machine-manager-tfs-for-automatic-testing/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:16:35 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Lab Manager]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1077</guid>
		<description><![CDATA[ Spent the last two days setting up a solution at a customer together with Mattias Olausson from Callista. Our customer wants automatic testing of the nightly builds of their software, a task managed manually until now.
The setup consists of two servers, one running TFS (Team Foundation Server) and another one running System Center Virtual [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Spent the last two days setting up a solution at a customer together with Mattias Olausson from <a href="http://www.callista.se/" target="blank">Callista</a>. Our customer wants automatic testing of the nightly builds of their software, a task managed manually until now.</p>
<p>The setup consists of two servers, one running <a href="http://blogs.msdn.com/b/bharry/archive/2009/04/19/team-foundation-server-2010-key-concepts.aspx" target="blank">TFS (Team Foundation Server)</a> and another one running System Center Virtual Machine Manager 2008 R2. Besides this we have a Hyper-V host for running the workloads. In SCVMM we&#8217;ve created four templates for the client operating systems that the tests should be run on, Windows 7 x86/x64 and Windows XP x86/x64. On these virtual machines we&#8217;ve installed all the necessary agents needed by TFS, converted them to templates in SCVMM and added sysprep.inf / unattend.xml to each template to enable a zero touch installation of each operating system.</p>
<p>In TFS Lab Manager you then create a testing project with a virtual infrastructure connected to it, and you select the templates you wish to run. TFS will then deploy the VM&#8217;s and run the tests you&#8217;ve configured. A report from the test will be written to your selected output directory and the VM&#8217;s will be destroyed.</p>
<p>If you&#8217;re interested in setting it up, the TFS team have a really good series of articles explaining everything in detail: <a href="http://blogs.msdn.com/b/lab_management/archive/2010/03/29/setting-up-various-topologies-to-test-with-visual-studio-team-lab.aspx" target="blank">http://blogs.msdn.com/b/lab_management/archive/2010/03/29/setting-up-various-topologies-to-test-with-visual-studio-team-lab.aspx</a></p>
<p>There&#8217;s also a basic concept overview at <a href="http://blogs.msdn.com/b/lab_management/archive/2009/05/18/vsts-2010-lab-management-basic-concepts.aspx" target="blank">http://blogs.msdn.com/b/lab_management/archive/2009/05/18/vsts-2010-lab-management-basic-concepts.aspx</a></p>
<p>As far as SCVMM and Hyper-V goes you&#8217;ll find the basic configuration steps over at <a href="http://blogs.technet.com/b/scvmm/archive/2009/01/05/scvmm-2008-installation-step-by-step.aspx" target="blank">http://blogs.technet.com/b/scvmm/archive/2009/01/05/scvmm-2008-installation-step-by-step.aspx</a></p>
<p>And once you&#8217;ve got that up and running, you can run all your tests in the middle of the night and be a lot more productive during the days (sounded like straight from marketing, didn&#8217;t it&#8230;)!</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/_u3NGPy2N4g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/06/18/system-center-virtual-machine-manager-tfs-for-automatic-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/06/18/system-center-virtual-machine-manager-tfs-for-automatic-testing/</feedburner:origLink></item>
		<item>
		<title>TechEd New Orleans – Day 2</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/vbufFHzoJ8k/</link>
		<comments>http://www.nullsession.com/2010/06/08/teched-new-orleans-day-2/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 19:41:38 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[TechEd New Orleans]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1075</guid>
		<description><![CDATA[ Left the convention center right after my TLC-duty yesterday to work on my demo. Spent a few hours in front of the computer and then decided to have dinner with Lidholm/Lindström/Edman, my partners in crime. My plan for dinner and one beer didn&#8217;t hold up so I came back to the hotel around 11 [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Left the convention center right after my TLC-duty yesterday to work on my demo. Spent a few hours in front of the computer and then decided to have dinner with Lidholm/Lindström/Edman, my partners in crime. My plan for dinner and one beer didn&#8217;t hold up so I came back to the hotel around 11 PM for some more demo work. Got up at 6 AM to finish the scripts, have breakfast and get ready.</p>
<p>My session went ok, one demo failed (which is a must, there&#8217;s always one that fails). Other than that my evals were &#8220;ok&#8221;, I missed out on the stuff that I should&#8217;ve thought about. Like font size, not zooming in and such easy things. Didn&#8217;t think of the fact that the session rooms here are like 4 times the size compared to Sweden. I know that now :)</p>
<p>The rest of the day will be spent in the Clustering TLC-booth, if you&#8217;re around and have a question or just wanna say hi you know where I&#8217;m at. Tonight we&#8217;ll go shopping, and we probably will end up at Bourbon Street like the rest of the attendees here&#8230;</p>
<p>If you&#8217;re not in New Orleans but wanna be part of it you can always watch <a href="http://www.msteched.com/" target="blank">http://www.msteched.com/</a> where Channel9 broadcasts live interviews. You can also find a lot of other content there.</p>
<p>Some other useful stuff I&#8217;ve learned today:<br />
The System Center stuff found over at <a href="https://connect.microsoft.com/MSDSA" target="blank">https://connect.microsoft.com/MSDSA</a> will give you documentation and VHD&#8217;s for trying out / demonstrating System Center software. It&#8217;s on Connect as you can see, so you&#8217;ll need to sign in / sign up as usual on Connect.</p>
<p>Microsoft will support memory over-&#8221;allocation&#8221; (the term varies a little depending on how you see it) together with USB-devices in Hyper-V (through RDP-connected clients that is, not on the host-level). <a href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1514367,00.html" target="blank">Full article here</a>.</p>
<p>If you&#8217;re running Hyper-V and System Center Operations Manager you might be interested in the free management pack for Hyper-V. You can find that over at <a href="http://www.bridgeways.ca/downloads.php" target="blank">Bridgeways.ca</a>!</p>
<p>And last but not least: <a href="http://blogs.technet.com/b/cotw/archive/2009/03/18/analyzing-storage-performance.aspx" target="blank">Analyzing storage performance in Hyper-V</a> or just <a href="http://blogs.msdn.com/b/tvoellm/archive/2009/04/23/monitoring-hyper-v-performance.aspx" target="blank">monitoring performance</a>, two really good articles.</p>
<p>Now, TLC-booth duty!</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/vbufFHzoJ8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/06/08/teched-new-orleans-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/06/08/teched-new-orleans-day-2/</feedburner:origLink></item>
		<item>
		<title>TechEd New Orleans – Day 1</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/m4FzaAxttCA/</link>
		<comments>http://www.nullsession.com/2010/06/07/teched-new-orleans-day-1/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:38:08 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[TechEd New Orleans]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1072</guid>
		<description><![CDATA[ Here in New Orleans the day has just started. Had breakfast with Lidholm/Lindström/Edman this morning and now it&#8217;s time for the keynote. You can watch it live at http://www.msteched.com and that site will also contain more content during the week, free of charge too!
Will be updating this post during the day.
]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Here in New Orleans the day has just started. Had breakfast with Lidholm/Lindström/Edman this morning and now it&#8217;s time for the keynote. You can watch it live at <a href="http://www.msteched.com" target="blank">http://www.msteched.com </a>and that site will also contain more content during the week, free of charge too!</p>
<p>Will be updating this post during the day.</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/m4FzaAxttCA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/06/07/teched-new-orleans-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/06/07/teched-new-orleans-day-1/</feedburner:origLink></item>
		<item>
		<title>Preflight – TechEd North America 2010</title>
		<link>http://feedproxy.google.com/~r/Nullsessioncom/~3/nXt7h3b5MIM/</link>
		<comments>http://www.nullsession.com/2010/06/04/preflight-teched-north-america-2010/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:04:43 +0000</pubDate>
		<dc:creator>Joachim Nässlander</dc:creator>
				<category><![CDATA[TechEd New Orleans]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://www.nullsession.com/?p=1070</guid>
		<description><![CDATA[ Nothing is like the calm when you&#8217;re done with your presentation, the demo is working (just gotta decide which demo to run) and I&#8217;ve packed. Now I&#8217;ll hang on the balcony with a beer and a whisky and watch some episodes of Fringe and Mad Men, waiting for the wife to come home. 
It&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Nothing is like the calm when you&#8217;re done with your presentation, the demo is working (just gotta decide which demo to run) and I&#8217;ve packed. Now I&#8217;ll hang on the balcony with a beer and a whisky and watch some episodes of Fringe and Mad Men, waiting for the wife to come home. </p>
<p>It&#8217;ll be interesting to see New Orleans and how much they&#8217;ve restored after Katrina. Have a great list over bars and clubs to visit, and it&#8217;ll be fun to meet my old colleagues again. I fear Howl At The Moon already!</p>
<p>Leaving tomorrow morning for Chicago / New Orleans and will post pictures and observations throughout the week. </p>
<p>Are you going? Tweet / email me and I&#8217;ll meet you there!</p>
<img src="http://feeds.feedburner.com/~r/Nullsessioncom/~4/nXt7h3b5MIM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nullsession.com/2010/06/04/preflight-teched-north-america-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nullsession.com/2010/06/04/preflight-teched-north-america-2010/</feedburner:origLink></item>
	</channel>
</rss>
