<?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>RES Software User Group</title>
	<atom:link href="http://www.resug.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.resug.com</link>
	<description>automators &#38; workspacers unite!</description>
	<lastBuildDate>Tue, 19 Apr 2011 06:58:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DDS Lite</title>
		<link>http://www.resug.com/dds-lite</link>
		<comments>http://www.resug.com/dds-lite#comments</comments>
		<pubDate>Tue, 19 Apr 2011 06:53:01 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1973</guid>
		<description><![CDATA[DDS Lite. What is it? Well, after attending RES Software&#8217;s Pre-Solutions Breakfast yesterday, I can inform DDS Lite stands for the RES Dynamic Desktop Studio Lite edition. The DDS Lite program consists of a combination of solutions, comprised of both RES Automation Manager and RES Workspace Manager. It basically provides entry-level task automation, resource provisioning [...]]]></description>
			<content:encoded><![CDATA[<p>DDS Lite. What is it?</p>
<p>Well, after attending RES Software&#8217;s Pre-Solutions Breakfast yesterday, I can inform DDS Lite stands for the RES Dynamic Desktop Studio Lite edition.</p>
<p>The DDS Lite program consists of a combination of solutions, comprised of both RES Automation Manager and RES Workspace Manager. It basically provides entry-level task automation, resource provisioning and user workspace composition and -personalization.</p>
<p>To break it down, DDS Lite is basically:</p>
<p><em>RES Automation Manager</em>:</p>
<ul>
<li>Task Automation</li>
<li>Conditions</li>
<li>Query Evaluators</li>
<li>Parameters</li>
<li>Resource Provisioning</li>
</ul>
<p><em>RES Workspace Manager</em>:</p>
<ul>
<li>Composition &amp; Personalization</li>
<li>Desktop Sampler</li>
<li>Workspace Designer</li>
<li>Workspace Modelling</li>
<li>Zero Profile Technology</li>
</ul>
<p>Based on the information given on monday the 18th of April, the product will be priced at 45€ per concurrent user &amp; 60€ per named user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/dds-lite/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RES Automation Manager &amp; Exchange Mailing Lists</title>
		<link>http://www.resug.com/res-automation-manager-exchange-mailing-lists</link>
		<comments>http://www.resug.com/res-automation-manager-exchange-mailing-lists#comments</comments>
		<pubDate>Tue, 15 Feb 2011 19:28:50 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Automation Manager]]></category>
		<category><![CDATA[Mailing Lists]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1964</guid>
		<description><![CDATA[The power of Automation Manager &#38; PowerShell. Thanx to Anne Plancius! Not quite yet the point and click system that it, perhaps, should be. Call it the battle between &#8216;man and machine’. But with a bit of creativity, some PowerShell frags and a dash of Google, most things conceived can be procured. This little gem [...]]]></description>
			<content:encoded><![CDATA[<p><em>The power of Automation Manager &amp; PowerShell. Thanx to Anne Plancius!</em></p>
<p>Not quite yet the point and click system that it, perhaps, should be. Call it the battle between &#8216;man and machine’. But with a bit of creativity, some PowerShell frags and a dash of Google, most things conceived can be procured. This little gem of information shows how to use PowerShell commands in conjunction with RES Automation Manager (formerly know as Wisdom) to create Exchange mailing lists.</p>
<p>These PowerShell commands have only been tested in an Exchange 2007 environment, but they could also work in and Exchange 2010 environment. Please feel free to use them at your own risk!</p>
<p><strong>Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin</strong></p>
<p><strong>chdir “c:\program files\microsoft\exchange server\bin”</strong></p>
<p><strong>New-DistributionGroup -Name “Managers” -OrganizationalUnit “Contoso.com/Users” -SAMAccountName “Managers” -Type “Distribution”</strong></p>
<p>These commands should be used with the following variable to ensure re-usability and flexibility:</p>
<p style="padding-left: 30px;"><em>groupname</em>: which is the name of the distribution group you want to create path in Active Directory: in which OU do you want to create the distribution group</p>
<p>Which should result in:</p>
<p><strong>Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin</strong></p>
<p><strong>chdir “c:\program files\microsoft\exchange server\bin”</strong></p>
<p><strong>New-DistributionGroup -Name “$[groupname]” -OrganizationalUnit “$[path in Active Directory]” -SAMAccountName “$[groupname]” -Type “Distribution”</strong></p>
<address><span style="color: #808080;">A building block will be made available in the very near future.</span></address>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-automation-manager-exchange-mailing-lists/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RES Automation Manager 2011 Released</title>
		<link>http://www.resug.com/res-automation-manager-2011-released</link>
		<comments>http://www.resug.com/res-automation-manager-2011-released#comments</comments>
		<pubDate>Wed, 03 Nov 2010 12:18:18 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Automation Manager 2010]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1957</guid>
		<description><![CDATA[RES Software has just released RES Automation Manager 2011 (the product formerly known as RES Wisdom). Apart from the new name the product has been given, some changes have been made to the product. Just to name a few: A new licensing model Small Business Server connectors The introduction of Service Orchestration! Master caching dispatchers [...]]]></description>
			<content:encoded><![CDATA[<p>RES Software has just released RES Automation Manager 2011 (the product formerly known as RES Wisdom).</p>
<p>Apart from the new name the product has been given, some changes have been made to the product.</p>
<p>Just to name a few:</p>
<ul>
<li>A new licensing model</li>
<li>Small Business Server connectors</li>
<li>The introduction of Service Orchestration!</li>
<li>Master caching dispatchers</li>
<li>Exchange 2010 support</li>
<li>Windows 7 support</li>
<li>Windows 2008 R2 support</li>
<li>Citrix Workflow Studio invoking</li>
</ul>
<p>You can find the RES Automation Manager 2011 download <a title="Download RES Automation Manager 2011" href="http://support.ressoftware.com/Modules/Authentication/SABenefits.aspx" target="_blank">here</a>. <em>Registration is required.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-automation-manager-2011-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RES Software&#8217;s Big Secret? One day left&#8230;.</title>
		<link>http://www.resug.com/res-softwares-big-secret-one-day-left</link>
		<comments>http://www.resug.com/res-softwares-big-secret-one-day-left#comments</comments>
		<pubDate>Mon, 04 Oct 2010 15:18:06 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1947</guid>
		<description><![CDATA[Only one day left for RES Software&#8217;s big announcement. Be sure to check out the RES Software website tomorrow!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.resug.com/wp-content/uploads/2010/10/RESLOGO.png" rel="lightbox[1947]"><img class="alignnone size-full wp-image-1948" title="RESLOGO" src="http://www.resug.com/wp-content/uploads/2010/10/RESLOGO.png" alt="" width="187" height="98" /></a></p>
<p>Only one day left for RES Software&#8217;s big announcement. Be sure to check out the <a href="http://www.ressoftware.com" target="_blank">RES Software</a> website tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-softwares-big-secret-one-day-left/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RES Software&#8217;s Big Secret</title>
		<link>http://www.resug.com/res-softwares-big-secret</link>
		<comments>http://www.resug.com/res-softwares-big-secret#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:33:14 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1943</guid>
		<description><![CDATA[Another date to add to your agenda: October 5th 2010. On that date RES Software will announce some major changes regarding, well. Err, that&#8217;s NDA stuff really. Let&#8217;s just say it&#8217;s more than a service release&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ressoftware.com" target="_blank"><img class="alignnone size-medium wp-image-1944" title="RESBIGBANNER" src="http://www.resug.com/wp-content/uploads/2010/09/RESBIGBANNER-300x65.png" alt="" width="300" height="65" /></a></p>
<p>Another date to add to your agenda: October 5th 2010.</p>
<p>On that date RES Software will announce some major changes regarding, well. Err, that&#8217;s NDA stuff really.</p>
<p>Let&#8217;s just say it&#8217;s more than a service release&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-softwares-big-secret/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RES Software secures patent on VDX technology</title>
		<link>http://www.resug.com/res-software-secures-patent-on-vdx-technology</link>
		<comments>http://www.resug.com/res-software-secures-patent-on-vdx-technology#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:42:10 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Press release]]></category>
		<category><![CDATA[RES Subscriber]]></category>
		<category><![CDATA[VDX]]></category>
		<category><![CDATA[Virtual Desktop Extender]]></category>
		<category><![CDATA[Workspace Extender]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1924</guid>
		<description><![CDATA[RES Software has shared the following press release with the community, which goes out tomorrow. The release covers  the Virtual Desktop Extender. as it&#8217;s mainly targted towards the VDI markets: Philadelphia, PA, August 30, 2010 — RES Software, the proven leader in user workspace management, today announced that it has been granted Patent No. US [...]]]></description>
			<content:encoded><![CDATA[<p>RES Software has shared the following press release with the community, which goes out tomorrow. The release covers  the <strong>Virtual Desktop Extender.</strong> as it&#8217;s mainly targted towards the VDI markets:</p>
<p><strong>Philadelphia, PA, August 30, 2010 —</strong> <a title="blocked::http://www.ressoftware.com/http://www.ressoftware.com/blocked::http://www.ressoftware.com/" href="http://www.ressoftware.com/">RES Software</a><strong>, </strong>the proven leader in user workspace management, today announced that it has been granted <em>Patent No. US 7,725,527 </em>by  the United States Patent and Trademark Office (USPTO) for its Virtual  Desktop Extender (VDX) technology. VDX serves as a key technology in the  successful deployment of virtual desktops because it enhances the  remote desktop experience by enabling local applications. This  industry-first solution, which also has approval from the <a href="http://www.ressoftware.com/0/31/nieuws/detail/res-software-awarded-patent-for-workspace-extender-technology.aspx">European Patent Office</a>, will be demonstrated from August 30 through September 2 at VMworld 2010 in San   Francisco in booth #431.</p>
<p><span id="more-1924"></span>VDX  reverse seamless technology is part of the RES Software user workspace  management solution. RES Software separates the user experience and  settings from the underlying desktop infrastructure and dynamically  composes a personalized, secure and consistent user workspace regardless  of the underlying desktop infrastructure – traditional desktops, a  notebook, a thin client or a virtual desktop.</p>
<p>With VDX  technology, user workspace management solutions by RES Software  incorporate the unique ability to enhance a virtual desktop with  applications that run locally. This means that the local applications  that end users rely on can be merged with a remote desktop into a single  user workspace, eliminating the need to switch between two sessions and  thereby increasing end user productivity, without compromising the  manageability benefits of VDI.  RES Software VDX technology extends the  user workspace through independent computing architecture (ICA) and  remote desktop protocol (RDP) virtual channels and increases the ease of  adoption of any VDI or terminal server environment.</p>
<p>These  benefits become extremely useful in providing end users working on a  remote desktops access to applications that typically do not run  smoothly, or at all, in a virtual environment. Some of these include  heavy applications like AutoCAD and Photoshop, applications in  healthcare requiring diagnostic imaging, certain custom applications,  multimedia (AVI) files and media intensive applications including CD/DVD  applications, VoIP and video applications.</p>
<p>The RES  Software VDX solution also provides the ability to write a CD-ROM on  your local computer from the virtual desktop. This capability is not  currently available within today’s other virtual desktop technologies.  The resulting advantage is increased end-user productivity and  acceptance of the new desktop technology because there is no  interruption to the end-user.</p>
<p>“We believe this  breakthrough technology is critical to the future success of virtual  desktop deployments,” said Bob Janssen, Chief Technology Officer of RES  Software. “By securing the US patent for VDX, our solution is now  officially recognized for its unique value to customers and as a key  differentiator for RES Software.”</p>
<p>The user workspace  management market is generating increasing attention as IT professionals  and analysts recognize that desktop configuration of the future will be  a mix of traditional workstations, thin clients, remote terminals, and  virtual desktops. These mixed environments increase the complexity for  IT.</p>
<p>“The 451 Group sees desktop virtualization  continuing to gain ground. The most complete desktop virtualization  offerings will combine terminal services, dynamic assembly, user  management, server-, client- and cloud-hosted desktops. RES Software is  well positioned to centrally manage the complexities of these desktop  transformations,” commented Rachel Chalmers, Research Director,  Infrastructure, The 451 Group.</p>
<p>RES Software is a Gold  Sponsor at VMworld 2010, and will be demonstrating its user workspace  management solution and its patented Virtual Desktop Extender technology  at booth<strong> </strong>431. For more information on RES Software and its user workspace management solutions, please visit:</p>
<ul>
<li>RES Software Solutions On the <a href="file:///C:/Users/WaldinA/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/lbernardi/Local%20Settings/Temporary%20Internet%20Files/Local%20Settings/Temporary%20Internet%20Files/OLKE5/%E2%80%A2%09http:/www.ressoftware.com/pm-products.aspx%3fPageID=174">Web</a></li>
<li>RES Software On <a href="http://twitter.com/ressoftware">Twitter</a></li>
<li>RES Software blog communities: <a href="www.resug.com">here</a>, <a href="http://www.resguru.com">here</a> and <a href="http://blog.ressoftware.com">here</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>About RES Software</strong><br />
RES Software, the proven leader in user workspace management, is  driving a transformation in the way organizations manage and reduce the  cost of their PC populations. The company empowers customers, from SMBs  to global enterprises, to manage an increasingly complex desktop  ecosystem and meet the essential needs of a dynamic workforce that  requires on-demand access to their personalized workspaces. Designed for  physical or virtual desktop platforms, the award-winning, patented  technology enables IT professionals to address this shift by managing,  automating and delivering secure, personalized and more productive  desktop experiences to any user. For more information, follow updates on  Twitter @RESSoftware and visit <a href="http://www.ressoftware.com/">www.ressoftware.com</a>.</p>
<p><strong>For Inquiries within North America: </strong></p>
<p>RES Software</p>
<p>Lorena Crowley</p>
<p>Marketing Communications Manager</p>
<p>610-994-9718</p>
<p><a href="mailto:l.crowley@ressoftware.com">l.crowley@ressoftware.com</a></p>
<p>Racepoint Group</p>
<p>Shannon Breen</p>
<p>Account Director</p>
<p>781-487-4607</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-software-secures-patent-on-vdx-technology/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RES Nordic survey &#8211; And the winner is&#8230;</title>
		<link>http://www.resug.com/res-nordic-survey-and-the-winner-is</link>
		<comments>http://www.resug.com/res-nordic-survey-and-the-winner-is#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:30:26 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1913</guid>
		<description><![CDATA[Last week the RES Nordic survey on virtualizaton/Win7 migraton concluded with some interesting results and a winner of the iPad was drawn. Congratulations to Mr. Henrik Dahl from Arrive in Norway. The  survey of close to 1.000 IT professionals in the Nordics, conducted byRES Software, shows that eight out of ten businesses have decided to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1577" style="margin-right: 4px;" title="reslogo" src="http://www.resug.com/wp-content/uploads/2009/08/reslogo.JPG" alt="" width="50" height="35" /><a href="http://www.resug.com/wp-content/uploads/2010/08/winner.jpg" rel="lightbox[1913]"><img class="alignright size-full wp-image-1919" title="winner" src="http://www.resug.com/wp-content/uploads/2010/08/winner.jpg" alt="" width="140" height="93" /></a>Last week the RES Nordic survey on virtualizaton/Win7 migraton concluded with some interesting results and a winner of the iPad was drawn. Congratulations to Mr. <strong>Henrik Dahl</strong> from Arrive in Norway.</p>
<p>The  survey of close to <strong>1.000 IT professionals</strong> in the Nordics, conducted byRES Software, shows that eight out of ten businesses have decided to roll out Windows 7, and almost half will roll out virtual workspaces by the end of the year. Migrating user profiles is considered the biggest challenge. The most interesting finding in the survey was that only 4 out of 10 migration projects are completed within time and budget limits.<span id="more-1913"></span></p>
<p>The survey shows that almost eight out of ten companies are planning to migrate to Windows 7 (W7), with the same amount having purchased licenses already. 34 percent have already rolled it out, and almost four in ten indicate that they have a few selected users up and running the operating system. 65 percent do not have any tools or procedures to migrate back from W7 on challenges arise.</p>
<p>“According to IDC over half of all businesses will migrate to W7 at the end of the year. The big challenge is that user settings and preferences disappear unless procedures are in place. This leads to large additional charges,&#8221; said <a href="http://no.linkedin.com/in/oksconsulting">Ole-Kristian Sivertsen</a>, Nordic Director of RES Software.</p>
<p>Eight out of ten believe analysis and design of the platform will take up to six months, with the remaining using more time. For application testing, 75 percent believe that this will also take the same amount – up to six months. 40 percent indicated that they will spend more than six months on the actual roll-out. Migrating user profiles, downtime and lost productivity, lack of knowledge of the user environment and potentially disgruntled users are the biggest concerns.</p>
<p>“To deliver the same desktop environment is a necessity for a migration. We want to make it easier, safer and cheaper to manage users&#8217; desktop environments. Migrations are not difficult if you have the right tools. The process should take place without the users being affected, &#8220;says Sivertsen.</p>
<p>50% have decided to roll out virtual workspaces from Citrix or VMware. 45 percent by the end of the year, another 20 percent set in 2011.</p>
<p>&#8220;This confirms what many people know. Virtual workspaces are one of the biggest growth rockets in the market. The results show that customers have realized the many advantages of the concept. It is positively surprising that so many say they should have it in place during the fall, &#8221; says Sivertsen.</p>
<p><strong>Nordic findings</strong><br />
The survey was also conducted in the Swedish and Danish market. Number of respondents in these two markets were almost 300 in total.  Although the answers to a large extent aligned, there are also some interesting differences:</p>
<ul>
<li>The Swedes are on top in the decision to roll out W7 (85 percent)</li>
<li>Four out of ten Danish companies have rolled out W7, compared with three out of ten Norwegian and Swedish</li>
<li>50 percent of Norwegian companies have taken the decision to roll out virtual workspaces. In Sweden and Denmark four out of ten have made the decision</li>
<li>Four out of ten Danish companies have not decided when the deployment of virtual workspaces to happen (six out of ten will be in place by the end of next year s). Just over half of Swedish companies will have it in place by the end of 2011</li>
<li>Half of the Swedish migration projects are delivered on time and on budget. Similarly, Norway and Denmark were ten percent lower</li>
<li>The Danes set a higher degree of planning for emergency preparedness plans / tools for the transition back from W7 (rollback)</li>
<li>Norwegian companies will use the shortest time on analysis and design of W7, the Swedes the most</li>
<li>Danes calculated shortest time to application and functionality testing (55 percent in under three months)</li>
<li>Half of Danish enterprises will have deployed the W7 to all users within three months. The Swedes will take the best time, probably because they have many special adaptations and tailoring to the user environment</li>
<li>Danish and Norwegian companies believed that the migration of user profiles will provide them with as many challenges. The Swedes were most worried about downtime and lost productivity. Other special concerns across the region were: Many tedious manual processes, dissatisfied users, the migration at the expense of more strategic initiatives and whether users would have the same permissions, the rights and programs as they had before migration</li>
<li>When asked about their thoughts on migrations, most respondents emphasized strongly that it is mission critical. About 15 per cent in each country believed migrations are fun. Between ten and 20 percent thought it was a necessary evil</li>
</ul>
<p><strong>About the Survey</strong><br />
The web-based survey was conducted from Nordic end-users in July 2010 with nearly a thousand answers. 676 people answered the survey in Norway. Seven out of ten worked in the private sector. More than half had more than 500 IT users in the business. Half were architects or IT consultants. 20 percent were IT or operations manager. In Sweden, 179 people answered the survey. Seven out of ten came from the private sector. 55 percent from businesses with fewer than 1,000 IT users. In Denmark, there was 111 responses. Eight out of ten from the private sector, and seven out of ten had fewer than a thousand users in the IT environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-nordic-survey-and-the-winner-is/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow RES Support on Twitter</title>
		<link>http://www.resug.com/follow-res-support-on-twitter</link>
		<comments>http://www.resug.com/follow-res-support-on-twitter#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:49:12 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1907</guid>
		<description><![CDATA[The people over at RES Support have opened their own Twitter channel which you can subscribe to.  Be sure to follow them on their new on @res_support if you have any questions concerning your work with their workspace management and/or other solutions!]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://t1.gstatic.com/images?q=tbn:ANd9GcRYAqF6juffG3a7DePRyDcIsdzaRlRRlXTF_xLgBgWSrr1vz2k&amp;t=1&amp;usg=__reOGqc__Vza4bJPwW_p_I3O60-g=" alt="" width="126" height="93" />The people over at RES Support have opened their own Twitter channel which you can subscribe to.  Be sure to follow them on their new on <a title="RES Support on Twitter" href="http://twitter.com/RES_Support" target="_blank">@res_support</a> if you have any questions concerning your work with their workspace management and/or other solutions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/follow-res-support-on-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RES Nordic survey &#8211; participate to win an iPad</title>
		<link>http://www.resug.com/res-nordic-survey-participate-to-win-an-ipad</link>
		<comments>http://www.resug.com/res-nordic-survey-participate-to-win-an-ipad#comments</comments>
		<pubDate>Fri, 09 Jul 2010 22:44:55 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1897</guid>
		<description><![CDATA[From the Nordic survey dept. In scandinavia, RES Software is currently conducting a survey on Windows 7 / VDI implementation. The purpose of the survey is to get a clear picture of where the mentioned markets is heading and what impact Windows 7 and VDI migrations have. The survey consists of 20 simple multichoice questions [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1898 alignright" title="ipad" src="http://www.resug.com/wp-content/uploads/2010/07/ipad.jpg" alt="" width="144" height="144" /><a href="http://www.resug.com/wp-content/uploads/2009/08/reslogo.JPG" rel="lightbox[1897]"><img class="alignleft size-full wp-image-1577" title="reslogo" src="http://www.resug.com/wp-content/uploads/2009/08/reslogo.JPG" alt="" width="50" height="35" /></a>From the Nordic survey dept. In scandinavia, RES Software is currently conducting a survey on Windows 7 / VDI implementation. The purpose of the survey is to get a clear picture of where the mentioned markets is heading and what impact Windows 7 and VDI migrations have. The survey consists of 20 simple multichoice questions and is completely anonymous. However you may choose to enter your details to win a brand spankin&#8217; new iPad. Again, the survey is only conducted in the Nordic RES markets (Denmark, Norway and Sweden), which is why the surveys are not in english.</p>
<p>Click on the flag for your country below to participate.</p>
<p><a href="http://www.surveymonkey.com/s/win7migrering"><img class="size-full wp-image-1899 alignnone" style="border: 1px solid black;" title="denmark" src="http://www.resug.com/wp-content/uploads/2010/07/denmark.jpg" alt="" width="100" height="65" /></a> <a href="http://www.surveymonkey.com/s/migrering"><img class="size-full wp-image-1900 alignnone" style="border: 1px solid black;" title="norway" src="http://www.resug.com/wp-content/uploads/2010/07/norway.jpg" alt="" width="100" height="65" /></a><a href="http://www.surveymonkey.com/s/migrera"> <img class="size-full wp-image-1901 alignnone" style="border: 1px solid black;" title="sweden" src="http://www.resug.com/wp-content/uploads/2010/07/sweden.jpg" alt="" width="100" height="65" /> </a></p>
<p>The winner will be announced August 16th. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/res-nordic-survey-participate-to-win-an-ipad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a PowerFuse connection via DHCP options</title>
		<link>http://www.resug.com/setting-up-powerfuse-connection-via-dhcp</link>
		<comments>http://www.resug.com/setting-up-powerfuse-connection-via-dhcp#comments</comments>
		<pubDate>Sat, 03 Jul 2010 13:05:01 +0000</pubDate>
		<dc:creator>Yuri Haak</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.resug.com/?p=1870</guid>
		<description><![CDATA[Here&#8217;s a quite useful feature which was introduced with PowerFuse 2010. At some customer sites, it was not possible/allowed to create DNS alias&#8217;s for the PowerFuse datastore. Imagine you&#8217;ve got multiple sites across the planet and you want to ensure that travelling workers alwas hit the local PowerFuse datastore. The way you can ensure this, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1297" title="gears4" src="http://www.resug.com/wp-content/uploads/2009/05/gears4.gif" alt="" width="50" height="35" />Here&#8217;s a quite useful feature which was introduced with PowerFuse 2010. At some customer sites, it was not possible/allowed to create DNS alias&#8217;s for the PowerFuse datastore. Imagine you&#8217;ve got multiple sites across the planet and you want to ensure that travelling workers alwas hit the local PowerFuse datastore. The way you can ensure this, is by using DHCP options.</p>
<p>This generic approach can be supported by most infrastructure components, that offers a DHCP service with Options support.  The article at hand will take you through the steps necessary to configure it correctly.<span id="more-1870"></span></p>
<ol>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/Picture0001console.png" rel="lightbox[1870]"><strong><img class="alignright size-full wp-image-1871" title="Picture0001console" src="http://www.resug.com/wp-content/uploads/2010/06/Picture0001console.png" alt="" width="100" height="50" /></strong></a><strong>Get the connection string</strong>. First of all, you need to obtain th<a href="http://www.resug.com/wp-content/uploads/2010/06/Picture0001console.png" rel="lightbox[1870]"></a>e encrypted connection string from the PowerFuse console. Note this string contains the Site ID, so a PowerFuse managed laptop already associated with another environment cannot use the connect string. This also prevents someone from tampering with a managed laptop by hooking it up to their DHCP server at home. Go to the Setup | Datastore | Connection node. Use the Export button to extract the string.</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/Picture0002connectstring.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1873" title="Picture0002connectstring" src="http://www.resug.com/wp-content/uploads/2010/06/Picture0002connectstring.png" alt="" width="100" height="50" /></a><strong> </strong>Use the copy button to copy the encrypted string to your clipboard. Alternatively you can use the button on the right to export the connection string to a file.</li>
<li><strong>Create the DHCP option.</strong> This article will show you how to do this on a Windows server only. Goto Adminsitrative Tools and start the DHCP manager snapin.</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/Picture0003dhcp-rightclick.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1875" title="Picture0003dhcp-rightclick" src="http://www.resug.com/wp-content/uploads/2010/06/Picture0003dhcp-rightclick.png" alt="" width="100" height="50" /></a>Rightclick on the DHCP server in the tree and select the option &#8216;Set predefined options&#8217;. This will allow you to create the option we need for configuring RES PowerFuse to grab it&#8217;s connection settings when the RES service starts</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/Picture0004defineoption.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1876" title="Picture0004defineoption" src="http://www.resug.com/wp-content/uploads/2010/06/Picture0004defineoption.png" alt="" width="100" height="50" /></a>In the Option Class dropdown list, select &#8216;Microsoft Windows 2000 options&#8217;. Then click add. It is important to remember the optionclass, as it is a prerequisite for the DHCP connection string configuration to work.</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/04createoption.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1882" title="04createoption" src="http://www.resug.com/wp-content/uploads/2010/06/04createoption.png" alt="" width="100" height="50" /></a>Fill out the option type fields. For the Name field, you can chose anything, however for the sake of compatability stick with regular A-Z chars. Set the Data type field to String. In the Code field, chose the option number you wish to use. Any number between <strong>72 &#8211; 223</strong> should be fine. You may also use options number <strong>2 &#8211; 71</strong>, although bear in mind Windows may use some of these. Finally, fill out the Description field with anything you like.</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/05pastestring.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1883" title="05pastestring" src="http://www.resug.com/wp-content/uploads/2010/06/05pastestring.png" alt="" width="100" height="50" /></a><strong>Preconfigure the DHCP option.</strong> nce the option type has been defined, you are returned to the previous screen, which now has changed to accomodate a string.  In the value field, paste in the connection string which you grabbed in step 2 above, as shown on the right.</li>
<li><strong><a href="http://www.resug.com/wp-content/uploads/2010/06/06scope-options.png" rel="lightbox[1870]"><img class="size-full wp-image-1884 alignright" title="06scope-options" src="http://www.resug.com/wp-content/uploads/2010/06/06scope-options.png" alt="" width="100" height="50" /></a>Attach the option to your scope.</strong> At this point, it is presumed you have one or more scopes configured on your DHCP server (if not, it wouldn&#8217;t do you much good anyway :) Rightclick the scope and select Configure options on the context menu.</li>
<li><a href="http://www.resug.com/wp-content/uploads/2010/06/07select-option.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1885" title="07select-option" src="http://www.resug.com/wp-content/uploads/2010/06/07select-option.png" alt="" width="100" height="50" /></a>On the dialog box, you need to 1) go to the Advanced tab.  2) Select &#8220;Microsoft Windows 2000 Options&#8221; from the Vendor Class  dropdown. Leave the User Class dropdown alone. Finally 3) in the Available Options list, scroll down and find your newly created option. Select it and click OK.</li>
</ol>
<p><strong>You&#8217;re done now</strong>, and the settings will take effect for any client renewing it&#8217;s IP address at boot. If you already have a test client configured, the easy way is just blowing out the entire HKLM\Software\RES\PowerFuse key on the computer, then restart it. What happens is that the IP stack will initialize via DHCP before the RES Service is started. The RES Service will look for any DHCP option that begins with RESPFDB=. If valid settings are found, the connection settings are written back to the registry and everything is synced back to order again.</p>
<p><strong>An important security note</strong> on the encrypted portion of the DHCP connection string. One might think that using DHCP options leaves the managed workspace vunerable to highjacking, as someone might attempt to spoof PowerFuse client to use an alternate connection string. To ensure against this, the PowerFuse Site-ID on the license node, is encrypted into the connection string. Once a PowerFuse enabled computer has picked up the DHCP string and connected to a valid PowerFuse datastore, it will henceforth only accept new connectionstrings which has the same site ID. This way a user is prevented from bringing his managed laptop home, connecting it to his own DHCP server, which connects him to a trialversion of PowerFuse, in which he&#8217;d given himself full access to the computer. Since the SiteID won&#8217;t match, the connection is refused by the client.</p>
<p>Finally, <strong>a couple of tips </strong>on how to query your DHCP server. If you would like to have absolute certainity that the connection string is available through your DHCP infrastructure, you can use the built-in NETSH command to check it out.</p>
<p>1) Create a file with the following contens:</p>
<pre>add helper dhcpmon.dll
dhcp
server 10.5.5.200
scope 10.5.0.0
show optionvalue</pre>
<p><a href="http://www.resug.com/wp-content/uploads/2010/06/scope-ip1.png" rel="lightbox[1870]"><img class="alignright size-full wp-image-1887" title="scope-ip" src="http://www.resug.com/wp-content/uploads/2010/06/scope-ip1.png" alt="" width="213" height="138" /></a>2) In the script above, change the server IP to your DHCP server&#8217;s IP and change the scope IP to the IP address of the scope. If you are unsure of the Scope IP, you can see it in your DHCP admin console in square brackets right next to the scope name. Once you&#8217;ve got the netsh script ready, just run it like this<strong>:</strong> <strong>netsh -f scriptfile</strong>.</p>
<p>When you&#8217;re done, you can query the options available from the DHCP server. The result should look something like this below:</p>
<p><a href="http://www.resug.com/wp-content/uploads/2010/06/dhcp-query-result.jpg" rel="lightbox[1870]"><img class="size-full wp-image-1889 alignleft" style="margin-left: 6px; margin-right: 6px;" title="dhcp-q" src="http://www.resug.com/wp-content/uploads/2010/06/dhcp-query-result.jpg" alt="" width="211" height="154" /></a> On the other hand, if you like me hate to Fly-Mo when you can import a Wisdom buildingblock, I took the opportunity to create a little something for you. The Wisdom buildingblock below, will prompt you for the necesary input and let you query your DHCP server scopes</p>
<p>Click here to download: <a href="http://www.resug.com/wp-content/uploads/2010/06/wisdom-dhcp-scope-queryBB.zip"><img class="alignnone size-full wp-image-1312" title="legobrick_red-50x35" src="http://www.resug.com/wp-content/uploads/2009/05/legobrick_red-50x35.jpg" alt="" width="50" height="35" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.resug.com/setting-up-powerfuse-connection-via-dhcp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

