<?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>Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx</link><description>Ran into a weird issue where I was getting access denied when trying to query nodes remotely in powershell.&amp;#160; The query was working fine against Windows 2003 cluster names and worked locally when ran on a Windows 2008 cluster node, it just didn’t</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3274498</link><pubDate>Tue, 18 Aug 2009 08:32:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3274498</guid><dc:creator>Somdev Mondal</dc:creator><description>&lt;p&gt;Please follow this link here &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa393618"&gt;http://msdn.microsoft.com/en-us/library/aa393618&lt;/a&gt;(VS.85).aspx&lt;/p&gt;
&lt;p&gt;WMI authentication have to be changed. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3274498" width="1" height="1"&gt;</description></item><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3168278</link><pubDate>Sun, 14 Dec 2008 03:23:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3168278</guid><dc:creator>BooRadely</dc:creator><description>&lt;p&gt;Here's an example of [wmisearcher]:&lt;/p&gt;
&lt;p&gt;[wmisearcher]$wmisearcher = &amp;quot;SELECT * FROM IISApplicationPoolSetting&amp;quot;&lt;/p&gt;
&lt;p&gt;$wmisearcher.scope = &amp;quot;\\Server1\root\MicrosoftIISv2&amp;quot;&lt;/p&gt;
&lt;p&gt;$wmisearcher.scope.options.EnablePrivileges = $true&lt;/p&gt;
&lt;p&gt;$wmisearcher.scope.options.Impersonation = &amp;quot;Impersonate&amp;quot;&lt;/p&gt;
&lt;p&gt;$wmisearcher.scope.options.Authentication = &amp;quot;PacketPrivacy&amp;quot;&lt;/p&gt;
&lt;p&gt;$wmisearcher.scope.options&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3168278" width="1" height="1"&gt;</description></item><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3168277</link><pubDate>Sun, 14 Dec 2008 03:18:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3168277</guid><dc:creator>BooRadely</dc:creator><description>&lt;p&gt;The -Authentication was put into v3 to help with this issue. &amp;nbsp;You cannot use get-wmiobject in POSH v1 to connect to namespaces that require packet privacy. &amp;nbsp;You'd need to use [wmisearcher] or the .NET framework and then set the authentication in there. &amp;nbsp;Sorry. &amp;nbsp;It CAN be done though, just a bit more work.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3168277" width="1" height="1"&gt;</description></item><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3167065</link><pubDate>Thu, 11 Dec 2008 18:34:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3167065</guid><dc:creator>ale</dc:creator><description>&lt;p&gt;what if i can't upgrade to poweshell 2?&lt;/p&gt;
&lt;p&gt;how can i solve with ps 1?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3167065" width="1" height="1"&gt;</description></item><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3163855</link><pubDate>Thu, 04 Dec 2008 17:04:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3163855</guid><dc:creator>Chris Haines</dc:creator><description>&lt;p&gt;Ah forget it, I just found out they added that parameter in CTP 2.0.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3163855" width="1" height="1"&gt;</description></item><item><title>re: Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3163852</link><pubDate>Thu, 04 Dec 2008 16:55:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3163852</guid><dc:creator>Chris Haines</dc:creator><description>&lt;p&gt;I get the following error:&lt;/p&gt;
&lt;p&gt;A parameter cannot be found that matches parameter name 'Authentication'&lt;/p&gt;
&lt;p&gt;Which version of powershell are you using?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3163852" width="1" height="1"&gt;</description></item><item><title>Episode 44 - Tobias Weltner gives an inside look at PowerShell Plus &amp;laquo; PowerScripting Podcast</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/08/getting-access-denied-when-trying-to-query-root-mscluster-namespace-remotely-against-windows-2008.aspx#3132677</link><pubDate>Mon, 06 Oct 2008 05:15:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3132677</guid><dc:creator>Episode 44 - Tobias Weltner gives an inside look at PowerShell Plus &amp;laquo; PowerScripting Podcast</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://powerscripting.wordpress.com/2008/10/05/episode-44-tobias-weltner-gives-an-inside-look-at-powershell-plus/"&gt;http://powerscripting.wordpress.com/2008/10/05/episode-44-tobias-weltner-gives-an-inside-look-at-powershell-plus/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3132677" width="1" height="1"&gt;</description></item></channel></rss>