<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx</link><description>Hi Cluster Fans, 
 
 Using PowerShell in Windows Server 2008 R2 Failover Clustering we have made it very easy to find all the clusters within a domain. 
 
 You may already know that you can use the Get-Cluster CMDlet to get information about the current</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx#10107248</link><pubDate>Mon, 20 Dec 2010 15:51:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10107248</guid><dc:creator>Ferenc Kovacs</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I have been trying to use the PS cmdlets and everything is working fine when I run them on a domain R2 machine, however, if I try to create a remote PS session from another computer, I always get the &amp;quot;You do not have administrative privileges on the cluster. Contact your network administrator to request access.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Access is denied&amp;quot; error.&lt;/p&gt;
&lt;p&gt;My session script looks something like:&lt;/p&gt;
&lt;p&gt;$securePassword = ConvertTo-SecureString -AsPlainText -Force -String $password&lt;/p&gt;
&lt;p&gt;$Credential = New-Object System.Management.Automation.PSCredential $Username, $SecurePassword&lt;/p&gt;
&lt;p&gt;$s = new-PSSession -ComputerName $hostname -credential $credential&lt;/p&gt;
&lt;p&gt;enter-PSSession -Session $s&lt;/p&gt;
&lt;p&gt;import-module FailoverClusters&lt;/p&gt;
&lt;p&gt;User/credentials are the domain user the cluster was created with.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d really appreciate some insight. Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10107248" width="1" height="1"&gt;</description></item><item><title>re: PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx#10071989</link><pubDate>Wed, 06 Oct 2010 02:12:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10071989</guid><dc:creator>Symon Perriman MSFT</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;Yes, you need to import the clustering powershell module. PS &amp;gt; Import-Module FailoverClusters&lt;/p&gt;
&lt;p&gt;No, you cannot run it directly on your Win7 box as it does not have the clustering bits. &amp;nbsp;However it is remotable from other server boxes which support the clustering SKU.&lt;/p&gt;
&lt;p&gt;Click on the &amp;#39;PowerShell&amp;#39; tag on this blog for our posts which include more information about using PowerShell with clustering. &amp;nbsp;The main Cluster PowerShell site is &lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/ee461009.aspx"&gt;technet.microsoft.com/.../ee461009.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Symon Perriman&lt;/p&gt;
&lt;p&gt;Clustering | Microsoft&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10071989" width="1" height="1"&gt;</description></item><item><title>re: PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx#10071865</link><pubDate>Tue, 05 Oct 2010 19:50:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10071865</guid><dc:creator>Mike Adams </dc:creator><description>&lt;p&gt;Do you have to have the clustering role to get the cmdlet? &amp;nbsp;Could you run this on your windows 7 box?&lt;/p&gt;
&lt;p&gt;Where could I find the cmdlet?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10071865" width="1" height="1"&gt;</description></item><item><title>re: PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx#10050661</link><pubDate>Mon, 16 Aug 2010 19:08:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10050661</guid><dc:creator>Symon Perriman MSFT</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;This should work at the 2003 AD functional level, although I do not have the environment to try it out myself. &amp;nbsp;However keep in mind that in 2003 clustering, Kerberos is disabled by default, and the cluster will only create computer objects for Kerberos-enabled Network Names. &amp;nbsp;However in 2008+, Kerberos is on my default, so it will see all clusters in the domain, so this will work for all 2008 clusters.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Symon&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10050661" width="1" height="1"&gt;</description></item><item><title>re: PowerShell for Failover Clustering: Find Clusters in a Domain</title><link>http://blogs.msdn.com/b/clustering/archive/2010/08/12/10049543.aspx#10049900</link><pubDate>Fri, 13 Aug 2010 16:10:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10049900</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Symon,&lt;/p&gt;
&lt;p&gt;Do these cmdlets require your AD be at 2008 functional level, or can it work with domains that are still in a 2003 functional level? &amp;nbsp;Will this also discover Windows 2003 clusters?&lt;/p&gt;
&lt;p&gt;Thanks for clarifying.&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10049900" width="1" height="1"&gt;</description></item></channel></rss>