<?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>Danny Thorpe &#187; telecommuting</title>
	<atom:link href="http://dannythorpe.com/tag/telecommuting/feed/" rel="self" type="application/rss+xml" />
	<link>http://dannythorpe.com</link>
	<description>Dream &#38; Deliver</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:50:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Hyper-V Remote Management:  Workgroup Vista Client to Domain-Bound Server</title>
		<link>http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/</link>
		<comments>http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 22:14:18 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[remote management]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/</guid>
		<description><![CDATA[So here I am configuring my dev machine in Redmond from my laptop in my home office in Santa Cruz.  I&#8217;m all VPN&#8217;d and security card authenticated up the wazoo, installing this and configuring that on the dev machine via Remote Desktop.  (Praise be to RD!) I get Hyper-V set up on the dev machine so I <a href='http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So here I am configuring my dev machine in Redmond from my laptop in my home office in Santa Cruz.  I&#8217;m all VPN&#8217;d and security card authenticated up the wazoo, installing this and configuring that on the dev machine via Remote Desktop.  (Praise be to RD!)</p>
<p>I get <a href="http://technet2.microsoft.com/windowsserver2008/en/library/eec0cc4c-9527-4be2-b2e2-001ad66699501033.mspx?mfr=true">Hyper-V</a> set up on the dev machine so I can create and destroy virtual machine configurations with impunity while developing and testing on beta stuff.  I create a new VM in Hyper-V, allocate some RAM and HD to it, and tell it to boot off the network so I can install a stock Vista configuration from corpnet (corpnet does have some pretty cool services now and then).  It boots up, and I can see in the little thumbnail that something is alive in there.</p>
<p>I need to open that VM in a console so I can drive it.  Connect to Virtual Machine&#8230;  bzzt!  Nope.  Unknown error.  Try again a different way.  Bzzt!  Nope.</p>
<p>Hmm.  Time to read the beta release notes.  Sure enough, there&#8217;s a one-liner in the readme:  Hyper-V does not support connecting to a virtual machine within the context of a Terminal Services (aka Remote Desktop) session.  Nuts.  Understandable, but not much help to me.</p>
<p>How to work around this?  Hyper-V was built with server management in mind, so perhaps the management piece could be installed on my Vista laptop and remotely connect to the virtual machine on the dev machine?  Bingo!  I busily install the Hyper-V tools on my Vista machine, fire up the app, and tell it to connect to the dev machine.</p>
<p>Bzzt!  &#8220;Not authorized.&#8221;</p>
<p>Uh-oh.  That&#8217;s not good, because for me anyway it&#8217;s never a short path to resolve authorization issues.</p>
<p>A quick web search later, I discover with delight that <a href="http://blogs.technet.com/jhoward/default.aspx">John Howard</a> has already covered this remote management of Hyper-V in exquisite detail, for several different machine and network configurations:  <a href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-1-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-authorization-policy-for-the-computer-computername.aspx">client and server in a workgroup network</a>, <a href="http://blogs.technet.com/jhoward/archive/2008/03/30/part-3-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-authorization-policy-for-the-computer-computername.aspx">client and core server</a>, <a href="http://blogs.technet.com/jhoward/archive/2008/04/01/part-4-domain-joined-environment-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-authorization-policy-for-the-computer-computername.aspx">client and server in a domain network</a>, and a <a href="http://blogs.technet.com/jhoward/archive/2008/04/04/part-5-domain-client-to-workgroup-server-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-authorization-policy-for-the-computer-computername.aspx">domain client connecting to a workgroup server</a>.  Fabulous info, with detailed steps on how to solve this situation.</p>
<p>Naturally, none of those scenarios match my situation.  I have a workgroup client trying to connect to a domain-bound remote Hyper-V server.</p>
<p>I know exactly what the problem is.  Hyper-V uses the current user on the client machine as the login credentials on the server machine. (This may be because my login on the laptop has administrator rights, but I&#8217;m not willing to give that up to run this vm thing)  The problem is that my non-domain laptop login id will never be accepted by the domain-bound remote machine.</p>
<p>Or will it?</p>
<p>Most of John&#8217;s 4 scenarios are the same steps but with minor variations in where to apply what.  John&#8217;s scenario #5, domain client to workgroup server, contains a key step that provided an Aha! moment for me in solving my scenario.  John shows how to use the Win32 cmdkey utility to define a user id and password to use when making service API calls to a particular remote machine.  That&#8217;s what I needed to get my domain-bound remote dev machine to accept Hyper-V management API calls from my non-domain local machine.</p>
<p>Here are the steps I used to get this working:</p>
<ol>
<li><strong>Create a user account on the domain-bound Hyper-V server.</strong>  This user account should be a local user to that server, not a domain user.  It does not need administrator rights, and it does not need to match your login id on your local machine.  For illustration purposes, let&#8217;s call it &#8220;hyperdan&#8221; on &#8220;devmachine&#8221;.Note that John&#8217;s example creates a new user group so that rights can be assigned to the group (and all its members) rather than for each user one at a time.  Since this is my dev machine and I don&#8217;t anticipate ever needing to give anyone else Hyper-V admin rights on this machine, I skipped the group creation step.</li>
<li><strong>Enable Firewall WMI rules on server.</strong>  Same as John&#8217;s step 2 in his <a href="http://blogs.technet.com/jhoward/archive/2008/04/04/part-5-domain-client-to-workgroup-server-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-authorization-policy-for-the-computer-computername.aspx">Part 5 post</a>.</li>
<li><strong>Allow authenticated DCOM access on server.</strong>  Same as John&#8217;s step 3, using the &#8220;hyperdan&#8221; id created above.</li>
<li><strong>Allow authenticated users access to remote WMI namespace on server.</strong> Same as John&#8217;s step 4, except that I used the user id directly instead of giving the rights to a user group that the user id is a member of.</li>
<li><strong>Configure AZMan on server.</strong> Same as John&#8217;s step 5, except I used the user id directly instead of the user group.</li>
<li><strong>Reboot Server.</strong>  Don&#8217;t skip this step.</li>
<li><strong>Create a firewall exception for MMC on client.</strong>  Same as John&#8217;s step 6.</li>
<li><strong>Allow annonymous callbacks on client.</strong> Same as John&#8217;s step 7.</li>
<li><strong>Set credentials for the remote server (on client).</strong> Same as John&#8217;s step 8, using &#8220;devmachine\hyperdan&#8221; as the remote machine and user id.</li>
<li><strong>Run Hyper-V Manager on client.</strong> Same as John&#8217;s step 9.</li>
</ol>
<p>If all you want to do is connect to a particular VM on the server, use vmconnect.exe in the Hyper-V program directory on the local machine.  Enter devmachine for the machine name.  Click on the Virtual Machine dropdown and wait a second or two for it to populate.  Select the VM you want and away you go!</p>
<p>Connecting directly to the VM using Hyper-V&#8217;s vmconnect is great for doing machine-level stuff like installing operating systems or anything else that requires a reboot.  Unlike Remote Desktop, which loses the connection when the machine reboots, the VMConnect console stays connected, showing you the BIOS POST and boot sequences.  How can it do that?  Because VMConnect is outside the virtual machine that&#8217;s being rebooted.  You&#8217;re connected to the hypervisor, which is always on and always watching as long as the physical machine is not powered down.</p>
<p>However, VMConnect is not as smooth as Remote Desktop / Terminal Services, presumeably because VMConnect does not have the benefit of intercepting high-level APIs like RD and TS.  VMConnect has only the BIOS and screen memory to track state changes in the VM.  Cursor movement and screen updates are jumpier/chunkier and integration with the local machine&#8217;s mouse cursor is not as seamless as Remote Desktop.  For example, VMConnect captures the mouse modally, requiring you to hit a keystroke to give the mouse back to the local (host) desktop. That&#8217;s fine for periodic maintenance and administration sorties, but for everyday operations that would drive me nuts.</p>
<p>But that&#8217;s ok, because a network-connected VM is like a normal machine in every way &#8211; including Remote Desktop connectivity.  Once I get the VM into a usable network-accessible state, I shut down the VM connection and fire up a regular Remote Desktop connection to the VM.  Here are the steps:</p>
<ol>
<li>Install the OS on the VM</li>
<li>Reboot the VM on the new OS</li>
<li>Join the VM to the corpnet domain with a new, unique machine name</li>
<li>Disable sleep on idle in the power management options</li>
<li>Enable Remote Desktop connections</li>
<li>Add your domain user id to the list of users allowed to RD into the VM</li>
<li>Close the VMConnection</li>
<li>Fire up a Remote Desktop connection to the VM</li>
</ol>
<p>Tada!</p>
<p>Many thanks to John Howard for laying out the many pieces needed to get this silly thing to work.</p>
<div style="text-align:center;width:100%;"><div style="margin:0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0861479594738165";
/* End of Post */
google_ad_slot = "6510912161";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div><p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/" data-text="Hyper-V Remote Management:  Workgroup Vista Client to Domain-Bound Server"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F06%2F21%2Fhyper-v-remote-management-workgroup-vista-client-to-domain-bound-server%2F&amp;title=Hyper-V%20Remote%20Management%3A%20%20Workgroup%20Vista%20Client%20to%20Domain-Bound%20Server" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/06/21/hyper-v-remote-management-workgroup-vista-client-to-domain-bound-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Into the Maelstrom.. Again</title>
		<link>http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/</link>
		<comments>http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/#comments</comments>
		<pubDate>Wed, 28 May 2008 07:44:35 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Chuck Jazdzewski]]></category>
		<category><![CDATA[CoolIris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/</guid>
		<description><![CDATA[Curious title&#8230;  ring any bells?  No, not the story by Edgar Allen Poe.  I wrote an article a long time ago (2 years, 1 month, and 12 days) with this title to announce my joining the Windows Live team at Microsoft. I worked from my home in Santa Cruz (California), working with my team in Redmond <a href='http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Curious title&#8230;  ring any bells?  No, not the story by Edgar Allen Poe.  I <a href="http://blogs.msdn.com/dthorpe/archive/2006/04/14/576171.aspx">wrote an article</a> a long time ago (2 years, 1 month, and 12 days) with this title to announce my joining the Windows Live team at Microsoft.</p>
<p>I worked from my home in Santa Cruz (California), working with my team in Redmond (Washington). I flew up to Redmond about twice a month for meetings and general face time. San Jose to Seattle is about a two hour flight, so if you don&#8217;t mind a very long day it can be done as a one day trip to save the cost of a hotel and being away from home.</p>
<p>I made the most of my time in Redmond. Whatever time slots weren&#8217;t booked for meetings with my team or related to our projects I filled with lunches or coffee chats with new faces and old to try to stay abreast with what the rest of the company was up to &#8211; and how it related to Windows Live. I hunted down distinguished members of the League of Former Borlanders &#8211; lunches with Eddie Churchill, breakfast with Steve Teixeira, even managed to get some coffee time with Anders Hejlsberg every once in a while. The person I saw most often &#8211; almost quarterly - was Chuck Jazdzewski, my longtime friend and mentor from the Delphi era.  (Borland Delphi that is, not the Greek era)</p>
<p>More often than not, these catch-up chats would wander from discussing what was being done by this or that project team into what really ought to be done, to what would be really cool to do, if you could strip away the accumulated cruft and distill the essence of the &#8220;thing&#8221;. These conversations would also often end with a sigh and a shrug as silent acknowledgement of the near futility of trying to swim against the tide in a company as large as Microsoft. It doesn&#8217;t really matter what the idea is, good or bad it still takes an enormous amount of effort, coordination, and convergence of forces to get something started in a big company.  (Ever played <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FWizards-of-the-Coast-Diplomacy%2Fdp%2FB0015MN6JE%3Fpf%5Frd%5Fp%3D304485601%26pf%5Frd%5Fs%3Dlpo-top-stripe-2%26pf%5Frd%5Ft%3D201%26pf%5Frd%5Fi%3DB00005EBA0%26pf%5Frd%5Fm%3DATVPDKIKX0DER%26pf%5Frd%5Fr%3D15G4Z0GRMQ80WBMGH8G4&amp;tag=dthorpe-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Diplomacy</a>?  That&#8217;s Microsoft project management in spades.  The weird part is, it works!)</p>
<p>A few months after I had extracted myself from the Microsoft vortex and taken up residence in the Cooliris tornado I got a call from Chuck. &#8221;Remember that thing we talked about in our last few chats? I think it&#8217;s going to happen.  Forces are in play.&#8221; </p>
<p>Hmm.  Interesting.</p>
<p>A few months later, another call.  &#8220;It&#8217;s happening. We have slots, we have budget. And I want you on it.&#8221;</p>
<p><em>Oh!</em></p>
<p>The storm has come full circle. I will soon be jumping back into the Microsoft maelstrom, this time in the Visual Studio / Developer Division (devdiv) team. I will again be telecommuting from Santa Cruz. I&#8217;ll be part of a new incubation team composed of Chuck and a few other legendary devdiv veterans (I&#8217;m not sure I can say who yet) working on stuff to make accessing Windows Live services easier for developers. In some ways this is a lot like my previous role in the Windows Live team, only on the dev tools side of the coin instead of the services side.</p>
<p>That&#8217;s about it for details.  I can honestly answer all further questions with &#8220;I don&#8217;t know&#8221; or &#8220;I can&#8217;t say.&#8221;</p>
<p>Cooliris has been a fun, dynamic gig in so many ways.  I&#8217;m proud to have contributed to the Piclens platform abstraction architecture and Windows implementation, built the Piclens font system, text layout and text rendering engine, multiline text editor, and a variety of intangible bits in the tapestry of code. I continue to be a big fan of Piclens and look forward to this team going on to do great things with the Piclens idea. I&#8217;ve learned a lot about how the venture capital world works, acquired a new language (Objective C), and made a lot of great friends along the way. One thing is for certain: the software industry is far too small a community for &#8220;goodbyes&#8221; &#8211; there&#8217;s only &#8220;until we meet again.&#8221;</p>
<p>I&#8217;m bummed to be leaving Cooliris, but it really all comes down to this:  When you&#8217;re walking along minding your own business and a bush bursts into flame and says &#8220;I have a task for you&#8221;&#8230;.   <em>Don&#8217;t argue!</em></p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/" data-text="Into the Maelstrom.. Again"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F05%2F28%2Finto-the-maelstrom-again%2F&amp;title=Into%20the%20Maelstrom..%20Again" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/05/28/into-the-maelstrom-again/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  dannythorpe.com/tag/telecommuting/feed/ ) in 0.47515 seconds, on May 21st, 2012 at 7:07 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 21st, 2012 at 8:07 pm UTC -->
