<?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>microsoftNOW &#187; Unified Access Gateway</title>
	<atom:link href="http://www.microsoftnow.com/tag/unified-access-gateway/feed" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftnow.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 05:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>&#8220;RPC Server Unavailable&#8221; error while requesting IP-HTTPS certificate on UAG</title>
		<link>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html#comments</comments>
		<pubDate>Sun, 09 Jan 2011 17:30:06 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Threat Management Gateway]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/?p=2760</guid>
		<description><![CDATA[If your enabling DirectAccess on Forefront Unified Gateway in a lab, and you try to request an IP-HTTPS certificate for the UAG machine from your Enterprise CA, you might run into the following error: “RPC Server Unavailable 0x800706ba” This is because Forefront Unified Access Gateway is already installed on the machine, and TMG (Threat Management [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2011%252F01%252Frpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FeQOb4A%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%26ldquo%3BRPC%20Server%20Unavailable%26rdquo%3B%20error%20while%20requesting%20IP-HTTPS%20certificate%20on%20UAG%22%20%7D);"></div>
<p>If your enabling DirectAccess on Forefront Unified Gateway in a lab, and you try to request an IP-HTTPS certificate for the UAG machine from your Enterprise CA, you might run into the following error:</p>
<p><strong>“RPC Server Unavailable 0x800706ba”</strong></p>
<p>This is because Forefront Unified Access Gateway is already installed on the machine, and TMG (Threat Management Gateway) is blocking DCOM/RPC traffic that is required to request a certificate using the MMC snap-in.</p>
<p>To avoid this issue, Tom Shinder’s <a href="http://download.microsoft.com/download/D/1/8/D182038F-B0C1-4B60-9E75-8C7E56754BA5/TestLabGuide_DemonstrateUAG-DA-SP1-RC.docx">documentation</a> suggests that you request the IP-HTTPS certificate before you install UAG. </p>
<p>However, if you have already installed UAG, follow these steps to request and install the IP-HTTPS certificate:</p>
<p>1. Open Notepad, and paste the following code to make the INF file for the request. The only text that may need to be changed are in red.</p>
<p><font face="Courier New">[Version]      <br />Signature=&quot;$Windows NT$&quot;</font></p>
<p><font face="Courier New">[NewRequest]      <br />Subject = &quot;<font color="#ff0000">CN=uag1.contoso.com</font>&quot; ; <em>(</em><font face="Georgia"><em>Replace the subject name with the external FQDN of your UAG server)</em>        <br /></font>Exportable = FALSE      <br />KeyLength = 2048      <br />KeySpec = 1      <br />KeyUsage = 0xA0      <br />MachineKeySet = True       <br />ProviderName = &quot;Microsoft RSA SChannel Cryptographic Provider&quot;      <br />ProviderType = 12      <br />SMIME = FALSE      <br />RequestType = CMC</font></p>
<p><font face="Courier New">[Strings]     <br />szOID_ENHANCED_KEY_USAGE = &quot;2.5.29.37&quot;       <br />szOID_PKIX_KP_SERVER_AUTH = &quot;1.3.6.1.5.5.7.3.1&quot;      <br />[Extensions]       <br />%szOID_ENHANCED_KEY_USAGE% = &quot;{text}%szOID_PKIX_KP_SERVER_AUTH%&quot;</font></p>
<p><font face="Courier New">[RequestAttributes]     <br />CertificateTemplate = <font color="#ff0000">WebServer2008</font></font></p>
<p>Replace WebServer2008 with the name of your IP-HTTPS certificate template.</p>
<p>1. Run Command Prompt as Administrator</p>
<p>2. Convert the INF file to a request file (.req)   <br /><font face="Courier New">certreq&#160; –new&#160; ip-https.inf&#160; ip-https.req</font></p>
<p>3. Copy the request file to your CA server (or any server that has unrestricted access to the CA machine)   </p>
<p>4. Go to the CA server, open Command Prompt as Administrator</p>
<p>5. Submit the REQ file to the CA   <br /><font face="Courier New">certreq&#160; –submit&#160; IP-HTTPS.req</font></p>
<p>6. Choose the CA in the popup window.</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2011/01/select-CA.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="select-CA" border="0" alt="select-CA" src="http://www.microsoftnow.com/wp-content/uploads/2011/01/select-CA_thumb.png" width="398" height="247" /></a></p>
<p>7. Save the file as IP-HTTPS.CER when prompted.</p>
<p>10. Copy the IP-HTTPS.CER file back to the UAG machine.</p>
<p>11. On the UAG machine, open the Command prompt as Administrator</p>
<p>12. Type:    <br /><font face="Courier New">certreq&#160; –accept&#160; IP-HTTPS.cer</font></p>
<p>This will add the certificate to the local store.</p>
<p>13. <em>(optional) </em>Open the Certificates MMC for Local Computer. Open Properties for the uag1.contoso.com certificate. Give a Friendly Name “IP-HTTPS Certificate” and click OK.</p>
<p>If you’re looking to test DirectAccess scenarios, I highly recommend that you check out Dr. Tom Shinder’s <a href="http://social.technet.microsoft.com/wiki/contents/articles/test-lab-guides.aspx">test lab guides</a> published on the Microsoft website.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TechEd 2010 Video: Secure Remote Access with UAG and DirectAccess</title>
		<link>http://www.microsoftnow.com/2011/01/teched-2010-video-secure-remote-access-with-uag-and-directaccess.html</link>
		<comments>http://www.microsoftnow.com/2011/01/teched-2010-video-secure-remote-access-with-uag-and-directaccess.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 17:04:22 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2011/01/teched-2010-video-secure-remote-access-with-uag-and-directaccess.html</guid>
		<description><![CDATA[I realized that the video of my TechEd 2010 session on Forefront Unified Access Gateway and DirectAccess is available online. You can watch it on the TechEd website. As of now the video doesn’t seem to load, so there is the option to download the WMV video. I will back again at TechEd this year [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2011%252F01%252Fteched-2010-video-secure-remote-access-with-uag-and-directaccess.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FdVhaWo%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22TechEd%202010%20Video%3A%20Secure%20Remote%20Access%20with%20UAG%20and%20DirectAccess%22%20%7D);"></div>
<p>I realized that the video of my TechEd 2010 session on Forefront Unified Access Gateway and DirectAccess is available online.</p>
<p>You can watch it on the <a href="http://www.msteched.com/2009/MiddleEast/SIA308">TechEd website</a>. As of now the video doesn’t seem to load, so there is the option to <a href="http://e.msteched.com/public/online/SIA308.wmv">download the WMV video</a>.</p>
<p><span style="text-decoration: line-through;">I will back again at TechEd this year insha Allah with another session on UAG. Stay tuned <img class="wlEmoticon wlEmoticon-smile" style="border-style: none;" src="http://www.microsoftnow.com/wp-content/uploads/2011/01/wlEmoticon-smile.png" alt="Smile" /></span></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2011/01/teched-2010-video-secure-remote-access-with-uag-and-directaccess.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://e.msteched.com/public/online/SIA308.wmv" length="162081595" type="video/asf" />
		</item>
		<item>
		<title>TMG or UAG? Which one do I need?</title>
		<link>http://www.microsoftnow.com/2010/06/tmg-or-uag-which-one-do-i-need.html</link>
		<comments>http://www.microsoftnow.com/2010/06/tmg-or-uag-which-one-do-i-need.html#comments</comments>
		<pubDate>Wed, 30 Jun 2010 12:20:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Threat Management Gateway]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/06/tmg-or-uag-which-one-do-i-need.html</guid>
		<description><![CDATA[Of late, I have seen that a lot of customers and even partners are confused between the capabilities of Forefront Threat Management Gateway (TMG) and Forefront Unified Access Gateway (UAG). The most important difference is that TMG is an “inbound AND outbound” access gateway that includes a network level firewall with stateful packet inspection &#38; [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F06%252Ftmg-or-uag-which-one-do-i-need.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22TMG%20or%20UAG%3F%20Which%20one%20do%20I%20need%3F%22%20%7D);"></div>
<p>Of late, I have seen that a lot of customers and even partners are confused between the capabilities of Forefront Threat Management Gateway (TMG) and Forefront Unified Access Gateway (UAG).</p>
<p>The most important difference is that TMG is an “inbound AND outbound” access gateway that includes a network level firewall with stateful packet inspection &amp; application filtering, forward and reverse web proxy, VPN server (for users and site-to-site). TMG is more focused on keeping the bad guys out and to a certain extent, allowing good guys in. On the other hand, UAG is an “inbound-only” secure remote access gateway that enables you to allow &quot;the good guys” in more securely.</p>
<p>I need TMG if:</p>
<ul>
<li>I need an <strong>inbound and outbound</strong> access gateway</li>
<li>I need a state-of-the-art firewall with stateful packet inspection and application filtering capabilities to protect my network</li>
<li>I need built-in IPS (Intrusion Prevention System) on that firewall</li>
<li>I need a secure forward proxy for users on my network to access the internet</li>
<li>I need to be able to do web filtering based on individual URLs or URL categories (like Politics, Sports, Pornography, etc)</li>
<li>I need to be able to monitor my user’s web activity and firewall logging.</li>
<li>I need to be able to <a href="http://www.microsoftnow.com/2010/06/blocking-skype-and-other-im-protocols-in-forefront-tmg.html">block unproductive websites</a> and services (like IM, P2P, video sharing, etc)</li>
<li>I need to protect my users from web-based threats (web antivirus, web antimalware, block malicious websites)</li>
<li>I need <a href="http://www.microsoftnow.com/2010/06/demystifying-outbound-https-inspection-in-forefront-tmg.html">Forward HTTPS inspection</a> to protect users against web threats that are hidden inside HTTPS</li>
<li>I need to publish (reverse proxy) services to the internet (like web servers, email servers, webmail, extranet, intranet and internet portals, etc)</li>
<li>I need SSL bridging to protect my publish servers against threats embedded inside SSL</li>
<li>I need zero day protection from vulnerabilities that do not have a patch released yet (NIS)</li>
<li>I need site-to-site VPN</li>
<li>I need a VPN server for my users in addition to all the above</li>
</ul>
<p>I need UAG if:</p>
<ul>
<li>I need an <strong>‘inbound only’ </strong>access gateway</li>
<li>I need to enable my users to securely access internal resources remotely (while they are outside the company network)</li>
<li>I need to enable Secure VPN access for users when they are outside my network</li>
<li>I need to quickly and easily enable DirectAccess for my Windows 7 users</li>
<li>I need to ensure only healthy and secure remote machines can access information/services/applications in my network with appropriate user authentication</li>
<li>I need to be able to define which applications or services these users can access and granularly define the security policies that will govern access to these services remotely</li>
<li>I need to ensure that these users can access these applications regardless of whether they are web-based, terminal services, RemoteApp or Citrix without having to establish VPN connection.</li>
<li>I need to give my users the ability to access these applications from a mobile device, or a non-Windows client such as a Mac or a Linux machine.</li>
<li>I need to provide a web-based interface that the user can login remotely and execute these applications from this portal without connecting VPN, provided his machine is healthy.</li>
<li>I need to provide a web-based interface that the user can login remotely and establish a secure SSTP VPN session or access file servers from the portal without connecting VPN, provided his machine passes the health requirements of my organization.</li>
<li>I need to be able to easily define the security/machine health policies for machines that are attempting to access these applications.</li>
<li>I have smaller remote sites where I have small numbers of users with no site-to-site VPN and just an internet connection. I need to provide them secure access to my applications over the internet.</li>
</ul>
<p>As you can see, each product is specialized to deliver very focused capabilities. Hence it is quite possible that some organizations need both solutions while others need only one. For many smaller organizations which need a one-product solution to protect their network and provide reasonably secure remote access, TMG would be the answer. However, for designs that focus purely on inbound access, UAG needs to be considered. If an organization has separate TMG/ISA Server arrays – one for inbound access and another for outbound access – the solution is simple – use a UAG array instead for inbound access and continue using TMG for the outbound array.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/06/tmg-or-uag-which-one-do-i-need.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Establishing an SSTP connection using the Windows VPN client</title>
		<link>http://www.microsoftnow.com/2010/04/establishing-an-sstp-connection-using-the-windows-vpn-client.html</link>
		<comments>http://www.microsoftnow.com/2010/04/establishing-an-sstp-connection-using-the-windows-vpn-client.html#comments</comments>
		<pubDate>Mon, 05 Apr 2010 17:25:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[SSTP]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/?p=2339</guid>
		<description><![CDATA[I was chatting with Tom Shinder this evening when he started an interesting discussion on setting up a Windows VPN connection to use SSTP to connect to the corporate network via Forefront Unified Access Gateway (UAG). This would allow Windows 7 users to connect via SSTP without having to log in to the UAG portal. [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F04%252Festablishing-an-sstp-connection-using-the-windows-vpn-client.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Establishing%20an%20SSTP%20connection%20using%20the%20Windows%20VPN%20client%22%20%7D);"></div>
<p>I was chatting with <a href="http://www.isaserver.org">Tom Shinder</a> this evening when he started an interesting discussion on setting up a Windows VPN connection to use SSTP to connect to the corporate network via Forefront Unified Access Gateway (UAG). This would allow Windows 7 users to connect via SSTP without having to log in to the UAG portal.</p>
<p>So far, we’ve seen it only being done on the UAG Portal – where the user has to log in to the UAG portal and open the Remote Network Access application.</p>
<p>So I fired up my UAG lab VMs to see if this is do-able – and we were successful in getting it to work! Here’s how we did it.</p>
<p>&#160;</p>
<ol>
<li>Open the user’s properties in <strong>Active Directory Users &amp; Computers</strong>. On the <strong>Dial-in</strong> tab, choose <strong>Allow Access</strong> under Network Access Permission. Alternatively, you can configure the NPS Network policy accordingly.<a href="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image002.jpg">       </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image002_thumb.jpg" width="430" height="543" /></a>      </li>
<li>On the Windows 7 client machine, create a new VPN connection. (Hint: Network &amp; Sharing Centre –&gt; Set up a new connection or network –&gt; Connect to workplace)     </li>
<li>For the newly created connection, set the connection properties as below. The host name will be the same that’s configured on your UAG trunk.<a href="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image004.jpg">
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image004_thumb.jpg" width="384" height="489" /></a>      </li>
<li>On the <strong>Security</strong> tab of the VPN connection properties, set the <strong>Type of VPN</strong> as <strong>Secure Socket Tunneling Protocol (SSTP)</strong>. Select the option to automatically use te Windows logon name and password.<a href="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image006.jpg">
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image006_thumb.jpg" width="380" height="488" /></a>      </li>
<li>You’re good to go. Make that connection! <img src='http://www.microsoftnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image008.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image008_thumb.jpg" width="346" height="146" /></a></p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image010.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.microsoftnow.com/wp-content/uploads/2010/04/clip_image010_thumb.jpg" width="555" height="184" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/04/establishing-an-sstp-connection-using-the-windows-vpn-client.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In pictures: TechEd MiddleEast 2010, Dubai</title>
		<link>http://www.microsoftnow.com/2010/03/in-pictures-teched-middleeast-2010-dubai.html</link>
		<comments>http://www.microsoftnow.com/2010/03/in-pictures-teched-middleeast-2010-dubai.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:28:46 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[Dubai]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/03/in-pictures-teched-middleeast-2010-dubai.html</guid>
		<description><![CDATA[TechEd was awesome. 1500 techies under one roof. Amazing. I could not agree more with fellow TechEd speaker Andy Malone, who wrote in his blog: The feedback has been amazing and for that you have my thanks. TechEd is a unique worldwide event, now running in ten locations worldwide. One thing that really stands out [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F03%252Fin-pictures-teched-middleeast-2010-dubai.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22In%20pictures%3A%20TechEd%20MiddleEast%202010%2C%20Dubai%22%20%7D);"></div>
<p>TechEd was awesome. 1500 techies under one roof. Amazing.</p>
<p>I could not agree more with fellow TechEd speaker <a href="http://www.quality-training.co.uk/blog/?p=975" target="_blank">Andy Malone</a>, who wrote in his blog:</p>
<blockquote><p>The feedback has been amazing and for that you have my thanks. TechEd is a unique worldwide event, now running in ten locations worldwide. One thing that really stands out is its ability to bring people from different countries, backgrounds, religions together. The relationships formed both personal and business can last a lifetime.</p>
</blockquote>
<p>Special thanks goes to Arif, Amory and the team at Microsoft Gulf for putting together a spectacular event – which is also the first TechEd in the Gulf region. I also want to thank the delegates for attending this event and also for their feedback.</p>
<p>As promised, here are additional resources that will help you move forward with UAG:</p>
<ul>
<li>UAG with DirectAccess – I will publish a step by step on my blog very soon. Stay tuned! </li>
<li>UAG Hardware option – <a href="http://www.microsoft.com/forefront/unified-access-gateway/en/us/hardware-partner.aspx" target="_blank">Vendors</a> </li>
<li><a href="http://www.microsoft.com/forefront/unified-access-gateway/en/us/pricing-licensing.aspx" target="_blank">UAG Licensing</a> </li>
<li>Official forum &#8211; <a href="http://forums.microsoft.com/ForeFront/default.aspx?ForumGroupID=384&amp;SiteID=41" target="_blank">Ask questions about UAG</a> </li>
<li><a href="http://blogs.technet.com/edgeaccessblog/default.aspx" target="_blank">UAG Team blog</a> </li>
<li><a href="http://www.microsoft.com/uag" target="_blank">UAG homepage</a> </li>
</ul>
<p>Here are pictures from the event. The moments below were captured by <a href="http://blogs.technet.com/krod" target="_blank">David Maskell</a>, Security Solutions SSP at Microsoft Gulf, who is also the Security, Identity &amp; Access (SIA) track owner at TechEd ME.</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:58ed8925-3bc5-479b-9995-556eaf5869c1" class="wlWriterEditableSmartContent"><a style="border:0px" href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!364&amp;ct=photos"><img style="border:0px" alt="View TechEd 2010 Dubai" src="http://www.microsoftnow.com/wp-content/uploads/2010/03/InlineRepresentationeeeeff8c77964cc3840fe7f5b2e54d46.jpg" /></a>
<div style="width:579px;text-align:right;" ><a href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!364&amp;ct=photos">View Full Album</a></div>
</div>
<p>&#160;</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:3078cc83-63f8-4c7e-b1a8-e4e683ea34a5" class="wlWriterEditableSmartContent"><a style="border:0px" href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!378&amp;ct=photos"><img style="border:0px" alt="View TechEd 2010 Dubai -2" src="http://www.microsoftnow.com/wp-content/uploads/2010/03/InlineRepresentation440d9037fd764dc98366232f95a725d7.jpg" /></a>
<div style="width:578px;text-align:right;" ><a href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!378&amp;ct=photos">View Full Album</a></div>
</div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:3e7227b1-8ebc-466b-8edf-82f95b880fa1" class="wlWriterEditableSmartContent"><a style="border:0px" href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!387&amp;ct=photos"><img style="border:0px" alt="View Teched 2010 Dubai -3" src="http://www.microsoftnow.com/wp-content/uploads/2010/03/InlineRepresentation9acca1318ca64ad6bad300523b352b62.jpg" /></a>
<div style="width:577px;text-align:right;" ><a href="http://cid-0dd09504aed72030.skydrive.live.com/redir.aspx?page=browse&amp;resid=DD09504AED72030!387&amp;ct=photos">View Full Album</a></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/03/in-pictures-teched-middleeast-2010-dubai.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TechEd session: Your evaluation is important!</title>
		<link>http://www.microsoftnow.com/2010/03/teched-session-your-evaluation-is-important.html</link>
		<comments>http://www.microsoftnow.com/2010/03/teched-session-your-evaluation-is-important.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:13:43 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[Dubai]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/03/teched-session-your-evaluation-is-important.html</guid>
		<description><![CDATA[I would like to thank those of you that attended my session on Microsoft Forefront Unified Access Gateway and DirectAccess yesterday at TechEd Middle East 2010. If you heard about this blog from my session, please take a moment to subscribe by email or RSS. I cannot stress enough on how important your session evaluations [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F03%252Fteched-session-your-evaluation-is-important.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22TechEd%20session%3A%20Your%20evaluation%20is%20important%21%22%20%7D);"></div>
<p>I would like to thank those of you that attended my session on Microsoft Forefront Unified Access Gateway and DirectAccess yesterday at TechEd Middle East 2010. If you heard about this blog from my session, please take a moment to <a href="http://feedburner.google.com/fb/a/mailverify?uri=shijaz/TechSpeak&amp;amp;loc=en_US" target="_blank">subscribe by email</a> or <a href="http://feeds.feedburner.com/shijaz/TechSpeak" target="_blank">RSS</a>.</p>
<p>I cannot stress enough on how important your session evaluations are. If you attended my session, please take a moment to <a href="http://commnet.teched.ae/" target="_blank">complete the evaluation online</a>.</p>
<p>I would like to thank those who have already completed the feedback for giving me high ratings. It is your support that keeps me going. <span style="text-decoration: line-through;">With all respect, let me also request the only one person who rated me low to re-evaluate the session open-mindedly:-)</span>. Honest feedback in the evaluation is important to me.</p>
<p>The presentation slide deck is now available for download on the TechEd website. You will have to login with your TechEd username and password.</p>
<p><strong><span style="font-size: medium;">Q&amp;A</span></strong></p>
<p>I have tried my best to answer all questions onsite. However, if you still have questions based on my session, feel free to post them below as a comment to this post. I will try my best to have them answered.</p>
<p><strong><span style="font-size: medium;">Thank You.</span></strong></p>
<p><a href="http://www.teched.ae/" target="_blank"><img style="display: block; float: none; margin-left: auto; margin-right: auto;" title="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/01/image_thumb26.png" border="0" alt="image" width="550" height="82" /></a></p>
<p>PS: Pictures will be uploaded soon.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/03/teched-session-your-evaluation-is-important.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Learn about DirectAccess and Forefront UAG at TechEd</title>
		<link>http://www.microsoftnow.com/2010/02/learn-about-directaccess-and-forefront-uag-at-teched.html</link>
		<comments>http://www.microsoftnow.com/2010/02/learn-about-directaccess-and-forefront-uag-at-teched.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:58:21 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/learn-about-directaccess-and-forefront-uag-at-teched.html</guid>
		<description><![CDATA[Countdown to TechEd – 4 days to go. T minus 4 for the biggest tech event in Dubai &#8212; TechEd Middle East 2010. Here’s a reminder of the session that I will be speaking at. Hope to see you there! Session: SIA308 – Secure Remote Access with Unified Access Gateway and Direct Access Track: Security, [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Flearn-about-directaccess-and-forefront-uag-at-teched.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Learn%20about%20DirectAccess%20and%20Forefront%20UAG%20at%20TechEd%22%20%7D);"></div>
<p><font size="4">Countdown to TechEd – 4 days to go. </font></p>
<p>T minus 4 for the biggest tech event in Dubai &#8212; TechEd Middle East 2010.</p>
<p>Here’s a reminder of the session that I will be speaking at. Hope to see you there!</p>
<p><strong>Session: SIA308 – Secure Remote Access with Unified Access Gateway and Direct Access</strong></p>
<p><strong>Track:</strong> Security, Identity and Access     <br /><strong>Speaker:</strong> Shijaz Abdulla     <br /><strong>When:</strong> Wed, Mar 03, 2010 (13:30 – 14:30) | Breakout Session     <br /><strong>Where:</strong> Sheikh Maktoum Hall A     <br /><strong>Level: </strong>300 – Advanced     <br /><strong>Audience:</strong> Security Administrator, IT Manager, Network Administrator</p>
<p>Here’s what I will be covering:</p>
<ul>
<li>Overview of Microsoft Forefront Unified Access Gateway </li>
<li>Demo of Unified Access Gateway features:
<ul>
<li>Remote access with SSL-VPN, </li>
<li>Secure Application Publishing, </li>
<li>Secure File Access, </li>
<li>Endpoint security </li>
<li>Publishing RemoteApp and Remote Desktop Services </li>
</ul>
</li>
<li>Overview of DirectAccess </li>
<li>Demo: Enabling Windows 7 DirectAccess feature with UAG </li>
</ul>
<p><strong>Recommended Pre-requisites:</strong></p>
<p>There are no prerequisite sessions that you need to attend before my session. However, if you have an interest in understanding the darkest depths of DirectAccess and IPv6, I recommend that you also attend the following sessions by John Craddock.</p>
<p><strong>SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.</strong></p>
<p><strong>SVR402: DirectAccess Technical Drilldown, Part 2 of 2: Putting it all together.</strong></p>
<p>I will be recapping some of the content covered in these sessions, but as my session focuses on Unified Access Gateway, I will not go in to the depths of how DirectAccess works.</p>
<p>&#160;</p>
<p><strong>Technical Learning Centre (TLC)</strong></p>
<p>I will be available at the Technical Learning Centre at these times to attend to your questions around Microsoft Forefront products.</p>
<p><strong>Monday, March 1: 11:45 to 15:45</strong></p>
<p><strong>Tuesday, March 2: 12:30 to 16:00</strong></p>
<p>Feel free to drop in and ask your questions on ISA Server/Threat Management Gateway, Forefront Unified Access Gateway, Forefront Protection for Exchange/SharePoint/OCS, Forefront Endpoint Protection, Forefront Hosted Filtering for Exchange, Rights Management Services.</p>
<p>See you there!</p>
<p>&#160;</p>
<p><a href="http://www.teched.ae/"><img title="teched" border="0" alt="teched" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/teched.jpg" width="184" height="204" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/learn-about-directaccess-and-forefront-uag-at-teched.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enabling SSO with RemoteApp on UAG</title>
		<link>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:47:03 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[RemoteApp]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html</guid>
		<description><![CDATA[If you are publishing RemoteApp or Remote Desktop Services on Forefront Unified Access Gateway 2010, and have enabled Single Sign On (SSO) on the RDS application in UAG, you might find that UAG tries to perform user logon on the published server using computername\username instead of domain\username. I’ve researched this issue and found that there’s [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fenabling-sso-with-remoteapp-on-uag.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Enabling%20SSO%20with%20RemoteApp%20on%20UAG%22%20%7D);"></div>
<p>If you are publishing RemoteApp or Remote Desktop Services on Forefront Unified Access Gateway 2010, and have enabled Single Sign On (SSO) on the RDS application in UAG, you might find that UAG tries to perform user logon on the published server using <strong><em>computername\username</em></strong> instead of <strong><em>domain\username</em></strong>.</p>
<p>I’ve researched this issue and found that there’s nothing I can do about it, at least at the time of writing this, as it is listed as a <a href="http://technet.microsoft.com/en-us/library/dd772157.aspx#BKMK_DA">known issue</a> in UAG.</p>
<p><strong>Workaround</strong></p>
<p>A workaround would be to ask users to log in using “<strong><em>domainname\username</em></strong>” while logging on to the UAG portal instead of just “<strong><em>username</em></strong>”. </p>
<p>Just a thought &#8211; you might be able to automate the appending of “<strong><em>domainname\</em></strong>” to the username string by customizing the UAG login page code, although I haven’t attempted it. </p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Publishing Remote Desktop Services on UAG</title>
		<link>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:22:45 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[RemoteApp]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html</guid>
		<description><![CDATA[If you’re trying to publish Remote Desktop Services or RemoteApp on Microsoft Forefront Unified Access Gateway 2010, and if you encounter the following error, read on: “Your computer can’t connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance”. Before we [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fpublishing-remote-desktop-services-on-uag.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Publishing%20Remote%20Desktop%20Services%20on%20UAG%22%20%7D);"></div>
<p>If you’re trying to publish Remote Desktop Services or RemoteApp on Microsoft Forefront Unified Access Gateway 2010, and if you encounter the following error, read on:</p>
<blockquote><p>“Your computer can’t connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance”.</p>
</blockquote>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb8.png" width="468" height="177" /></a></p>
<p>Before we look into how to fix this, we need to understand how RDS publishing works with UAG:</p>
<ol>
<li>A UAG client accesses a Forefront UAG portal using a Web browser and evaluating the endpoint compliance and session access policies defined on UAG by the administrator. </li>
<li>The end user launches a Remote Desktop application in the portal. The portal uses the RDS ActiveX component to activate the RDC client software running on the endpoint. If the ActiveX component doesn’t exist, it is installed. </li>
<li>The RDC client on the endpoint initiates an RDP-over-HTTPS connection <u><strong>with the Forefront UAG server. </strong></u></li>
<li>The<strong> <u>HTTPS connection terminates on the Forefront UAG server</u></strong>. Forefront UAG uses its <strong><u>integrated RD Gateway</u></strong> to handle the connection. Forefront UAG verifies that the user logged on to the portal successfully, and was authenticated using a session cookie, and then enforces the endpoint access policies. </li>
<li>An RDP session is established from Forefront UAG to the backend RDS hosts. </li>
</ol>
<p>As you can see in step 3 and 4, the HTTPS connection terminates on the Forefront UAG server, which also acts a Remote Desktop Gateway. The error appears because no SSL certificate is configured by default on the RD Gateway running on the Forefront UAG computer.</p>
<p><strong>The Solution</strong></p>
<ol>
<li>On the computer running UAG, open the RD Gateway Manager (Administrative Tools &gt; Remote Desktop Services &gt; Remote Desktop Gateway Manager)<a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image10.png">        </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb9.png" width="584" height="183" /></a>       </li>
<li>You will see that “A server certificate is not yet installed or selected”. Click on <strong>View or modify certificate properties        <br /></strong><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image11.png">       <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb10.png" width="510" height="577" /></a>       </li>
<li>Choose the option <strong>Select an existing certificate from the RD Gateway &lt;computername&gt;</strong>. Click the <strong>Import Certificate</strong> button. </li>
<li>Choose the certificate that matches the public DNS name of your UAG portal. In my case it is uag.tech.com – this is the URL that users connecting from outside your organization will type into the browser to get into the UAG portal. It can be the same certificate that you are using on your HTTPS trunk.<a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image22.png">
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image22_thumb.png" width="564" height="361" /></a>       </li>
<li>Click <strong>Import</strong> and <strong>OK</strong>. </li>
<li>Try to connect to the RDS Session Host from the UAG portal. It should work (if you have configured the application and your endpoint is compliant with the endpoint security policies that you defined). </li>
</ol>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Security event at Qatar, February 17</title>
		<link>http://www.microsoftnow.com/2010/02/security-event-at-qatar-february-17.html</link>
		<comments>http://www.microsoftnow.com/2010/02/security-event-at-qatar-february-17.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:51:33 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[qatar]]></category>
		<category><![CDATA[Rights Management Services]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Threat Management Gateway]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/security-event-at-qatar-february-17.html</guid>
		<description><![CDATA[Microsoft Qatar did a Security event yesterday at the Four Seasons Hotel, Doha. We started off with an enthusiastic audience of 70+ people. We kicked off with a presentation on Microsoft Business Ready Security by good ol’ David Maskell, Security SSP – Microsoft Gulf, followed by technical demos. Fadel Lubbos, Senior Consultant from Information &#38; [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fsecurity-event-at-qatar-february-17.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Security%20event%20at%20Qatar%2C%20February%2017%22%20%7D);"></div>
<p>Microsoft Qatar did a Security event yesterday at the Four Seasons Hotel, Doha. We started off with an enthusiastic audience of 70+ people.</p>
<ul>
<li>We kicked off with a presentation on Microsoft Business Ready Security by good ol’ David Maskell, Security SSP – Microsoft Gulf, followed by technical demos.</li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11493.jpg"><img style="display: inline; border: 0px;" title="SDC11493" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11493_thumb.jpg" border="0" alt="SDC11493" width="244" height="184" /></a> <a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11507.jpg"><img style="display: inline; border: 0px;" title="SDC11507" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11507_thumb.jpg" border="0" alt="SDC11507" width="244" height="184" /></a></p>
<ul>
<li>Fadel Lubbos, Senior Consultant from Information &amp; Communication Technology WLL (ICT) did a demo on Forefront Threat Management Gateway (TMG) – pictured below. ICT is Microsoft Gold Certified Security Partner.</li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11504.jpg"><img style="display: inline; border: 0px;" title="SDC11504" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11504_thumb.jpg" border="0" alt="SDC11504" width="244" height="184" /></a> <a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11513.jpg"><img style="display: inline; border: 0px;" title="SDC11513" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11513_thumb.jpg" border="0" alt="SDC11513" width="244" height="184" /></a></p>
<ul>
<li>
<div>Below are pictures of me doing my demo on Microsoft Unified Access Gateway (UAG) and DirectAccess.</div>
</li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11514.jpg"><img style="display: inline; border: 0px;" title="SDC11514" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11514_thumb.jpg" border="0" alt="SDC11514" width="244" height="184" /></a> <a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11512.jpg"><img style="display: inline; border: 0px;" title="SDC11512" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11512_thumb.jpg" border="0" alt="SDC11512" width="244" height="184" /></a></p>
<ul>
<li>Fazil Rahim, CEO of Entelyst, did a demo on Active Directory Rights Management Services (AD RMS). Entelyst is a Microsoft Gold Certified Partner specializing in security solutions.</li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11517.jpg"><img style="display: inline; border: 0px;" title="SDC11517" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11517_thumb.jpg" border="0" alt="SDC11517" width="244" height="184" /></a> <a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11519.jpg"><img style="display: inline; border: 0px;" title="SDC11519" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11519_thumb.jpg" border="0" alt="SDC11519" width="244" height="184" /></a></p>
<p>Pictures from the Q &amp; A session:</p>
<p>  <img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="SDC11515" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/SDC11515_thumb.jpg" border="0" alt="SDC11515" width="244" height="184" /></p>
<p><em>Photos: Lea Attieh</em></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/security-event-at-qatar-february-17.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

