<?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"
	>

<channel>
	<title>Ace-IT Intergration</title>
	<atom:link href="http://www.ace-it.com.au/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.ace-it.com.au</link>
	<description>Technology Syndication Blog</description>
	<pubDate>Fri, 03 Sep 2010 19:28:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Load Balancing - Least Response Time</title>
		<link>http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Least+Response+Time</link>
		<comments>http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Least+Response+Time#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Least+Response+Time</guid>
		<description><![CDATA[<div style="10px;">
         <p><a href='http://community.citrix.com/download/attachments/150503587/LB_LeastResp_100831.jpg' target='LB_LeastResp_100831.jpg'><img src="http://community.citrix.com/download/thumbnails/150503587/LB_LeastResp_100831.jpg" align="left" border="0" /></a> Load balancing uses a number of algorithms, called <a href="http://community.citrix.com/display/cdn/Load+Balancing+Methods">load balancing methods</a>, to determine how to distribute the load among the servers. When a <a href="http://community.citrix.com/display/cdn/Load+Balancer">Load balancer</a> is configured to use the least response time method, it selects the service with the least number of active connections and the least average response time. The response time also called Time to First Byte, or TTFB is the time interval between sending a request packet to a server and receiving the first response packet back. </p>

<p>Least Response Time <a href="http://community.citrix.com/display/cdn/Load+Balancing">Load balancing</a> allows you to distribute client requests across multiple servers. <a href="http://community.citrix.com/display/cdn/Load+Balancer">Load balancers</a> improve server fault tolerance and end-user response time. Load balancing distributes client requests across multiple servers to optimize resource utilization. In a scenario with a limited number of servers providing service to a large number of clients, a server can become overloaded and degrade server performance. Load balancing is used to prevent bottlenecks by forwarding the client requests to the servers best suited to handle them. Thus, balancing the load. </p>

<p>In a load balancing setup, the load balancers are logically located between the client and the server farm. Load balancing is used to manage traffic flow to the servers in the server farm. The network diagram shows the topology of a basic load balancing configuration. Load Balancing can be performed on HTTP, HTTP, SSL, FTP, TCP, SSL_TCP, UDP, SSL_BRIDGE, NNTP, DNS, ANY, SIP-UDP, DNS-TCP, and RTSP.</p>

<p>The following example shows how a Load Balancer works using the least response time method. The load balancer selects the server by using the value (N) of the following expression:<br />
N = Number of active transactions * TTFB</p>

<p>The load balancer delivers the requests as follows:</p>
<ul>
	<li>Server-3 receives the first request.<br />
Note: The service with no active transaction is selected first.</li>
	<li>Server-3 receives the second and third requests because the service has the least N value.</li>
	<li>Server-1 receives the fourth request. Because Server-1 and Server-3 have same N value, the load balancer performs round robin. Therefore, Server-3 receives the fifth request.</li>
	<li>Server-2 receives the sixth request because the service has the least N value.</li>
	<li>Server-1 receives the seventh request. Because Server-1, Server-2, and Server-3 have same N value, the load balancer round robin. Therefore, Server-2 receives the eighth request.</li>
</ul>


<p>Whether it's load balancing XenApp servers, iPhone/iPad resources, websites, linux servers, windows servers, e-commerce sites, or enterprise applications, <a href="http://citrix.com/netscaler">NetScaler</a> is the perfect choice.  NetScaler, available as a network device or as a virtualized appliance, is a web application delivery appliance that accelerates internal and externally-facing web application up to 5x, optimizes application availability through advanced L4-7 traffic management, increases security with an integrated application firewall, and substantially lowers costs by increasing web server efficiency.</p>

<p>Citrix NetScaler is a comprehensive system deployed in front of web servers that combines high-speed load balancing and content switching with application acceleration, highly-efficient data compression, static and dynamic content caching, SSL acceleration, network optimization, application performance monitoring, and robust application security. </p>

<p>Available as a virtual machine, the NetScaler is perfect for load balancing virtual servers in the datacenter or in the cloud.</p>

<p><a href="http://citrix.com/netscaler">Read more here.</a></p>

<p><a href="http://community.citrix.com/p/cdn">Its powerful!</a></p>
    </div>
        <div style="10px 0;">
       <a href="http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Least+Response+Time">View Online</a>
              &#124;
       <a href="http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Least+Response+Time?showComments=true&#38;showCommentArea=true#addcomment">Add Comment</a>
           </div>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2910</wfw:commentRss>
		</item>
		<item>
		<title>Load Balancing - Round Robin</title>
		<link>http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Round+Robin</link>
		<comments>http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Round+Robin#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:40:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Round+Robin</guid>
		<description><![CDATA[<div style="10px;">
         <p><a href='http://community.citrix.com/download/attachments/150503578/LB_RoundRobin_100831.jpg' target='LB_RoundRobin_100831.jpg'><img src="http://community.citrix.com/download/thumbnails/150503578/LB_RoundRobin_100831.jpg" align="left" border="0" /></a> Round Robin <a href="http://community.citrix.com/display/cdn/Load+Balancing">Load balancing</a> allows you to distribute client requests across multiple servers. <a href="http://community.citrix.com/display/cdn/Load+Balancer">Load balancers</a> improve server fault tolerance and end-user response time. Load balancing distributes client requests across multiple servers to optimize resource utilization. In a scenario with a limited number of servers providing service to a large number of clients, a server can become overloaded and degrade server performance. Load balancing is used to prevent bottlenecks by forwarding the client requests to the servers best suited to handle them. Thus, balancing the load. </p>

<p>In a load balancing setup, the load balancers are logically located between the client and the server farm. Load balancing is used to manage traffic flow to the servers in the server farm. The network diagram shows the topology of a basic load balancing configuration. Load Balancing can be performed on HTTP, HTTP, SSL, FTP, TCP, SSL_TCP, UDP, SSL_BRIDGE, NNTP, DNS, ANY, SIP-UDP, DNS-TCP, and RTSP.</p>

<p>Load balancing uses a number of algorithms, called <a href="http://community.citrix.com/display/cdn/Load+Balancing+Methods">load balancing methods</a>, to determine how to distribute the load among the servers. When a load balancer is configured to use the round robin method, it rotates incoming requests around to the managed servers, regardless of the load.</p>

<p>The following example shows how a Load Balancer selects a service for load balancing by using the round robin method. The requests are delivered as follows:</p>
<ul>
	<li>Server-1 receives the first request.</li>
	<li>Server-2 receives the second request.</li>
	<li>Server-3 receives the third request.<br />
...<br />
When Server-N receives the N'th request, the round robin routine repeats, and the next request is sent to Server-1, then Server-2, then Server-3, all over again.</li>
</ul>


<p>Whether it's load balancing XenApp servers, iPhone/iPad resources, websites, linux servers, windows servers, e-commerce sites, or enterprise applications, NetScaler is the perfect choice.  NetScaler, available as a network device or as a virtualized appliance, is a web application delivery appliance that accelerates internal and externally-facing web application up to 5x, optimizes application availability through advanced L4-7 traffic management, increases security with an integrated application firewall, and substantially lowers costs by increasing web server efficiency.</p>

<p>Citrix NetScaler is a comprehensive system deployed in front of web servers that combines high-speed load balancing and content switching with application acceleration, highly-efficient data compression, static and dynamic content caching, SSL acceleration, network optimization, application performance monitoring, and robust application security. </p>

<p>Available as a virtual machine, the NetScaler is perfect for load balancing virtual servers in the datacenter or in the cloud.</p>

<p><a href="http://citrix.com/netscaler">Read more here.</a></p>

<p><a href="http://community.citrix.com/p/cdn">Its powerful!</a></p>
    </div>
        <div style="10px 0;">
       <a href="http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Round+Robin">View Online</a>
              &#124;
       <a href="http://community.citrix.com/display/ocb/2010/09/03/Load+Balancing+-+Round+Robin?showComments=true&#38;showCommentArea=true#addcomment">Add Comment</a>
           </div>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2911</wfw:commentRss>
		</item>
		<item>
		<title>Load Balancing - Least Connections</title>
		<link>http://community.citrix.com/display/ocb/2010/09/02/Load+Balancing+-+Least+Connections</link>
		<comments>http://community.citrix.com/display/ocb/2010/09/02/Load+Balancing+-+Least+Connections#comments</comments>
		<pubDate>Fri, 03 Sep 2010 00:39:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/09/02/Load+Balancing+-+Least+Connections</guid>
		<description><![CDATA[<div style="10px;">
         <p><a href='http://community.citrix.com/download/attachments/150110712/LB_LeastConns_100831.jpg' target='LB_LeastConns_100831.jpg'><img src="http://community.citrix.com/download/thumbnails/150110712/LB_LeastConns_100831.jpg" align="left" border="0" /></a> <a href="http://community.citrix.com/display/cdn/Load+Balancing">Load balancing</a> allows you to distribute client requests across multiple servers. <a href="http://community.citrix.com/display/cdn/Load+Balancer">Load balancers</a> improve server fault tolerance and end-user response time. Load balancing distributes client requests across multiple servers to optimize resource utilization. In a scenario with a limited number of servers providing service to a large number of clients, a server can become overloaded and degrade server performance. Load balancing is used to prevent bottlenecks by forwarding the client requests to the servers best suited to handle them. Thus, balancing the load. </p>

<p>In a load balancing setup, the load balancers are logically located between the client and the server farm. Load balancing is used to manage traffic flow to the servers in the server farm. The network diagram shows the topology of a basic load balancing configuration. Load Balancing can be performed on HTTP, HTTP, SSL, FTP, TCP, SSL_TCP, UDP, SSL_BRIDGE, NNTP, DNS, ANY, SIP-UDP, DNS-TCP, and RTSP.</p>

<p>Load balancing uses a number of algorithms, called <a href="http://community.citrix.com/display/cdn/Load+Balancing+Methods">load balancing methods</a>, to determine how to distribute the load among the servers. When a load balancer is configured to use the least connection method, it selects the service with the least number of active connections to ensure that the load of the active requests is balanced on the services. This method is the default load balancing method because it provides the best performance.</p>

<p>The following example shows how a NetScaler selects a service for load balancing by using the least connections method. Consider the following three services:</p>

<ul>
	<li>Server-1 is handling 3 active transactions.</li>
	<li>Server-2 is handling 15 active transactions.</li>
	<li>Server-3 is not handling any active transactions.</li>
</ul>


<p>The load balancer selects the service by using the value (N) of the following expression:<br />
<b>N = Number of active transactions</b></p>

<p>The requests are delivered as follows:</p>
<ul>
	<li>Server-3 receives the first request because the service is not handling any active transactions.<br />
Note: The service with no active transaction is selected first.</li>
	<li>Server-3 receives the second and third requests because the service has the next least number of active transactions.</li>
	<li>Server-1 receives the fourth request.</li>
</ul>


<p>When Server-1 and Server-3 have same number of active transactions, NetScaler performs load balancing in a round robin manner. Therefore, Server-3 receives the fifth request, Server-1 receives the sixth request, Server-3 receives the seventh request, and Server-1 receives the eighth request and so forth.</p>

<p>Whether it's load balancing XenApp servers, iPhone/iPad resources, websites, linux servers, windows servers, e-commerce sites, or enterprise applications, NetScaler is the perfect choice.  NetScaler, available as a network device or as a virtualized appliance, is a web application delivery appliance that accelerates internal and externally-facing web application up to 5x, optimizes application availability through advanced L4-7 traffic management, increases security with an integrated application firewall, and <br />
substantially lowers costs by increasing web server efficiency.</p>

<p>Citrix NetScaler is a comprehensive system deployed in front of web servers that combines high-speed load balancing and content switching with application acceleration, highly-efficient data compression, static and dynamic content caching, SSL acceleration, network optimization, application performance monitoring, and robust application security. </p>

<p>Available as a virtual machine, the NetScaler is perfect for load balancing virtual servers in the datacenter or in the cloud.</p>

<p><a href="http://citrix.com/netscaler">Read more here.</a></p>

<p><a href="http://community.citrix.com/p/cdn">Its powerful!</a></p>
    </div>
        <div style="10px 0;">
       <a href="http://community.citrix.com/display/ocb/2010/09/02/Load+Balancing+-+Least+Connections">View Online</a>
              &#124;
       <a href="http://community.citrix.com/display/ocb/2010/09/02/Load+Balancing+-+Least+Connections?showComments=true&#38;showCommentArea=true#addcomment">Add Comment</a>
           </div>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2909</wfw:commentRss>
		</item>
		<item>
		<title>Exchange 2010 SP1 FAQ and Known Issues</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/R3-Q_ZePHrM/exchange-2010-sp1-faq-and-known-issues.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/R3-Q_ZePHrM/exchange-2010-sp1-faq-and-known-issues.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45881</guid>
		<description><![CDATA[<p>Last week we released Exchange Server 2010 Service Pack 1. It has received some great feedback and reviews from customers, experts, analysts, and the Exchange community.</p>  <p>The starting point for SP1 setup/upgrade should be the <a href="http://technet.microsoft.com/en-us/library/ff459257(EXCHG.141).aspx" target="_blank">What&#39;s New in SP1</a>, <a href="http://technet.microsoft.com/en-us/library/ff728620(EXCHG.141).aspx" target="_blank">SP1 Release Notes</a>, and <a href="http://technet.microsoft.com/en-us/library/bb691354.aspx" target="_blank">Prerequisites</a> docs. As with any new release, there are some frequently asked deployment questions, and known issues, or issues reported by some customers. You may not face these in your environment, but we&#39;re posting these here along with some workarounds so you&#39;re aware of them as you test and deploy SP1.</p>  <ol>   <li>     <h5>Upgrade order: The order of upgrade from Exchange 2010 RTM to SP1 hasn’t changed from what was done in Exchange 2007. Upgrade server roles in the following order: </h5>   </li>    </ol><ol>     <li>Client Access server </li>      <li>Hub Transport server </li>      <li>Unified Messaging server </li>      <li>Mailbox server       <br /></li>   </ol>    <li>     <h4><font size="2">SP1 Prerequisites: </font><font>SP1 requires the installation of 4-5 hotfixes, depending on the operating system – Windows Server 2008, or Windows Server 2008 R2. To install the Exchange 2010 SP1 administration tools on Windows 7 and Windows Vista, you requires 2 hotfixes.</font><font> </font></h4>   </li>    <li>     <h4><font size="2">Prerequisite download pages linked from SP1 Setup are unavailable: </font><font>When installing Exchange Server 2010 SP1 the prereq check may turn up some required hotfixes to install. The message will include a link to click for help. Clicking this link redirects you to a page saying that the content does not exist.</font></h4>   </li>    <li>     <h4><font size="2">The Missing Exchange Management Shell Shortcut: </font><font>Some customers have reported that after upgrading an Exchange Server 2010 server to Exchange 2010 SP1, the Exchange Management Shell shortcut is missing from program options. Additionally, the .ps1 script files associated with the EMS may also be missing.</font></h4>   </li>    <li>     <h4><font size="2">Upgrading Edge Transport on Forefront Threat Management Gateway (TMG) and Forefront Protection for Exchange 2010: </font><font>If you upgrade a server with the Edge Transport server role running with ForeFront Threat Management Gateway (TMG) and ForeFront Protection for Exchange (FPE) enabled for SMTP protection, the ForeFront TMG Managed Control Service may fail to start and E-mail policy configuration settings cannot be applied.</font></h4>   </li>    <li>     <h4><font size="2">Static Address Book Service Port Configuration Changes: </font><font>The location for setting the port the address book service should use has changed in SP1. In Exchange 2010 RTM you had to edit the Microsoft.exchange.addressbook.service.exe.config to configure the service port. </font></h4>   </li>    <li>     <h4><font size="2">iPhone, OWA Premium and POP3 &#38; IMAP4 issues due to invalid accepted domain :</font> </h4>   </li>    <li>     <h4><font size="2">Error when adding or removing a mailbox database copy: </font><font>If a server running Exchange 2010 RTM (or Exchange 2010 SP1 Beta) is upgraded to Exchange 2010 SP1, administrators may experience an error when using the Add-MailboxdDatabaseDopy or Remove-MailboxDatabaseCopy cmdlets to add or remove </font><acronym><font>DAG</font></acronym><font> members.</font></h4>   </li>   <h4><font size="2"></font><font>Full Article at <a href="http://msexchangeteam.com/archive/2010/09/01/456094.aspx" target="_blank">MSExchangeTeam Blog</a></font></h4>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/exchange-2010-sp1-faq-and-known-issues.aspx&#38;subject=Exchange 2010 SP1 FAQ and Known Issues" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/exchange-2010-sp1-faq-and-known-issues.aspx&#38;phase=2&#38;title=Exchange+2010+SP1+FAQ+and+Known+Issues" target="_blank" title="Submit Exchange 2010 SP1 FAQ and Known Issues to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/exchange-2010-sp1-faq-and-known-issues.aspx&#38;title=Exchange+2010+SP1+FAQ+and+Known+Issues" target="_blank" title="Add Exchange 2010 SP1 FAQ and Known Issues to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45881" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/h5_SxWLrsyvanTNi3iYivuZntcw/0/da"><img src="http://feedads.g.doubleclick.net/~a/h5_SxWLrsyvanTNi3iYivuZntcw/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/h5_SxWLrsyvanTNi3iYivuZntcw/1/da"><img src="http://feedads.g.doubleclick.net/~a/h5_SxWLrsyvanTNi3iYivuZntcw/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/R3-Q_ZePHrM" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2898</wfw:commentRss>
		</item>
		<item>
		<title>New Zune HD?</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/qSvot9lNx2w/new-zune-hd.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/qSvot9lNx2w/new-zune-hd.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:35:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45880</guid>
		<description><![CDATA[<p><em>As part of my job as a full-time Microsoft watcher,<a href="http://redmondmag.com/articles/2008/08/01/microsoft-leaks-like-a-sieve.aspx" target="_blank"> I get a lot of tips</a> about Microsoft from customers, competitors, partners and even some Softies themselves. However, ever since I worked for PCWeek as a reporter more than 15 years ago, I had it drilled into my head that until I could get three independent sources — none of whom was repeating something s/he heard in an echo chamber — to corroborate a tip, I couldn’t run it as a story.</em></p>  <p>Let’s start things off with a rumor that just won’t die — and one that is fitting to run on the day Apple announced <a href="http://venturebeat.com/2010/09/01/apple-announces-all-new-designs-for-its-ipod-music-players/" target="_blank">a revamped iPod Touch line, plus social/streaming music capabilities</a> along the lines of what Microsoft already offers with ZunePass.</p>  <p>I keep hearing from a source of mine who has been a solid tipster on Microsoft-consumerish things in the past that Microsoft is still considering rolling out at least one more Zune HD <a href="http://www.zdnet.com/blog/microsoft/microsoft-zune-hd-going-beyond-the-specs/3960" target="_blank">media player</a>. Let’s call it, just for fun, the Zune HD2 (though maybe <a href="http://twitter.com/manan/status/22719422182" target="_blank">Zune HD7</a> (potentially <a href="http://www.engadget.com/2010/09/01/htc-hd3-to-be-named-hd7-in-honor-of-windows-phone-7-launch-octo/" target="_blank">stealing a good name away from HTC</a>) is a more likely name, given the Softies’ love of all things numbered 7 these days).Last I heard, iIt was supposed to be Microsoft’s iPod Touch competitor.</p>  <p>Full Story at <a href="http://www.zdnet.com/blog/microsoft/not-so-crazy-microsoft-rumors-a-new-zune-hd/7282" target="_blank">All About Microsoft</a></p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/new-zune-hd.aspx&#38;subject=New Zune HD?" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/new-zune-hd.aspx&#38;phase=2&#38;title=New+Zune+HD%3f" target="_blank" title="Submit New Zune HD? to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/new-zune-hd.aspx&#38;title=New+Zune+HD%3f" target="_blank" title="Add New Zune HD? to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45880" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/RAjqh4bGe_Oqolo4D5FfFyQb7VA/0/da"><img src="http://feedads.g.doubleclick.net/~a/RAjqh4bGe_Oqolo4D5FfFyQb7VA/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/RAjqh4bGe_Oqolo4D5FfFyQb7VA/1/da"><img src="http://feedads.g.doubleclick.net/~a/RAjqh4bGe_Oqolo4D5FfFyQb7VA/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/qSvot9lNx2w" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2899</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Volume Licensing Service Center (VLSC) updates in November, 2010</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/NJuTOkE22xw/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/NJuTOkE22xw/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:33:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45879</guid>
		<description><![CDATA[<p>The Microsoft Volume Licensing Service Center (VLSC) will release new improvements in November, 2010. We have reached out to many partners and customers around the world through Live Meetings, interviews, hands-on usability studies, forums, and events to gather input and feedback on how to improve the VLSC.&#160; We take this feedback seriously and are continually incorporating suggestions into the VLSC.</p>  <p>Improvements coming in November include:</p>  <ul>   <li>Offline access to licensing and relationship summaries. </li>    <li>Enhancements to the <a href="http://bit.ly/9KIHv5" target="_blank">Add Open License functionality</a>. Introduced in April 2010, the Add Open functionality allows resellers to act on behalf of their Open License end customers to manage their licenses and provide downloads and keys. Changes will include:       <ul>       <li>Resellers will be granted automatic access to the Authorization/License in the VLSC if their business e-mail address is included on the Open order form as the reseller.          <ul>           <li>You may remember <a href="http://bit.ly/a0jt5U" target="_blank">my earlier post</a> about being sure to provide the correct contact information for your customer AND your correct information as the reseller when placing Volume License orders.&#160; If you are not providing your email address <strong>as the reseller in the “Reseller address” field</strong> when placing your Open License orders with your <a href="http://bit.ly/6EAmz8" target="_blank">Microsoft Authorized Distributor</a>, be sure to start doing so right now. </li>         </ul>       </li>        <li>Customers can request that reseller access be denied through a 1-click link on an e-mail notification. </li>     </ul>   </li> </ul>  <p><a href="http://blogs.msdn.com/b/mssmallbiz/archive/2010/09/01/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx" target="_blank">Source</a></p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx&#38;subject=Microsoft Volume Licensing Service Center (VLSC) updates in November, 2010" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx&#38;phase=2&#38;title=Microsoft+Volume+Licensing+Service+Center+(VLSC)+updates+in+November%2c+2010" target="_blank" title="Submit Microsoft Volume Licensing Service Center (VLSC) updates in November, 2010 to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/microsoft-volume-licensing-service-center-vlsc-updates-in-november-2010.aspx&#38;title=Microsoft+Volume+Licensing+Service+Center+(VLSC)+updates+in+November%2c+2010" target="_blank" title="Add Microsoft Volume Licensing Service Center (VLSC) updates in November, 2010 to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45879" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/gmtkf2XY3N1Ybf7h2i3RBUpewnI/0/da"><img src="http://feedads.g.doubleclick.net/~a/gmtkf2XY3N1Ybf7h2i3RBUpewnI/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/gmtkf2XY3N1Ybf7h2i3RBUpewnI/1/da"><img src="http://feedads.g.doubleclick.net/~a/gmtkf2XY3N1Ybf7h2i3RBUpewnI/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/NJuTOkE22xw" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2900</wfw:commentRss>
		</item>
		<item>
		<title>Problems when installing Exchange 2010 Service Pack 1 on a TMG configured for Mail protection</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/xHVkBMIE91g/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/xHVkBMIE91g/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:32:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45878</guid>
		<description><![CDATA[<p>TMG can be configured in a Mail protection role. In such configurations Forefront Protection for Exchange and Exchange Server (edge transport role) are installed on the same machine as TMG.</p>  <p>We have identified problems when installing Microsoft Exchange Server 2010 Service Pack 1 (SP1) that was released last week on such deployments. </p>  <h3><font size="2">Root cause     <br /></font><font>SP1 made some changes to the SDK including removing some of the existing cmdlets (see more information </font><a href="http://msdn.microsoft.com/en-us/library/ff326160.aspx" target="_blank"><font size="2"></font><font>here</font></a><font size="2"></font><font>).</font></h3>  <p>When Email protection is configured on TMG and Spam Filtering functionality is enabled, TMG uses one of the cmdlets that has been removed (get-antispamupdates) in SP1. As a result, Microsoft Forefront TMG Managed Control service fails to start and the event viewer will contain a message that the service terminated with the following error : %%-2146233088 :   <br />    <br /><strong>What we are doing to address this problem</strong></p>  <p>The TMG team is fully committed to addressing this problem and is working on a fix which will be publically available soon. We recommend refraining from installing Exchange 2010 SP1 on TMG machines until the fix is available. We will publish another blog post when the fix becomes available.</p>  <p>If you are already affected by this problem and need urgent assistance, please contact Microsoft support (<a href="http://support.microsoft.com" target="_blank">http://support.microsoft.com</a>). </p>  <p>Source: <a href="http://blogs.technet.com/b/isablog/archive/2010/09/01/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx" target="_blank">ISABLOG</a></p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx&#38;subject=Problems when installing Exchange 2010 Service Pack 1 on a TMG configured for Mail protection" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx&#38;phase=2&#38;title=Problems+when+installing+Exchange+2010+Service+Pack+1+on+a+TMG+configured+for+Mail+protection" target="_blank" title="Submit Problems when installing Exchange 2010 Service Pack 1 on a TMG configured for Mail protection to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/problems-when-installing-exchange-2010-service-pack-1-on-a-tmg-configured-for-mail-protection.aspx&#38;title=Problems+when+installing+Exchange+2010+Service+Pack+1+on+a+TMG+configured+for+Mail+protection" target="_blank" title="Add Problems when installing Exchange 2010 Service Pack 1 on a TMG configured for Mail protection to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45878" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/vfMRJYr9RFxe45kRe3N7WeBGjrI/0/da"><img src="http://feedads.g.doubleclick.net/~a/vfMRJYr9RFxe45kRe3N7WeBGjrI/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/vfMRJYr9RFxe45kRe3N7WeBGjrI/1/da"><img src="http://feedads.g.doubleclick.net/~a/vfMRJYr9RFxe45kRe3N7WeBGjrI/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/xHVkBMIE91g" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2901</wfw:commentRss>
		</item>
		<item>
		<title>Windows Phone 7 – Released To Manufacturing</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/kIPlC87inrk/windows-phone-7-released-to-manufacturing.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/kIPlC87inrk/windows-phone-7-released-to-manufacturing.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45877</guid>
		<description><![CDATA[<p>Today is the day that the Windows Phone team has been driving towards, and we’re very excited to say that we’ve reached the biggest milestone for our internal team – the release to manufacturing (RTM) of Windows Phone 7!&#160; While the final integration of Windows Phone 7 with our partners’ hardware, software, and networks is underway, the work of our internal engineering team is largely complete.&#160; </p>  <p>Windows Phone 7 is the most thoroughly tested mobile platform Microsoft has ever released.&#160; We had nearly ten thousand devices running automated tests daily, over a half million hours of <i>active</i> self-hosting use, over three and a half million hours of stress test passes, and eight and a half million hours of fully automated test passes.&#160; We’ve had thousands of independent software vendors and early adopters testing our software and giving us great feedback. We are ready.</p>  <p>I last posted on this blog when we reached the Technical Preview milestone, and we’ve received some great feedback since then which we’ve been able to respond to and improve the smart design throughout the OS. For example, folks loved the Facebook integration in the People Hub, but they also wanted ways to filter their contacts so only the Facebook friends they <i>really</i> know will show up in their contact list&#160; – we’ve added support for that.&#160; We’ve also made it easy to “like” a post right from the People Hub, or quickly post a message to someone’s Facebook wall directly. </p>  <p>Full Story <a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2010/09/01/windows-phone-7-released-to-manufacturing.aspx" target="_blank">Here</a></p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/windows-phone-7-released-to-manufacturing.aspx&#38;subject=Windows Phone 7 – Released To Manufacturing" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/windows-phone-7-released-to-manufacturing.aspx&#38;phase=2&#38;title=Windows+Phone+7+%e2%80%93+Released+To+Manufacturing" target="_blank" title="Submit Windows Phone 7 – Released To Manufacturing to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/windows-phone-7-released-to-manufacturing.aspx&#38;title=Windows+Phone+7+%e2%80%93+Released+To+Manufacturing" target="_blank" title="Add Windows Phone 7 – Released To Manufacturing to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45877" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/idy-yj1l54f18-PxDRIWASak8mI/0/da"><img src="http://feedads.g.doubleclick.net/~a/idy-yj1l54f18-PxDRIWASak8mI/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/idy-yj1l54f18-PxDRIWASak8mI/1/da"><img src="http://feedads.g.doubleclick.net/~a/idy-yj1l54f18-PxDRIWASak8mI/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/kIPlC87inrk" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2902</wfw:commentRss>
		</item>
		<item>
		<title>Kinect Voice Controls Limited to Select Regions at Launch, Available to English-Speaking Canadians</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/QwKtChFQtUw/kinect-voice-controls-limited-to-select-regions-at-launch-available-to-english-speaking-canadians.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/QwKtChFQtUw/kinect-voice-controls-limited-to-select-regions-at-launch-available-to-english-speaking-canadians.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:29:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45876</guid>
		<description><![CDATA[<p>Earlier today, Eurogamer Spain reported that the upcoming motion-sensing peripheral would not support Spanish-speaking users for its voice commands. According to Microsoft Spain&#39;s PR &#38; Event Manager Lydia Pitzalis, the device&#39;s voice-recognition feature is only set to support users in the U.S., U.K., Mexico and Japan at launch. Other regions would see voice support added in Spring 2011. </p>  <p>Although Pitzalis also stated that Canadian users would be left without the feature, Microsoft has told Shacknews that this was a misunderstanding. </p>  <p>&#34;In Canada, English voice controls for Kinect will be available on November 4, 2010, with French support available in Spring 2011,&#34; a Microsoft Canada representative told Shacknews. </p>  <p>Continue at <a href="http://www.shacknews.com/onearticle.x/65405" target="_blank">Source</a></p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/kinect-voice-controls-limited-to-select-regions-at-launch-available-to-english-speaking-canadians.aspx&#38;subject=Kinect Voice Controls Limited to Select Regions at Launch, Available to English-Speaking Canadians" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/kinect-voice-controls-limited-to-select-regions-at-launch-available-to-english-speaking-canadians.aspx&#38;phase=2&#38;title=Kinect+Voice+Controls+Limited+to+Select+Regions+at+Launch%2c+Available+to+English-Speaking+Canadians" target="_blank" title="Submit Kinect Voice Controls Limited to Select Regions at Launch, Available to English-Speaking Canadians to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/kinect-voice-controls-limited-to-select-regions-at-launch-available-to-english-speaking-canadians.aspx&#38;title=Kinect+Voice+Controls+Limited+to+Select+Regions+at+Launch%2c+Available+to+English-Speaking+Canadians" target="_blank" title="Add Kinect Voice Controls Limited to Select Regions at Launch, Available to English-Speaking Canadians to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45876" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/d5yV1VpIwCAnYpmzkiqXQLy1Ssw/0/da"><img src="http://feedads.g.doubleclick.net/~a/d5yV1VpIwCAnYpmzkiqXQLy1Ssw/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/d5yV1VpIwCAnYpmzkiqXQLy1Ssw/1/da"><img src="http://feedads.g.doubleclick.net/~a/d5yV1VpIwCAnYpmzkiqXQLy1Ssw/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/QwKtChFQtUw" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2903</wfw:commentRss>
		</item>
		<item>
		<title>Join Us For Our Next Virtual Roundtable - Migrating from IE 6 on IE 8 on Windows 7</title>
		<link>http://feeds.bink.nu/~r/binkdotnu/~3/u3CbvrUFf6E/join-us-for-our-next-virtual-roundtable-migrating-from-ie-6-on-ie-8-on-windows-7.aspx</link>
		<comments>http://feeds.bink.nu/~r/binkdotnu/~3/u3CbvrUFf6E/join-us-for-our-next-virtual-roundtable-migrating-from-ie-6-on-ie-8-on-windows-7.aspx#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:27:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bink]]></category>

		<guid isPermaLink="false">e5fcd1e0-546e-4b6e-85b3-85d74564d634:45875</guid>
		<description><![CDATA[<h6>&#160;</h6>  <p>Deploying Windows 7, but still running Web applications based on Internet Explorer 6? <a href="http://go.microsoft.com/?linkid=9742146" target="_blank">Join us live at 9:00 AM Pacific Time on Thursday, September 30, 2010</a> for a virtual, interactive roundtable discussion on migration strategies, standards, and support for organizations moving from Internet Explorer 6 to Internet Explorer 8.     <br />    <br />As organizations deploy Windows 7, many still depend on web applications that were designed for Internet Explorer 6. Will they still work, and what can you do when they don’t? Join a panel of IT Professionals, Microsoft specialists and technical experts to discuss best practices to simplify and accelerate the migration to Internet Explorer 8. Topics will include an explanation of the causes of and solutions for application compatibility issues (including policy, code, and virtualization solutions), an introduction to tools, and a review of best practices. </p>  <p>Ask your questions live during the event with our online tool - or submit your questions in advance to <a href="http://technet.microsoft.com/windows/dd421882.aspx?ITPID=istream" href="mailto:vrtable@microsoft.com">vrtable@microsoft.com</a>. </p>  <p>Missed a previous Springboard Series Virtual Roundtable? <a target="_blank">Watch them on demand</a>. </p>
<div class="shareblock"><a href="mailto:?body=Thought you might like this: http://bink.nu/news/join-us-for-our-next-virtual-roundtable-migrating-from-ie-6-on-ie-8-on-windows-7.aspx&#38;subject=Join Us For Our Next Virtual Roundtable - Migrating from IE 6 on IE 8 on Windows 7" target="_blank" title="Send via email"><img src="http://bink.nu/images/Share.Mail.19.gif" class="ShareItLink" border="0" /> Send via e-mail</a> &#124; <a href="http://www.digg.com/submit?url=http://bink.nu/news/join-us-for-our-next-virtual-roundtable-migrating-from-ie-6-on-ie-8-on-windows-7.aspx&#38;phase=2&#38;title=Join+Us+For+Our+Next+Virtual+Roundtable+-+Migrating+from+IE+6+on+IE+8+on+Windows+7" target="_blank" title="Submit Join Us For Our Next Virtual Roundtable - Migrating from IE 6 on IE 8 on Windows 7 to digg.com"><img src="http://bink.nu/images/Share.Digg.19.gif" class="ShareItLink" border="0" /> Submit to Digg</a> &#124; <a href="https://favorites.live.com/quickadd.aspx?marklet=1&#38;mkt=en-us&#38;url=http://bink.nu/news/join-us-for-our-next-virtual-roundtable-migrating-from-ie-6-on-ie-8-on-windows-7.aspx&#38;title=Join+Us+For+Our+Next+Virtual+Roundtable+-+Migrating+from+IE+6+on+IE+8+on+Windows+7" target="_blank" title="Add Join Us For Our Next Virtual Roundtable - Migrating from IE 6 on IE 8 on Windows 7 to Live Bookmarks"><img src="http://bink.nu/images/Share.Live.19.gif" class="ShareItLink" border="0" /> Add to Live Favorites</a></div><img src="http://bink.nu/aggbug.aspx?PostID=45875" width="1" height="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/AbGkxa0T94-GTC4dQLVAsNMFcB0/0/da"><img src="http://feedads.g.doubleclick.net/~a/AbGkxa0T94-GTC4dQLVAsNMFcB0/0/di" border="0"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/AbGkxa0T94-GTC4dQLVAsNMFcB0/1/da"><img src="http://feedads.g.doubleclick.net/~a/AbGkxa0T94-GTC4dQLVAsNMFcB0/1/di" border="0"/></a></p><img src="http://feeds.feedburner.com/~r/binkdotnu/~4/u3CbvrUFf6E" height="1"/>]]></description>
		<wfw:commentRss>http://www.ace-it.com.au/?feed=rss2&amp;p=2904</wfw:commentRss>
		</item>
	</channel>
</rss>
