<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>John Howard - Senior Program Manager in the Hyper-V team at Microsoft : Desktop Operating Systems</title><link>http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx</link><description>Tags: Desktop Operating Systems</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Hyper-V: Why does Hyper-V Manager not always work over VPN connection? Access Denied or RPC server unavailable errors.</title><link>http://blogs.technet.com/jhoward/archive/2008/08/07/hyper-v-why-does-hyper-v-manager-not-always-work-over-vpn-connection-access-denied-or-rpc-server-unavailable-errors.aspx</link><pubDate>Fri, 08 Aug 2008 07:55:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3102448</guid><dc:creator>jhoward</dc:creator><slash:comments>39</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3102448.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3102448</wfw:commentRss><description>&lt;p&gt;This post examines a problem several people have reported when running Hyper-V Remote Management tools over a VPN connection&amp;#160; - specifically hitting an error &amp;#8220;Access denied. Unable to establish communication between &amp;#8216;SERVER&amp;#8217; and &amp;#8216;CLIENT&amp;#8217;&amp;#8221;. In some variations, I&amp;#8217;ve seen RPC errors such as &amp;#8220;RPC server unavailable. Unable to establish communication between &amp;#8216;SERVER&amp;#8217; and &amp;#8216;CLIENT&amp;#8217;.&amp;#8221;&lt;img src="http://blogpics.dyndns.org/2008-aug-VPN-remote-management-dns-issue.jpg" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn1_2.jpg" target="_blank"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="119" alt="vpn1" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn1_thumb.jpg" width="435" border="0" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;And an example of an RPC error case:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn2_2.jpg" target="_blank"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="133" alt="vpn2" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn2_thumb.jpg" width="440" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;To be explicit up front, I am talking about this only occurring over a VPN/RAS connection &amp;#8211; when connected using a wired or wireless connection without VPN, everything works normally. If things are not working on wired/wireless, follow my series of remote management posts to configure everything first.&amp;#160; &lt;br /&gt;    &lt;br /&gt;Diagnosing the issue took a bit of sleuthing. So let&amp;#8217;s dive in. A big clue is in the first message &amp;#8211; it implies there is some form of communication between the Hyper-V enabled server and the Remote Management client. Indeed, that is correct &amp;#8211; there is a DCOM callback. So let&amp;#8217;s start by looking at the IP configuration on the laptop machine I&amp;#8217;m using for this walkthrough after the VPN connection has been established.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="193" alt="vpn3" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn3_3.jpg" width="441" border="0" /&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Note that the DHCP assigned address for the VPN connection is 192.168.200.6, and the DHCP assigned address for the Internet connection is 192.168.1.119.     &lt;br /&gt;    &lt;br /&gt;Let&amp;#8217;s run a network trace network trace on the Hyper-V enabled server to see what&amp;#8217;s going on. I&amp;#8217;m running the network trace while starting Hyper-V Manager on the laptop:     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="198" alt="vpn4" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn4_3.jpg" width="428" border="0" /&gt;     &lt;br /&gt;The two highlighted lines show that the Hyper-V enabled server is making an attempt to connect to my local wireless IP address on my broadband connection, 192.168.1.119, rather than the DHCP assigned IP address for my machine on the internal network, 192.168.200.6.     &lt;br /&gt;    &lt;br /&gt;What&amp;#8217;s also interesting in the trace are ARP packets from the Hyper-V enabled server at 192.168.200.218 to &amp;#8220;HPCRAPTOP&amp;#8221;:     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn5_2.jpg" target="_blank"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="105" alt="vpn5" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn5_thumb.jpg" width="431" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Notice that the server is asking where 192.168.200.14 is, and netmon is resolving 192.168.200.14 to the IP address of the laptop. So that indicates all is not well with DNS since we know above that the DHCP assigned address on the VPN connection is 192.168.200.6. Let&amp;#8217;s do an nslookup to examine the DNS entry for the laptop.     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="123" alt="vpn6" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn6_3.jpg" width="365" border="0" /&gt;     &lt;br /&gt;    &lt;br /&gt;Indeed, the laptop from a DNS perspective is incorrect and explains why netmon is resolving 192.168.200.14 to my laptop. (Although I didn&amp;#8217;t mention it, I happen to know that this DNS entry, 192.168.200.14, was the IP address assigned to the laptop when it was last connected directly to the internal network.)     &lt;br /&gt;    &lt;br /&gt;So as an experiment and first workaround, let&amp;#8217;s edit \windows\system32\drivers\etc on the Hyper-V enabled server to add an entry for my laptop as 192.168.200.6, the current IPv4 address for VPN and see what happens.     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="127" alt="vpn7" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn7_3.jpg" width="431" border="0" /&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn8_2.jpg" target="_blank"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="113" alt="vpn8" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn8_thumb.jpg" width="426" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;Yes, that works. But it&amp;#8217;s hardly what I could describe as a desirable or every-day-workable solution. If you&amp;#8217;re walking through with me, remember to remove that entry hosts to see if there are any other workarounds.     &lt;br /&gt;    &lt;br /&gt;Well there is one interesting workaround which I mentioned in my remote management configuration series. However, I absolutely do NOT recommend this one unless you really need to as you are lowering the security of your machine. Changing this setting is NOT necessary for remote management in a domain environment, but it is in a workgroup environment (my home environment I&amp;#8217;m using for this is domain based).&amp;#160; Here are the settings to change in dcomcnfg on the management client:     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="415" alt="vpn9" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn9_3.jpg" width="346" border="0" /&gt;     &lt;br /&gt;    &lt;br /&gt;Why this works is related to WMI/DCOM fallback, but I&amp;#8217;m far from claiming to be an expert here and will walk swiftly away from any further explanation. However, I re-iterate, I absolutely do not recommend you change this setting unless you need to.     &lt;br /&gt;So let&amp;#8217;s step back a bit now and try and understand a bit more about the DNS issue. The obvious thing to think may be to run &amp;#8220;ipconfig /registerdns&amp;#8221; from an elevated command prompt on the remote management machine to correct the DNS registration. Let&amp;#8217;s see what happens, while at the same time running a network trace on the ISA server with a filter for just the DNS protocol.&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn10_4.jpg" target="_blank"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="258" alt="vpn10" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn10_thumb_1.jpg" width="433" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;If you&amp;#8217;re ahead of the game, you may notice this is a very interesting capture! Maybe not if you&amp;#8217;re aware of my home setup, so let me explain why. 192.168.15.2 is the external internet address of my ISA server (in turn connected to a VOIP router). The destination being resolved to a host with name starting &amp;#8216;ns&amp;#8217; is my ISP&amp;#8217;s DNS server. Looking at the frame details, you can see the packet is a DNS update request for the laptop. Unsurprisingly, if you look at the response from the ISP in packet 3949, the response is &amp;#8220;NotAuth&amp;#8221;. Afterall, they&amp;#8217;re not authoritative for DNS of my domain. I am!     &lt;br /&gt;    &lt;br /&gt;This routing to the external network through ISA is normal expected behaviour. So I&amp;#8217;m still yet to find a good solution. But all is not lost (of course). Let&amp;#8217;s take a different tactic and look a little closer at the Vista SP1 inbox VPN client configuration (as in one which hasn&amp;#8217;t been created by what-ever the equivalent of CMAK, or Connection Manager Administration Kit, for Vista &amp;#8211; and no, I&amp;#8217;ve no idea what the replacement technology is. But it does remind me to do some research for another day....).     &lt;br /&gt;    &lt;br /&gt;I&amp;#8217;m assuming you&amp;#8217;re already familiar with configuring a PPTP or L2TP VPN connection in Vista &amp;#8211; that&amp;#8217;s a little outside of the scope of this post. But here&amp;#8217;s the IPv4/Properties/Advanced/DNS dialog tab of the VPN connection I&amp;#8217;ve created to connect back to my home network. Look at the bottom three items relating to DNS registration:     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="452" alt="vpn11" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn11_3.jpg" width="381" border="0" /&gt;     &lt;br /&gt;    &lt;br /&gt;Hmmmm. These look extremely promising . Logically, it sounds like I want all three: I want to specify a DNS suffix for this connection which is that of my internal domain; Yes, I want to register the connection&amp;#8217;s address in DNS; and I&amp;#8217;d like to use the DNS suffix in the DNS registration. So I changed it to look like this:     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="449" alt="vpn12" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn12_3.jpg" width="379" border="0" /&gt;     &lt;br /&gt;After saving the changes, let&amp;#8217;s run that DNS-filtered network trace on the ISA server again while re-establishing the VPN connection:     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn13_2.jpg" target="_blank"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="247" alt="vpn13" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn13_thumb.jpg" width="426" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Looks good as a DNS update was sent to the internal DNS servers, not to the external ISP. It shows the update for the IPv4 address of the remote management client as 192.168.200.4 with a success response in the following packet. And ipconfig on the client?     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="180" alt="vpn14" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn14_3.jpg" width="427" border="0" /&gt;     &lt;br /&gt;This confirms the trace above &amp;#8211; the remote management client has IP address 192.168.200.4. What about an nslookup of the laptop?     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="92" alt="vpn15" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn15_3.jpg" width="416" border="0" /&gt;     &lt;br /&gt;Excellent. Everything is looking rosey &amp;#8211; the DHCP assigned IP address of the laptop acquired from the VPN connection is in DNS on the internal servers. Therefore, the Hyper-V enabled server should be able to locate the laptop when making it&amp;#8217;s DCOM callback, so let&amp;#8217;s fire up Hyper-V manager and see what happens:     &lt;br /&gt;    &lt;br /&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="168" alt="vpn16" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/HyperVWhydoesHyperVManagernotalwayswork_13416/vpn16_3.jpg" width="436" border="0" /&gt;     &lt;br /&gt;Voila! Hope you found that useful.     &lt;br /&gt;    &lt;br /&gt;Cheers,     &lt;br /&gt;John.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3102448" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Network+Infrastructure+Systems/default.aspx">Network Infrastructure Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Misc+Factoids+_2600_amp_3B00_+Rambling/default.aspx">Misc Factoids &amp;amp; Rambling</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Part 5. Domain client to Workgroup Server: Hyper-V Remote Management: You do not have the required permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’</title><link>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</link><pubDate>Sat, 05 Apr 2008 05:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3029259</guid><dc:creator>jhoward</dc:creator><slash:comments>66</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3029259.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3029259</wfw:commentRss><description>&lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So far, I’ve covered the following Hyper-V Remote Management scenarios:&lt;img src="http://blogpics.dyndns.org/2008-apr-part5-remote-management.jpg" /&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Workgroup: Vista client to remote server, server configuration, full install (&lt;a class="class" 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" mce_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"&gt;Part one&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;Workgroup:&amp;#160; Vista client to remote server, client configuration (&lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;Part two&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;Workgroup:&amp;#160; Vista client to remote server, server configuration, core install (&lt;a class="class" 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" mce_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"&gt;Part three&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;Domain: Vista client to remote server (&lt;a class="class" 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" mce_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"&gt;Part four&lt;/a&gt;) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;But the questions keep coming. Part number five covers the case of a domain joined Vista client connecting to a remote server in a workgroup.    &lt;br /&gt;    &lt;br /&gt;And the reason for all these posts? To configure both machines to overcome the error: “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’” message when you start Hyper-V Manager remotely.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;IMPORTANT: Before anything else, I am going to assume you already have DNS setup correctly. If you can’t resolve the remote server machine using nslookup on the Vista machine, fix that now. Nothing will work unless that is right.&lt;/strong&gt;     &lt;br /&gt;    &lt;br /&gt;One shortcut I do take in the walkthrough is to make the server with the Hyper-V role enabled a full install. See part three for how that affects you if your server is a core installation. I’m not going to provide great detail about exactly what to click in each step – it’s all been covered in the previous posts, so please refer back.     &lt;br /&gt;    &lt;br /&gt;Let’s make this walkthrough a little more interesting, by making it more representative of a real-world deployment by locking down the access permissions to a specific user/group (rather than 'administrator'). I’m going to have a domain user, “domain1\john” with password “johnhoward” connecting to a workgroup remote server with the Hyper-V role enabled where a local user “john” with password “john” exists. (And no, these are no reflection on my real passwords. It’s purely for demonstration only and to show you that password matching isn’t needed to make this work).     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 1. Create the user accounts (Domain Controller &amp;amp; Hyper-V enabled Server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;On my domain controller, I’ve created an account &amp;quot;domain1\john&amp;quot; using Active Directory Users and Computers. Note that I am not making this account an administrator anywhere. Just a regular Joe User.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg20.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg20" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg20_thumb.jpg" width="375" height="166" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;On the Hyper-V enabled server, I’ve created the account workgroup\john using the net user command. I’ve also created a group called “Remote Hyper-V Admins”, and added the local workgroup “john” account to that group.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg21_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg21" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg21_thumb.jpg" width="400" height="111" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 2. Enable Firewall WMI Rules (on Hyper-V enabled server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Run the following command as an administrative user on the server: 'netsh advfirewall firewall set rule group=”Windows Management Instrumentation (WMI)” new enable=yes'     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg22.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg22" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg22_thumb.jpg" width="400" height="75" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 3. Allow authenticated remote DCOM access (on Hyper-V enabled server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Here I’ve added the “john” account to the “Distributed COM Users” group. Unfortunately, in a workgroup environment, you can’t nest groups, but the “Remote Hyper-V Admins” group will come in useful later.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg23_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg23" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg23_thumb.jpg" width="397" height="52" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 4. Allow authenticate users to remote WMI namespaces (on server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;See step 4 in part one for more information. Here is where I’m using the “Remote Hyper-V Admins” group I created previously. As before, make sure you do this TWICE, once for Root/CIMv2 and again for Root/Virtualization.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg24.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg24" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg24_thumb.jpg" width="280" height="358" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg25_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg25" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg25_thumb.jpg" width="280" height="358" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 5. Configure AZMan (on server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Here I’ve granted “Remote Hyper-V Admins” authorization rights to be Hyper-V administrators. See step 5 in part one for full details.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg26.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg26" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg26_thumb.jpg" width="393" height="155" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;REBOOT SERVER.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 6. Create a firewall exception for MMC (on client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;To save repeating myself, this is identical to Part two, step 6.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 7. Allow anonymous callbacks (on client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;To save repeating myself, this is identical to Part two, step 7.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 8. Set credentials for the remote server (on client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This is the gem of information you need. I’m logging onto the client machine as “john”, a standard domain user. The client has LUA enabled, as it should. From a non-elevated command prompt (that’s important), use cmdkey to store credentials for accessing the remote machine using the following syntax: “cmdkey /add remoteserver /user:remoteserver\username /pass”     &lt;br /&gt;    &lt;br /&gt;Of utmost importance, is the option passed to the /user parameter: - you must specify it as remoteserver\username, not just username. So in my walkthrough, I entered “cmdkey /add jhoward-hp2 /user:jhoward-hp2\john /pass” as the remote machine is called jhoward-hp2.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg27_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg27" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg27_thumb.jpg" width="415" height="90" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 9. Run Hyper-V Manager (on client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Start Hyper-V Manager from Control Panel/Administrative Tools (or \program files\Hyper-V\virtmgmt.msc). If you are using a pre-release version of Hyper-V and have not previously accepted the EULA, accept it now.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg28.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg28" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg28_thumb.jpg" width="409" height="189" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;You will notice that once you create a virtual machine and open Virtual Machine Connection, you will be prompted for credentials. At this point, use the credentials on the remote machine (john, password john in my example). &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg29_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg29" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg29_thumb.jpg" width="365" height="267" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;And “Voila”     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg30_2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="d2wg30" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C236/d2wg30_thumb.jpg" width="422" height="109" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;So I’m very nearly there. I just need to write up the scenario of the Client being in a workgroup and the Server being domain joined. Part six to follow soon….     &lt;br /&gt;    &lt;br /&gt;Cheers,     &lt;br /&gt;John. &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3029259" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Part 4. Domain joined environment: Hyper-V Remote Management: You do not have the required permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’</title><link>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</link><pubDate>Wed, 02 Apr 2008 02:59:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3025848</guid><dc:creator>jhoward</dc:creator><slash:comments>73</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3025848.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3025848</wfw:commentRss><description>&lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Quick links to the all parts in the series: &lt;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"&gt;1&lt;/a&gt;, &lt;a href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;2&lt;/a&gt;, &lt;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"&gt;3&lt;/a&gt;, &lt;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"&gt;4&lt;/a&gt; and &lt;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"&gt;5&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So after even more feedback and questions, part 4 of this series provides the walkthrough steps necessary to perform Hyper-V remote administration in a domain joined environment.&lt;img src="http://blogpics.dyndns.org/2008-apr-part4-remote-management.jpg" /&gt; &lt;/p&gt;  &lt;p&gt;For reference:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a class="class" 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" mce_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"&gt;Part one&lt;/a&gt; is the server configuration for a full server installation in a workgroup environment &lt;/li&gt;    &lt;li&gt;&lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;Part two&lt;/a&gt; is the client configuration for parts one and three &lt;/li&gt;    &lt;li&gt;&lt;a class="class" 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" mce_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"&gt;Part three&lt;/a&gt; is the server configuration for a server core installation in a workgroup environment &lt;/li&gt;    &lt;li&gt;Part four, this post, contains the relevant bits from parts two and three as applicable to deploying remote management of Hyper-V in a domain environment &lt;/li&gt;    &lt;li&gt;Setting up and the pre-requisites for Hyper-V on server core are in &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/30/how-to-add-the-hyper-v-role-to-a-windows-server-2008-server-core-machine.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/30/how-to-add-the-hyper-v-role-to-a-windows-server-2008-server-core-machine.aspx"&gt;this post&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;More information on server core commands &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/29/idiots-guide-to-server-core-aka-server-core-installation-option-of-windows-server-2008-step-by-step-guide.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/29/idiots-guide-to-server-core-aka-server-core-installation-option-of-windows-server-2008-step-by-step-guide.aspx"&gt;is here&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Follow the same steps for setting up the server core box itself as before, but remember to join the machine to the domain by using &lt;em&gt;netdom join &amp;lt;computername&amp;gt; /domain:&amp;lt;domainname&amp;gt; /userd:&amp;lt;domain user&amp;gt; /passwordd:*. &lt;/em&gt;Don't forget to enable remote administration.     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom1.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom1" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom1_thumb.jpg" width="413" height="106" /&gt;&lt;/a&gt;     &lt;br /&gt;Let’s first logon as domain administrator on the Vista machine and connect to the remote machine using Hyper-V Manager. As you can see, that works fine.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom2" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom2_thumb.jpg" width="413" height="174" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Obviously running as domain administrator isn’t a practical option in anything but a contrived lab environment. So I’ve created a standard user account in the domain called “domainuser” who is not an administrator either in the domain, the server core box with the Hyper-V role enabled, or on the Vista machine. Let’s see what happens when I start Hyper-V Manager on the Vista machine targeting the remote server core box. As you can in the screenshot below, it indicates that I am unauthorized. This is expected at this stage.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom3.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom3" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom3_thumb.jpg" width="416" height="131" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 1 Authorization Manager configuration&lt;/strong&gt;     &lt;br /&gt;    &lt;br /&gt;I need to authorize the domain user account for operations on the Hyper-V server, the same as I did in the workgroup environment. This is easier if I use an administrative account on the remote server core machine. For simplicity, I’m going to log back on to the Vista machine as domain administrator and run configure the Hyper-V authorization policy. (Note in the real world, you don't need domain administrator - this is for simplicity in the walkthrough only).     &lt;br /&gt;    &lt;br /&gt;Logon to the Vista machine as Domain Admin and click start/run AZMan.msc.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom4.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom4" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom4_thumb.jpg" width="302" height="155" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom5.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom5" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom5_thumb.jpg" width="408" height="304" /&gt;&lt;/a&gt;     &lt;br /&gt;Now open InitialStore.xml from the &lt;font face="Courier New"&gt;%systemdrive%\programdata\microsoft\windows\Hyper-V&lt;/font&gt; directory on the remote server machine. Right click on Open Authorization Manager and select Open Authorization Store…     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom6.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom6" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom6_thumb.jpg" width="244" height="194" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Select XML and enter the path to InitialStore.xml (or browse to it, noting that the programdata directory is hidden).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom7.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom7" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom7_thumb.jpg" width="342" height="201" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Expand the tree through Hyper-V services\Role Assignments\Administrator and select “Administrator”. Note that I’m making this walkthrough as simple as possible by making the domain user an administrator in the context of being able to perform all operations on the machine running the Hyper-V role. This does not however mean that the domain user becomes, or needs to be a local administrator on the Hyper-V machine (or on the Vista machine).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom8.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom8" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom8_thumb.jpg" width="405" height="193" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;In the right-hand side of the window, right click and select Assign Users and Groups then From Windows and Active Directory….     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom9.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom9" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom9_thumb.jpg" width="383" height="295" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Select the domain user account and click OK.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom10.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom10" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom10_thumb.jpg" width="387" height="210" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom11.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom11" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom11_thumb.jpg" width="388" height="201" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;You can now close Authorization Manager     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 2 DCOM Configuration      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Again, this is similar to the configuration steps necessary in the workgroup environment. You need to grant the appropriate users access rights to remote DCOM on the server. Use the same steps as in the workgroup configuration and add those users to the Distributed COM Users group.     &lt;br /&gt;    &lt;br /&gt;On the Vista machine logged on with an account with administrative rights on the server core machine, click start/control panel/administrative tools/computer management.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom12.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom12" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom12_thumb.jpg" width="385" height="242" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Remember in the server core configuration steps, I allowed remote management to enable this to work. If you get an error - go back to the server core configuration steps (links at top of this post). Right Click on the top of the tree on the “Computer Management (Local Computer)” node and click Connect to another computer…     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom13.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom13" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom13_thumb.jpg" width="329" height="202" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Enter the name of the remote server (jhoward-hp2 in my walkthrough)     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom14.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom14" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom14_thumb.jpg" width="380" height="181" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Expand the tree down through Computer Management/System Tools/Local Users and Groups/Groups and select Distributed COM Users on the right hand side.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM15.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DOM15" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM15_thumb.jpg" width="421" height="171" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Double click on &amp;quot;Distributed COM Users&amp;quot;, click Add… and select the appropriate users (domainuser in my walkthrough), and click OK.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom16.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom16" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom16_thumb.jpg" width="292" height="326" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 3. Remote WMI      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step is the same as the configuration steps necessary in the workgroup environment. You need to allow the domain user account access to the Root\CIMV2 and Root\virtualization namespaces. While Computer Management is still open from Step 2, expand out Services and Applications and select WMI Control.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom17.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom17" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom17_thumb.jpg" width="416" height="270" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Right click on WMI Control and select properties. Then switch to the &amp;quot;Security&amp;quot; tab. Expand the tree and select the &amp;quot;Root\CIMV2&amp;quot; namespace node.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom18.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom18" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom18_thumb.jpg" width="304" height="337" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;IMPORTANT: You need to set the security twice. Once for the Root\CIMV2 namespace, and then again for the Root\virtualization namespace.&lt;/font&gt;       &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Click the &amp;quot;Security&amp;quot; button. If the appropriate user or group does not already appear, use “Add…” as you did in Step 2 above to add them.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom19.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom19" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom19_thumb.jpg" width="306" height="366" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;Now select the user and click the Advanced button below the “Permissions for &amp;lt;user&amp;gt;” area.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom20.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom20" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom20_thumb.jpg" width="387" height="294" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Again, make sure the user/group is selected and click Edit.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM21.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DOM21" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM21_thumb.jpg" width="316" height="402" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;You need to make &lt;font color="#ff0000"&gt;&lt;strong&gt;three&lt;/strong&gt;&lt;/font&gt; changes here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the “Apply to:” drop-down, select “This namespace and subnamespaces” &lt;/li&gt;    &lt;li&gt;In the Allow column, select Remote Enable &lt;/li&gt;    &lt;li&gt;Check “Apply these permissions to objects and/or containers within this container only”&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The screen should look like below. If so, click OK through the open dialogs.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom22.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom22" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom22_thumb.jpg" width="310" height="393" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Repeat for the Root\virtualization namespace&lt;/font&gt;       &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom23.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="dom23" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/dom23_thumb.jpg" width="306" height="389" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click OK as appropriate to confirm all open dialogs and close Computer Management.     &lt;br /&gt;    &lt;br /&gt;After completing this step, reboot your server for the changes you made in step 2 to take effect.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 4. Test it out      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;I logged back onto the Vista machine using the test domain user account. I started Hyper-V Manager and targeted jhoward-hp2, the remote server core machine. I then created a new virtual machine with all default settings, except selecting to add a virtual hard disk later. I started the virtual machine and connected to it. And as you can see in the screenshot below, the virtual machine is up and running (the boot failure message is expected as there’s no bootable media in the virtual machine).     &lt;br /&gt;    &lt;br /&gt;Cool!     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM24.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DOM24" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_C7CE/DOM24_thumb.jpg" width="409" height="308" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Cheers,     &lt;br /&gt;John.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3025848" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Part 3 - Hyper-V Remote Management: You do not have the required permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’</title><link>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</link><pubDate>Mon, 31 Mar 2008 03:56:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3023553</guid><dc:creator>jhoward</dc:creator><slash:comments>112</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3023553.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3023553</wfw:commentRss><description>&lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Quick links to the all parts in the series: &lt;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"&gt;1&lt;/a&gt;, &lt;a href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;2&lt;/a&gt;, &lt;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"&gt;3&lt;/a&gt;, &lt;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"&gt;4&lt;/a&gt; and &lt;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"&gt;5&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Although I thought I’d finished at part two, after even more emails and comments on part &lt;a class="class" 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" mce_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"&gt;one&lt;/a&gt; and &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;two&lt;/a&gt;, it quickly became obvious to me that I need to round off the series by answering “But what if my server is a server core installation”. In server core, you have none of the “niceties” of most of the user interface.&lt;img src="http://blogpics.dyndns.org/2008-mar-part3-remote-management.jpg" /&gt;     &lt;br /&gt;    &lt;br /&gt;This blog post is an alternate to part one, covering the case where the server is server core. Before going any further, make sure you have followed the steps in my &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/29/how-to-add-the-hyper-v-role-to-a-windows-server-2008-server-core-machine.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/29/how-to-add-the-hyper-v-role-to-a-windows-server-2008-server-core-machine.aspx"&gt;previous post&lt;/a&gt; to enable the Hyper-V role on server core and enable remote management. &lt;strong&gt;Remote management is important for this walkthrough - you'll need it to complete the steps.&lt;/strong&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 10 (On Client and Server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This mirrors step 1 in part one. Make sure you are using a username and password which matches between the client and the server. For this walkthrough, I created an account with the username “john” with the same password on both machines. The “john” account is not an administrator on the server machine, but is an administrator on the client machine (for convenience). Enter the following command.     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#0000a0" face="courier new"&gt;net user john * /add&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg45.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg45" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg45_thumb.jpg" width="422" height="110" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;Step 11 (On Server)      &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;     &lt;br /&gt;&lt;/strong&gt;This step mirrors step 2 in part one. Enable the firewall rules on the server for WMI (Windows Management Instrumentation). Enter the following command:     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#000080" face="Courier New"&gt;netsh advfirewall firewall set rule group=&amp;quot;Windows Management Instrumentation (WMI)&amp;quot; new enable=yes      &lt;br /&gt;&lt;/font&gt;    &lt;br /&gt;Make sure the command it successful and responds with Updated 4 rules(s). Ok.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg49.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg49" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg49_thumb.jpg" width="426" height="127" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Note: What you enter in quotes is just a name must match the group name defined in the Windows firewall itself. So if you are running a non-English language server, you will need to verify what group name this is.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 12 (On Server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step mirrors step 3 in part one. It grants appropriate DCOM (Distributed COM) permissions to the user(s) who are remotely connecting. In a full install of Windows Server 2008, this is (relatively) easy using dcomcnfg. Unfortunately, this is not available on server core. However, there is a built-in user group you can use which does the job just as well (in fact, although I haven’t tested it, this should work equally well on a full installation of Windows Server 2008).     &lt;br /&gt;    &lt;br /&gt;You need to add the user account(s) or groups to the “Distributed COM Users” group. In my example, the server is named jhoward-hp2 and the local user account is john.     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#000080" face="courier new"&gt;net localgroup “Distributed COM Users” /add jhoward-hp2\john&lt;/font&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg48.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg48" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg48_thumb.jpg" width="414" height="96" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;Step 12B (On the remote management console/client)      &lt;br /&gt;      &lt;br /&gt;&lt;/strong&gt;&lt;em&gt;[Edited 16th May 2008. This was step 15, but moved to before step 13]&lt;/em&gt;     &lt;br /&gt;Follow steps 5, 6 and 7 in part two. These are identical and must be done on the client machine.&lt;strong&gt;&amp;#160;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 13 (On Remote Management Machine)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step mirrors 4 in part one and grants appropriate WMI permissions to the user(s) who are remotely connecting. You need grant access to two namespaces, and, as in step 3, you can add individual users, group(s) or the “Authenticated Users” group.     &lt;br /&gt;    &lt;br /&gt;This is a little more challenging on server core as there is no computer management MMC. However, as I’ve already enabled remote management, I can do this from my remote management (Vista SP1) workstation. On that machine, I’m logged on with administrator credentials matching an account on the server machine.     &lt;br /&gt;    &lt;br /&gt;Open Computer Management under Start/Administrative Tools. Right-click on the top most node, “Computer Management (Local Computer)”, and click “Connect to another computer …”     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg50.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg50" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg50_thumb.jpg" width="417" height="357" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;In the select computer dialog, enter the name of the remote server core machine and click OK. In my case, this is jhoward-hp2 (jhoward-hpu was the full installation). Then expand the tree down through Services and Applications\WMI Control and select WMI Control     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg52.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg52" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg52_thumb.jpg" width="411" height="191" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg51.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg51" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg51_thumb.jpg" width="436" height="218" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Right-click on WMI Control and select properties. Then switch to the Security tab. Select the Root\CIMV2 namespace node.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg53.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg53" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg53_thumb.jpg" width="356" height="392" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;IMPORTANT: You need to set the security twice. Once for the Root\CIMV2 namespace, and then again for the Root\virtualization namespace.&lt;/strong&gt;&lt;/font&gt;     &lt;br /&gt;    &lt;br /&gt;Click the Security button. If the appropriate user or group does not already appear, use “Add…” to add them. Note that when doing this remotely, you will be prompted for credentials. Make sure you entere the username as server\username as the default domain will be that of the client management machine     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg54.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg54" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg54_thumb.jpg" width="344" height="236" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg55.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg55" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg55_thumb.jpg" width="344" height="238" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg56.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg56" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg56_thumb.jpg" width="314" height="376" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Now select the user and click the Advanced button below the “Permissions for &amp;lt;user&amp;gt;” area.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg57.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg57" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg57_thumb.jpg" width="384" height="292" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Make sure the user/group is selected and click Edit     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg58.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg58" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg58_thumb.jpg" width="349" height="437" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;You need to make &lt;font color="#ff0000"&gt;&lt;strong&gt;three&lt;/strong&gt;&lt;/font&gt; changes here. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the “Apply to:” drop-down, select “This namespace and subnamespaces” &lt;/li&gt;    &lt;li&gt;In the Allow column, select Remote Enable &lt;/li&gt;    &lt;li&gt;Check “Apply these permissions to objects and/or containers within this container only” &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The screen should look like this. If so, click OK through the open dialogs.    &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg59.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg59" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg59_thumb.jpg" width="342" height="433" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Repeat for the Root\virtualization namespace     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg60.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg60" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg60_thumb.jpg" width="342" height="438" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click OK as appropriate to confirm all open dialogs and close Computer Management.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 14 (On Remote Management Machine)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step mirrors step 5 in part one and configures the Authorization Manager (AZMan) policy for the server running the Hyper-V role. I am assuming in this walkthrough, you are using the in-box default policy and have not re-configured anything at this stage.     &lt;br /&gt;    &lt;br /&gt;To make life a little easier, I’m first going to map a network drive on the remote management machine to the system drive on the machine running server core. In my case, the system drive is G.&amp;#160; At an elevated command prompt on the client, type the following (replacing G and jhoward-hp2 as appropriate)     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#000080" face="courier new"&gt;net use * \\jhoward-hp2\g$&lt;/font&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg61.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg61" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg61_thumb.jpg" width="417" height="150" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Open Authorization Manager by typing “azman.msc” in the box on the start menu.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg62.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg62" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg62_thumb.jpg" width="395" height="177" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg63.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg63" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg63_thumb.jpg" width="385" height="287" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Right-click on the Authorization Manager and choose Open Authorization Store from the context menu.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg64.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg64" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg64_thumb.jpg" width="244" height="215" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Make sure the “XML file” radio button is selected, and browse to the \ProgramData\Microsoft\Windows\Hyper-V directory on the mapped drive, select InitialStore.xml, then click OK.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg65.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg65" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg65_thumb.jpg" width="421" height="312" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;I’m going to keep this walkthrough as simple (!) as possible, and making my “john” account an Administrator in the context of Hyper-V authorization policy. Expand the tree down through InitialStore.xml\Hyper-V services\Role Assignments\Administrator, and select Administrator.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg66.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg66" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg66_thumb.jpg" width="403" height="293" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;In the area on the right, right-click and select “Assign Users and Groups” then “From Windows and Active Directory…”.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg67.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg67" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg67_thumb.jpg" width="430" height="237" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Note that you are prompted for appropriate administrative credentials. Make sure you enter the username as server\administrativeaccount again, to ensure the domain name is that of the server.     &lt;br /&gt;    &lt;br /&gt;At this point, I would say to add the appropriate users or groups like I did in the full installation option. However, I hit a snag. For some reason, AZMan running remotely did not seem able to find the “john” account (or any other user account I created on the core installation) even though it was definitely there as you can see using Computer Management on the remote machine targeting the server.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg69.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg69" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg69_thumb.jpg" width="429" height="176" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;The answer (I thought) was to create a new user group and add the “john” account to that group. However, that also failed. All was not lost. First thing to do was to report a bug. Next, was to come up with a backup plan. Now at this point, I apologise in advance - it's a really horrible workaround, and involves hand-editing InitialStore.xml     &lt;br /&gt;    &lt;br /&gt;Let’s take a look at InitialStore.xml on the full installation I made in part one, particularly the section with “Name=Administrator”. In the first screenshot taken using Internet Explorer to open the XML file, you can see that the “john” account has been added, the second screenshot being without “john” being an administrator.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg70.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg70" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg70_thumb.jpg" width="426" height="62" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg71.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg71" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg71_thumb.jpg" width="430" height="55" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;So it just is a question of finding and adding the appropriate user/group sid as member. How hard can that be? (OK, don't answer that quite yet!) Thanks to the &lt;a class="class" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec04/hey1203.mspx" mce_href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec04/hey1203.mspx"&gt;scripting guy&lt;/a&gt;, it didn’t take long to get the answer. I created the script below, test.vbs, and ran it on the remote management machine using &amp;quot;cscript test.vbs&amp;quot;. (Replace jhoward-hp2 in both places with your server name, and john with the appropriate user name. Also make sure there is no space between 'john', and Domain= in the penultimate line.)     &lt;br /&gt;    &lt;br /&gt;strComputer = &amp;quot;.&amp;quot;     &lt;br /&gt;Set objWMIService = _     &lt;br /&gt;&amp;#160;&amp;#160; GetObject(&amp;quot;winmgmts:\\jhoward-hp2\root\cimv2&amp;quot;)     &lt;br /&gt;Set objAccount = objWMIService.Get _     &lt;br /&gt;(&amp;quot;Win32_UserAccount.Name='john',Domain='jhoward-hp2'&amp;quot;)     &lt;br /&gt;Wscript.Echo objAccount.SID     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg72.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg72" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg72_thumb.jpg" width="433" height="84" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;So now I had the account SID for the &amp;quot;john&amp;quot; account, I could use notepad to edit InitialStore.xml appropriately. I still had my network drive mapped. &lt;strong&gt;&lt;font color="#ff0000"&gt;IMPORTANT: Take a backup copy of InitialStore.xml now!&lt;/font&gt;       &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg73.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg73" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg73_thumb.jpg" width="436" height="42" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Unfortunately, notepad is not the most easy to use editor for XML files. There are plenty of freeware XML editor out there, but I stuck with notepad, if for no more reason than to prove that this whole walkthrough can be done using inbox components. Here you can see I’ve added a new member tag on the bottom line – everything from &amp;lt;Member&amp;gt;S-1-5-21-602….. to the following &amp;lt;/Member&amp;gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg74.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg74" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg74_thumb.jpg" width="439" height="31" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;Just to make sure I hadn’t made a huge editing error, I used IE again to confirm     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg75.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg75" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg75_thumb.jpg" width="427" height="66" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;And yes, you can now close the Authorization Manager MMC if it is still open on the remote management machine!     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Important. You must reboot your server for the above changes to take effect.&lt;/font&gt;       &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;strong&gt;Step 15 (On the remote management console/client)      &lt;br /&gt;&lt;/strong&gt;&lt;em&gt;[Edited 16th May 2008. Moved this step to earlier as step 12B. Ignore step 15 if you did it earlier]&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;del&gt;Follow steps 5, 6 and 7 in part two. These are identical and must be done on the client machine.&lt;/del&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 16 (Away from the keyboard)      &lt;br /&gt;      &lt;br /&gt;&lt;/strong&gt;This mirrors step 8 in part two. Take a very deep breath and congratulate yourself. Open beer, have a party, whatever takes your fancy. To have got this far, you deserve it. Make sure you have followed &lt;strong&gt;all &lt;/strong&gt;the steps to the letter, especially the bit about restarting the server.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 17 (On the client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Logon as the account you have given permissions to (“john” in my walkthrough) on the client.     &lt;br /&gt;    &lt;br /&gt;Start Hyper-V Manager from Administrative Tools on the Control Panel. Enter appropriate administrative credentials if UAC is enabled and the account is not an administrator on the client.     &lt;br /&gt;    &lt;br /&gt;Click Connect to Server and enter the name of the remote machine, accepting the EULA if this is a pre-release version of Hyper-V.     &lt;br /&gt;    &lt;br /&gt;Watch in even more awe than you did in part 2 as you get a screen like below ;) Here I’m managing jhoward-hpu which is the full installation, and jhoward-hp2 which is the server core installation. Wow! I need some time off!     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg76.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg76" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_D452/wg76_thumb.jpg" width="428" height="359" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Cheers,    &lt;br /&gt;John. &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3023553" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Part 2 - Hyper-V Remote Management: You do not have the required permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’</title><link>http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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</link><pubDate>Sat, 29 Mar 2008 05:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3022978</guid><dc:creator>jhoward</dc:creator><slash:comments>98</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3022978.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3022978</wfw:commentRss><description>&lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Quick links to the all parts in the series: &lt;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"&gt;1&lt;/a&gt;, &lt;a href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;2&lt;/a&gt;, &lt;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"&gt;3&lt;/a&gt;, &lt;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"&gt;4&lt;/a&gt; and &lt;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"&gt;5&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The second part of the extra-long blog post contains the steps necessary on the client machine. &lt;a class="class" 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" mce_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"&gt;Part one&lt;/a&gt; concentrated on the server side configuration.&lt;img src="http://blogpics.dyndns.org/2008-mar-part2-remote-management.jpg" /&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 5 (On the client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Step 5 mirrors step 2 in the first part of this blog post, but on the client. Note also (again for convenience more than anything else), my Vista SP1 machine is actually itself a virtual machine running on the same physical machine as the server. You’ve got to love it when you can have a somewhat recursive technology ;)     &lt;br /&gt;&amp;#160; &lt;br /&gt;Enable the firewall rules on the client for WMI (Windows Management Instrumentation). From an elevated command prompt, enter the following:     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;netsh advfirewall firewall set rule group=&amp;quot;Windows Management Instrumentation (WMI)&amp;quot; new enable=yes      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Make sure the command it successful and responds: Updated 8 rules(s). Ok.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg27.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg27" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg27_thumb.jpg" width="429" height="50" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;If you now open “Windows Firewall with Advanced Security” from Control Panel/Administrative Tools on the start menu, you will notice eight rules, six inbound and two outbound have been enabled. (It helps to sort by Group)     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg28.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg28" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg28_thumb.jpg" width="433" height="156" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg29.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg29" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg29_thumb.jpg" width="434" height="92" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 6 (On the client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step creates a firewall exception for the Microsoft Management Console application (mmc.exe). From an elevated command prompt, enter the following:     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Netsh firewall add allowedprogram program=%windir%\system32\mmc.exe name=&amp;quot;Microsoft Management Console&amp;quot;      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Make sure the command is successful and responds “Ok.”     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg30.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg30" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg30_thumb.jpg" width="424" height="88" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;You can verify that you succeeded in the above step by looking in the “other” Windows Firewall application. (No, I have no idea why there are two either….). Open &amp;quot;Network and Sharing Center&amp;quot; on the control panel, and click Windows firewall in the bottom left corner, then click &amp;quot;Allow a program through Windows Firewall&amp;quot; where you’ll see a new entry with the name “Microsoft Management Console”     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg31.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg31" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg31_thumb.jpg" width="424" height="322" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg32.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg32" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg32_thumb.jpg" width="424" height="340" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg33.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg33" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg33_thumb.jpg" width="370" height="435" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;Step 7 (On the client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;strong&gt;IMPORTANT!!!! You need to do this step in the following scenarios:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Client and server are both in a workgroup&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Client is a workgroup and server is in a domain&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Client is in a domain and server is in a workgroup&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Both client and server are in domains, but there is NO TRUST between them. &lt;/strong&gt;&lt;strong&gt;&amp;#160;&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;You DO NOT NEED TO DO THIS STEP if the client and server are in either the same or trusted domains. Go to step 8.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WMI makes calls back from the server to the client. This is entirely expected (and is not Hyper-V specific). When a server is in a workgroup, the DCOM connection from the server back to the client is &amp;quot;anonymous&amp;quot;. This step therefore grants the appropriate permission.    &lt;br /&gt;    &lt;br /&gt;On the start menu box (yes, well spotted, I need to apply updates), type dcomcnfg and hit enter to open Component Services. If UAC is enabled, click allow when prompted or enter appropriate administrative credentials.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg34.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg34" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg34_thumb.jpg" width="428" height="131" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Expand the tree down through Component Services\Computers\My Computer, select My Computer, right-click, choose properties and select the COM Security tab.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg36.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg36" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg36_thumb.jpg" width="384" height="453" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click Edit Limits in the Access Permissions area (do not confuse with Edit Limits in the Launch and Activation Permissions area). Select “ANONYMOUS LOGON” from the list of users, and make sure Remote Access/Allow is checked in the permissions area. Your screen should look like below.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg37.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg37" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg37_thumb.jpg" width="384" height="467" /&gt;&lt;/a&gt;     &lt;br /&gt;Click OK and OK again, and close Component Services.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 8 (Away from the keyboard)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Take a deep breath and pat yourself on the back. Now do that again. A third time if you like. Then double-check to make sure you followed the above steps and those in part one&amp;#160; &lt;u&gt;to the letter.&lt;/u&gt;&amp;#160; You did remember the step about restarting the server, didn't you?     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 9 (On the client)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Logon as the account you have granted permissions to (“john” in my walkthrough) on the client.     &lt;br /&gt;    &lt;br /&gt;Start Hyper-V Manager from Administrative Tools on the Control Panel. Enter appropriate administrative credentials if UAC is enabled and the account is not an administrator on the client.     &lt;br /&gt;    &lt;br /&gt;Click Connect to Server and enter the name of the remote machine.     &lt;br /&gt;    &lt;br /&gt;Watch in awe as you get a screen like below. You can also see, it took me 2 hours, 24 minutes and 19 seconds to do this walk-through documenting it step-by-step. It should take you much less time!     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg39.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg39" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F27F/wg39_thumb.jpg" width="432" height="363" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Cheers,     &lt;br /&gt;John.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3022978" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Part 1 - Hyper-V Remote Management: You do not have the required permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’</title><link>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</link><pubDate>Sat, 29 Mar 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3022971</guid><dc:creator>jhoward</dc:creator><slash:comments>125</slash:comments><comments>http://blogs.technet.com/jhoward/comments/3022971.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=3022971</wfw:commentRss><description>&lt;p&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Quick links to the all parts in the series: &lt;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"&gt;1&lt;/a&gt;, &lt;a href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;2&lt;/a&gt;, &lt;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"&gt;3&lt;/a&gt;, &lt;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"&gt;4&lt;/a&gt; and &lt;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"&gt;5&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;After the many emails I’ve had about this, it seemed only appropriate to write up a detailed post (or two actually) about how to resolve this.&lt;img src="http://blogpics.dyndns.org/2008-mar-part1-remote-management.jpg" /&gt; &lt;/p&gt;  &lt;p&gt;You will hit this problem when using the &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/25/vista-sp1-management-tools-for-hyper-v-rc0-download-links.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/25/vista-sp1-management-tools-for-hyper-v-rc0-download-links.aspx"&gt;Hyper-V Vista management tools &lt;/a&gt;connecting to a remote Windows Server 2008 machine with the Hyper-V role enabled, and where both machines are in a workgroup (or in a domain environment where you genuinely don’t have access - but that's another blog entry). &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg1.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg1" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg1_thumb.jpg" width="428" height="152" /&gt;&lt;/a&gt;     &lt;br /&gt;There are several additional configuration steps you need to complete to make remote management work in a workgroup environment. &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;Step 1 (On Client and Server)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Make sure you are using a username and password which matches between the client and the server. For this walkthrough, I created an account with the username “john” with the same password on both machines. The “john” account is &lt;strong&gt;not&lt;/strong&gt; an administrator on the server machine, but &lt;strong&gt;is&lt;/strong&gt; an administrator on the client machine (for convenience).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg1a.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg1a" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg1a_thumb.jpg" width="407" height="254" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 2A (On Server core installations)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a class="class" 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" mce_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"&gt;See part 3 of this series&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 2B (On Server full installations)      &lt;br /&gt;      &lt;br /&gt;&lt;/strong&gt;Enable the firewall rules on the server for WMI (Windows Management Instrumentation). From an &lt;strong&gt;elevated&lt;/strong&gt; command prompt, enter the following:     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;netsh advfirewall firewall set rule group=&amp;quot;Windows Management Instrumentation (WMI)&amp;quot; new enable=yes&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Make sure the command is successful and responds Updated 4 rules(s). Ok.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg2.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg2" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg2_thumb.jpg" width="430" height="55" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;em&gt;Note: The string in quotes must match the group name defined in the Windows firewall itself. So if you are running a non-English language server, you will need to verify what group name this is.      &lt;br /&gt;&lt;/em&gt;    &lt;br /&gt;If you now open “Windows Firewall with Advanced Security” from Administrative Tools on the start menu, you will notice four rules, three inbound and one outbound have been enabled. (It helps to sort by Group)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg3.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg3" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg3_thumb.jpg" width="426" height="73" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg4.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg4" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg4_thumb.jpg" width="428" height="121" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 3 (On Server)      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;This step grants appropriate DCOM (Distributed COM) permissions to the user(s) who are remotely connecting. Depending on your circumstances, you can add the individual users (they must obviously have an account already on the server), a group, or you can allow all users by select the “Authenticated Users” group.     &lt;br /&gt;    &lt;br /&gt;Open Component Services by typing “dcomcnfg” in the box on the start menu, and expand the menu so that “My Computer” is selected under Component Services\Computers.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg5%20Thumbnail.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg5 Thumbnail" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg5%20Thumbnail_thumb.jpg" width="292" height="123" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg6.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg6" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg6_thumb.jpg" width="430" height="189" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Right-Click on My Computer, select Properties and select the “COM Security” tab.    &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg7.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg7" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg7_thumb.jpg" width="325" height="444" /&gt;&lt;/a&gt;     &lt;br /&gt;In the above dialog, click Edit Limits in the “Launch and Activation Permissions” area (not to be confused with the Edit Limits in the “Access Permissions” area).     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg8.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg8" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg8_thumb.jpg" width="323" height="393" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click “Add…” and enter the users (or groups including “Authenticated Users” as appropriate)     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg9.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg9" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg9_thumb.jpg" width="419" height="222" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click OK, then select the added user or group     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg11.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg11" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg11_thumb.jpg" width="244" height="192" /&gt;&lt;/a&gt;     &lt;br /&gt;In the Allow column, select Remote Launch and Remote Activation, then click OK.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg12.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg12" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg12_thumb.jpg" width="315" height="302" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Close Component Services     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 4 (On Server)&lt;/strong&gt;&lt;/p&gt; &lt;strong&gt;   &lt;p&gt;     &lt;br /&gt;&lt;/p&gt; This step grants appropriate WMI permissions to the user(s) who are remotely connecting. You need grant access to two namespaces, and, as in step 3, you can add individual users, group(s) or the “Authenticated Users” group.&lt;/strong&gt;   &lt;p&gt;   &lt;br /&gt;Open Computer Management under Start/Administrative Tools, expanding the tree down through Services and Applications\WMI Control. Select WMI Control     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg13.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg13" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg13_thumb.jpg" width="423" height="196" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Right-click on WMI Control and select properties. Then switch to the Security tab. Select the Root\CIMV2 namespace node.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg14.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg14" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg14_thumb.jpg" width="398" height="446" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;IMPORTANT: You need to set the security twice. Once for the Root\CIMV2 namespace, and then again for the Root\virtualization namespace.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Click the Security button. If the appropriate user or group does not already appear, use “Add…” as you did in Step 3 above to add them.    &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg15.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg15" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg15_thumb.jpg" width="399" height="480" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Now select the user and click the Advanced button below the “Permissions for &amp;lt;user&amp;gt;” area.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg16.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg16" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg16_thumb.jpg" width="422" height="319" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Again, make sure the user/group is selected and click Edit     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg17.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg17" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg17_thumb.jpg" width="376" height="484" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;You need to make &lt;font color="#ff0000"&gt;&lt;strong&gt;three&lt;/strong&gt;&lt;/font&gt; changes here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the “Apply to:” drop-down, select “This namespace and subnamespaces” &lt;/li&gt;    &lt;li&gt;In the Allow column, select Remote Enable &lt;/li&gt;    &lt;li&gt;Check “Apply these permissions to objects and/or containers within this container only”&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;   &lt;br /&gt;The screen should look like below. If so, click OK through the open dialogs.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg18.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg18" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg18_thumb.jpg" width="371" height="473" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Repeat for the Root\virtualization namespace&lt;/strong&gt;&lt;/font&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg19.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg19" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg19_thumb.jpg" width="372" height="479" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Click OK as appropriate to confirm all open dialogs and close Computer Management.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Step 5 (On Server)      &lt;br /&gt;      &lt;br /&gt;&lt;/strong&gt;This step configures the Authorization Manager (AZMan) policy for the server running the Hyper-V role. I am assuming in this walkthrough, you are using the in-box default policy and have not re-configured anything at this stage.     &lt;br /&gt;    &lt;br /&gt;Open Authorization Manager by typing “azman.msc” in the box on the start menu.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg20.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg20" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg20_thumb.jpg" width="423" height="102" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg21.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg21" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg21_thumb.jpg" width="419" height="289" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Right-click on the Authorization Manager and choose Open Authorization Store from the context menu.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg22.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg22" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg22_thumb.jpg" width="420" height="235" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Make sure the “XML file” radio button is selected, and browse to the \ProgramData\Microsoft\Windows\Hyper-V directory on the system drive and select InitialStore.xml, then click OK.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg23.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg23" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg23_thumb.jpg" width="421" height="239" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;I’m going to keep this walkthrough as simple (!) as possible, and making my “john” account an Administrator in the context of Hyper-V authorization policy. Expand the tree down through InitialStore.xml\Hyper-V services\Role Assignments\Administrator, and select Administrator.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg24.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg24" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg24_thumb.jpg" width="436" height="299" /&gt;&lt;/a&gt;     &lt;br /&gt;In the area on the right, right-click and select “Assign Users and Groups” then “From Windows and Active Directory…”.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg25.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg25" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg25_thumb.jpg" width="435" height="263" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Add the appropriate users or groups (here you can see the “john” account)     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg26.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="wg26" src="http://blogs.technet.com/blogfiles/jhoward/WindowsLiveWriter/Par.Contacttheadministratoroftheauthoriz_F857/wg26_thumb.jpg" width="441" height="212" /&gt;&lt;/a&gt;     &lt;br /&gt;Close the Authorization Manager MMC.     &lt;br /&gt;    &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;IMPORTANT. You must now reboot your server for the above changes to take effect.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p mce_keep="true"&gt;In &lt;a class="class" href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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" mce_href="http://blogs.technet.com/jhoward/archive/2008/03/28/part-2-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"&gt;part 2&lt;/a&gt;, I'll walk through the client configuration steps.     &lt;br /&gt;&lt;/p&gt;  &lt;p mce_keep="true"&gt;&lt;font size="5"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update 14th Nov 2008&lt;/strong&gt;. I've just released a script which does all this configuration in one or two command lines:&lt;/font&gt; &lt;/font&gt;&lt;a href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" mce_href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;&lt;font size="5"&gt;HVRemote&lt;/font&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p mce_keep="true"&gt;   &lt;br /&gt;Cheers,     &lt;br /&gt;John.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3022971" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Windows Desktop Search - Index network shares for faster searching</title><link>http://blogs.technet.com/jhoward/archive/2007/02/21/windows-desktop-search-index-network-shares-for-faster-searching.aspx</link><pubDate>Wed, 21 Feb 2007 19:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:656598</guid><dc:creator>jhoward</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/jhoward/comments/656598.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=656598</wfw:commentRss><description>&lt;P&gt;Can't wait to get home tonight..... just saw a pointer to this download on microsoft.com which is an addin for Windows Desktop Search, supported on Windows Vista which provides indexing capability for network shares. Given I've got hundreds of GB of data sitting on network shares which I'm regularly searching (slowly), this will make life far easier for me. Hopefully for you too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f7e981d9-5a3b-4872-a07e-220761e27283&amp;amp;displayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f7e981d9-5a3b-4872-a07e-220761e27283&amp;amp;displayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=f7e981d9-5a3b-4872-a07e-220761e27283&amp;amp;displayLang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR&gt;John.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=656598" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Downloads/default.aspx">Downloads</category></item><item><title>Enable Remote Desktop Connection through Windows Firewall Remotely</title><link>http://blogs.technet.com/jhoward/archive/2006/05/10/427952.aspx</link><pubDate>Thu, 11 May 2006 06:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:427952</guid><dc:creator>jhoward</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.technet.com/jhoward/comments/427952.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=427952</wfw:commentRss><description>&lt;P&gt;Yesterday evening, I was at home and attempting to remotely connect to my XP desktop machine in the office to access an application which was installed there, but not installed on my laptop. This was over VPN. Now I’ve only had both machines for a few weeks since moving over here and was positive that one of the first things I did on my work machine was to allow remote desktop. However, once on VPN, I was unable to connect to that machine remotely.&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp1.jpg"&gt; 
&lt;P&gt;My first thought was that I’d forgotten to tick that checkbox as shown above (it wasn’t, but I didn’t know better then). So my thought process was simple – it’s no problem – there’s a way round changing that setting as I had already gone through the simple checks – ping worked, net use to c$ worked. Even better, I had remote access to the registry and the event viewer to there was a relatively easy solution.&lt;/P&gt;
&lt;P&gt;That checkbox at the end of the day is just a registry setting. So how do you find out what the registry setting is? One way would be to change the setting locally while running sysinternals RegMon utility, see what was changed and update it remotely. Not the simplest way (maybe), but it would work. As it happened, being at home with my domain in place, I’d previously created a Group Policy to ensure that all clients at home were remotely accessible. &lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp2.jpg"&gt; 
&lt;P&gt;From GPMC, the details tab will give you a GUID for that policy. &lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp3.jpg"&gt; 
&lt;P&gt;You can then go to \windows\sysvol\sysvol\&amp;lt;domain&amp;gt;\policies\GUID\Machine and type out the registry.pol file to see the setting it’s applying. You could also take a look at the associated ADM file – both work easily as well&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp4.jpg"&gt; 
&lt;P&gt;As you can see, the registry setting is under HKLM\Software\Policies\Microsoft\Windows NT\Terminal Services and the setting is fDenyTSConnections. What isn’t clear from a binary dump here is what the value of that setting is being set to, or what the type is. However, a quick regedit on a client tells you that information – it’s a DWORD with value 0.&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp5.jpg"&gt; 
&lt;P&gt;If you then use regedit, connect to the machine remotely, it’s trivial to change that setting. However, remote connections were still failing. Hmmm. What about a remote reboot – easy enough using the shutdown command. Still no connection. Anyway, I’m up to the challenge here.&lt;/P&gt;
&lt;P&gt;What about forcing a refresh of policy remotely. That’s fairly straightforward using psexec from sysinternals. Start a remote command prompt and run gpupdate /force. Unfortunately, still not able to get a connection. Next thing to look at turns towards the Windows Firewall. Fortunately, through running netstat –an –P TCP via psexec, you can see what ports are listening.&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp6.jpg"&gt; 
&lt;P&gt;So at this point, I’m pretty sure (assuming the policy had been applied correctly), it’s the Windows Firewall blocking port 3389 (RDP). Next thing to do is to use psexec again to get a dump of the Windows Firewall domain policy (this was a domain joined machine). netsh has an option “dump” which you would think would be the right option to select, but that’s not it. What you actually need to run is show config as in netsh firewall show config. This confirmed there is no port opening for Remote Desktop in the configuration&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp7.jpg"&gt; 
&lt;P&gt;Again, you can use netsh remotely through psexec to allow that exception. The command is netsh firewall set portopening protocol=TCP port=3389 name=&amp;lt;arbitrary&amp;gt; mode=ENABLE profile=DOMAIN&lt;/P&gt;&lt;IMG src="http://www.msblogcasts.com/jhoward/remoterdp8.jpg"&gt; 
&lt;P&gt;And that was it. Remote connectivity enabled. &lt;BR&gt;Hope this helps someone!&lt;BR&gt;Cheers,&lt;BR&gt;John.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=427952" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Network+Infrastructure+Systems/default.aspx">Network Infrastructure Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Misc+Factoids+_2600_+Rambling/default.aspx">Misc Factoids &amp; Rambling</category></item><item><title>Internet Explorer Tip - Open new window</title><link>http://blogs.technet.com/jhoward/archive/2006/05/09/427801.aspx</link><pubDate>Tue, 09 May 2006 16:18:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:427801</guid><dc:creator>jhoward</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/jhoward/comments/427801.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=427801</wfw:commentRss><description>&lt;P&gt;Here's a tip I learnt a couple of months ago and meant to post up before - totally forgot. Maybe it's force of habit, but rather than opening a new instance Internet Explorer, going to the address bar and typing in a web page, it's quicker to do start/run (ie Windows+R) &lt;A href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/A&gt; instead. No, that's not the tip (but useful if you're doing it the long way now!). &lt;/P&gt;
&lt;P&gt;The problem with the start/run way is probably due to my messy desktop - I already have the start bar expanded to allow for two rows of window icons and can't get used to the grouping of icons on the start bar - it's not uncommon to have 18 windows simultaneously (I just counted). Several of them are usually&amp;nbsp;IE instances (and most of those with multiple tabs). Start/run will "hijack" the first started IE instance and lose your current page (which I usually want). Worse, the instance it hijacked may be a "pop-up" style window, either not re-sizeable or without toolbars. Not the end of the world as you can still click Alt-Left and go back, but it then means you have to do things the long way again.&lt;/P&gt;
&lt;P&gt;The answer is to rather than start/run &lt;A href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/A&gt; you do start/run explorer &lt;A href="http://www.microsoft.com"&gt;http://www.microsoft.com&lt;/A&gt;. OK, so the astute may be thinking here this isn't much of a shortcut - thats 16 extra keystrokes ("explorer http://") - yes, you must include the http:// prefix :(. However, you can get that down to 2 extra characters by creating e.cmd somewhere in your path (eg \windows\system32) containing 2 lines:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;explorer &lt;/FONT&gt;&lt;A href="http://%1"&gt;&lt;FONT face="Courier New" size=2&gt;http://%1&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face="Courier New" size=2&gt;exit&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Then you can do just start/run e &lt;A href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/A&gt;. Of course, you can take this much further by parsing %1 parameter in the batch file (or using a VBScript). How about looking to see if theres a www prefix missing and adding it - similarly, the .com. Now there's a thought - start/run e microsoft. Only just crossed my mind as I'm typing this. Hmmmm! Definitely on my list of things to do.&lt;/P&gt;
&lt;P&gt;Now, if I can only find a way of doing this in a way which finds a suitable IE Windows (ie resizeable with toolbars and address bar), adds a tab to it and navigates that tab to the URL, I'll be even happier...&lt;/P&gt;
&lt;P&gt;Hope that helps someone.&lt;BR&gt;Cheers,&lt;BR&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=427801" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/jhoward/archive/tags/How+to+Articles/default.aspx">How to Articles</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Misc+Factoids+_2600_+Rambling/default.aspx">Misc Factoids &amp; Rambling</category></item><item><title>Hands-on Windows OS Internals and Advanced Troubleshooting</title><link>http://blogs.technet.com/jhoward/archive/2006/04/21/425924.aspx</link><pubDate>Fri, 21 Apr 2006 18:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:425924</guid><dc:creator>jhoward</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jhoward/comments/425924.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=425924</wfw:commentRss><description>&lt;P&gt;I received an email from David Solomon - author of &lt;A href="http://www.microsoft.com/MSPress/books/6710.asp"&gt;Windows Internals&lt;/A&gt;&amp;nbsp;this morning. By amazing coincidence, I happened to have a copy of it open and reading it just as the email came in. David &amp;amp; his colleage, &lt;A href="http://www.sysinternals.com/Blog/"&gt;Mark Russinovich&lt;/A&gt; regularly give courses to folks in the Windows Core OS Division here in Redmond as part of a standard "getting up to speed" induction.&lt;/P&gt;
&lt;P&gt;David just let me know that on 26th-30th June there will be a course running in London. Registration for that can be &lt;A href="http://www.sysinternals.com/Troubleshooting.html"&gt;found here&lt;/A&gt;. From the people on campus I've spoken to who've been on this course, they highly recommend it. &lt;/P&gt;
&lt;P&gt;Here's the full details:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Georgia size=2&gt;Hands-on Windows OS Internals &amp;amp; Advanced Troubleshooting w/Russinovich and Solomon&lt;BR&gt;&amp;nbsp;&lt;BR&gt;If you like Sysinternals or the book Windows Internals, then you'll want to attend a hands-on (bring your own laptop) Windows internals &amp;amp; advanced troubleshooting class, taught by Mark Russinovich and David Solomon. Topics include: crash dump analysis, advanced process and thread troubleshooting, memory management internals, security internals, boot process and troubleshooting, I/O system.&amp;nbsp; Now updated to cover (Windows) Vista!&amp;nbsp;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Georgia&gt;&lt;FONT face="Times New Roman"&gt;&lt;BR&gt;Cheers&lt;BR&gt;John.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=425924" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Beta+Products/default.aspx">Beta Products</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Training/default.aspx">Training</category></item><item><title>Windows Vista Webcasts Next Week</title><link>http://blogs.technet.com/jhoward/archive/2006/04/07/424608.aspx</link><pubDate>Fri, 07 Apr 2006 16:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:424608</guid><dc:creator>jhoward</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/jhoward/comments/424608.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=424608</wfw:commentRss><description>&lt;P&gt;Just seen the list of webcasts for next week - there's a couple on the list worth mentioning. All times are PST (add 8 hours for UK time)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Top 10 Things You Need to Know About Windows Vista for the Enterprise (Level 200)&lt;BR&gt;&lt;/STRONG&gt;Wednesday, April 12, 2006 - 9:30 AM - 10:30 AM Pacific Time&lt;BR&gt;Glenn Fincher, Senior Consultant, Xtreme Consulting Group&lt;BR&gt;For those of you who haven’t had a chance to get a preview of Microsoft Windows Vista, this webcast introduces some of the new features and capabilities. This discussion focuses on features designed with the enterprise in mind.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032292988&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032292988&amp;amp;Culture=en-US&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Top 10 Things You Need to Know About Windows Vista for Small and Medium-Sized Businesses (Level 200)&lt;BR&gt;&lt;/STRONG&gt;Wednesday, April 12, 2006 - 11:30 AM - 12:30 PM Pacific Time&lt;BR&gt;Tony Richardson, Principal Consultant, Xtreme Consulting Group, Inc&lt;/P&gt;
&lt;P&gt;For those of you who haven’t had a chance to get a preview of Microsoft Windows Vista, this webcast introduces some of the new features and capabilities. This webcast focuses on features designed with small and medium-sized businesses in mind.&lt;BR&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032292994&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032292994&amp;amp;Culture=en-US&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=424608" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Beta+Products/default.aspx">Beta Products</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Webcasts/default.aspx">Webcasts</category></item><item><title>TechNet and Languages in Internet Explorer</title><link>http://blogs.technet.com/jhoward/archive/2006/02/28/420746.aspx</link><pubDate>Tue, 28 Feb 2006 06:13:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:420746</guid><dc:creator>jhoward</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/jhoward/comments/420746.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=420746</wfw:commentRss><description>&lt;P&gt;I'm sure this isn't going to teach a lot of people anything new, but given I just noticed it myself, I think it's worth mentioning just in case. Due to my recent change of laptop, and the fact that my new laptop doesn't run Windows Server 2003 (actually it does, just not very well - the power settings are a nightmare), I'm back to a default install of XP still at the defaults for many settings. One such setting shows itself up in Internet Explorer. There's been a few sites over the past few days I've visited and noticed that I was getting US English settings (dates for example) rather than UK English, even though I set the language and keyboard input settings to UK English at XP install time. Fine - I could just wait a month and it wouldn't make a lot of difference. However, I double checked the Internet Explorer settings and found that even with the selected install options, for some reason the language was still set to "en-us" (US English). You can see this in action on numerous sites, for example &lt;A href="http://support.microsoft.com"&gt;http://support.microsoft.com&lt;/A&gt; which shows up as Microsoft US Support.&amp;nbsp;More obviously an example is the newly designed TechNet site at &lt;A href="http://www.microsoft.com/technet"&gt;http://www.microsoft.com/technet&lt;/A&gt; which, if you're set for UK English will redirect to &lt;A href="http://technet.microsoft.com/en-gb/default.aspx"&gt;http://technet.microsoft.com/en-gb/default.aspx&lt;/A&gt;. &amp;lt;shameless plug&amp;gt;Well worth a look.&amp;lt;/shameless plug&amp;gt;&lt;/P&gt;
&lt;P&gt;To check or change your language settings in IE6, select Tools/Options. On the general tab, click Languages near the bottom and add/remove the appropriate languages.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=420746" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Misc+Factoids+_2600_+Rambling/default.aspx">Misc Factoids &amp; Rambling</category></item><item><title>Shadow Copy Client Download</title><link>http://blogs.technet.com/jhoward/archive/2006/02/20/419821.aspx</link><pubDate>Mon, 20 Feb 2006 11:11:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419821</guid><dc:creator>jhoward</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jhoward/comments/419821.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=419821</wfw:commentRss><description>&lt;P&gt;I was on the train a few days ago and ended up chatting to some guy (apologies, I'm terrible with names) about stuff which inevitably deviated into technology - of course we got to the&amp;nbsp;bit when I mentioned I worked for Microsoft. His relatively small company continues to run Windows Professional 2000 on the client side, with Windows Server 2003 for servers. However, one thing he did want was the ability to be able to use shadow-copies on those clients. As it ships, Windows 2000 Professional did not have the client side capabilities to be able view those previous versions generated through shadow copies. I said to him I'd dig out the link and &lt;A href="http://www.microsoft.com/technet/downloads/winsrvr/shadowcopyclient.mspx"&gt;here it is&lt;/A&gt;: If you have Windows 2000 SP3 or later, this download will add the capability, but there are other downloads on that page for earlier versions of Windows too.&lt;/P&gt;
&lt;P&gt;Good talking to you!&lt;BR&gt;Cheers,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=419821" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Downloads/default.aspx">Downloads</category></item><item><title>Clear Read-Only Attributes in bulk</title><link>http://blogs.technet.com/jhoward/archive/2006/02/13/419395.aspx</link><pubDate>Mon, 13 Feb 2006 15:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419395</guid><dc:creator>jhoward</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jhoward/comments/419395.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=419395</wfw:commentRss><description>&lt;P&gt;There's often those situations where you need to clear read-only attributes from a directory tree in bulk. In the past, having been a command line junkie and developer, I've used the attrib command with the /S parameter to include sub-directories as I've invariably had three or four command prompts open simultaneously. Those days have moved on, and the therapy has made me cut down to a maximum of two prompts at a time :) (It's obviously working as there's only one open at the moment!)&lt;/P&gt;
&lt;P&gt;While command prompts work for many people, I came across a utility a few years ago which extends the context menu for the Explorer shell which does the same thing. It shows how my mindset has changed - the machine I needed to change the attributes from didn't have the utility installed. It didn't even cross my mind until posting this about opening a command prompt - a quick Internet search to find the utility was my immediate thought and solution I used. Useful also as it works right across the board - from Windows 95 to Windows Server 2003.&lt;/P&gt;
&lt;P&gt;Here's the download link: &lt;A href="http://davidcrowell.com/Croa.aspx"&gt;http://davidcrowell.com/Croa.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=419395" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Downloads/default.aspx">Downloads</category></item><item><title>Applying Least Privilege to User Accounts in Windows XP</title><link>http://blogs.technet.com/jhoward/archive/2006/02/07/418948.aspx</link><pubDate>Tue, 07 Feb 2006 19:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:418948</guid><dc:creator>jhoward</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/jhoward/comments/418948.aspx</comments><wfw:commentRss>http://blogs.technet.com/jhoward/commentrss.aspx?PostID=418948</wfw:commentRss><description>&lt;p&gt;You've already probably heard by now the many efforts and changes which will be coming into place with the release of Windows Vista later this year regarding how "least privilege" (I use quotes as the actual term has changed a few times and I'm not sure that the latest TLA is) will be strongly enforced through all interactions between user and computer.&lt;/p&gt;
&lt;p&gt;However, applying least privilege to user accounts in Windows XP isn't always the most pain-free time to be had - users can be frustrated, support calls 24x7. You know the story, I'm sure. However, yesterday the MSSC (Microsoft Solutions for Security &amp;amp; Compliance) team released "Applying the Principle of Least Privilige to User Accounts in Windows XP". Interesting reading.&lt;/p&gt;
&lt;p&gt;It's available on TechNet &lt;a href="http://go.microsoft.com/fwlink/?LinkId=58445"&gt;here&lt;/a&gt; or for download &lt;a href="http://go.microsoft.com/fwlink/?LinkId=58446"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=418948" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jhoward/archive/tags/Desktop+Operating+Systems/default.aspx">Desktop Operating Systems</category><category domain="http://blogs.technet.com/jhoward/archive/tags/Downloads/default.aspx">Downloads</category></item></channel></rss>