"shivaraj" <shivaraj....@gmail.com> wrote in message
news:9912cba8-a001-42d9...@m3g2000yqf.googlegroups.com...
I did not get your question. Is this a Windows 2008 or Windows 2008 R2
cmdlet!!?? Is there a separate version of windows called 2008 R2
cmdlet ? Cant I run this cmdlet on Windows 2008 Enterprise version?
I can run "CLUSTER RESOURCE" command on powershell to fetch similar
information. But I wanted to fetch this using C# . In which I am
trying to use
Collection<PSObject> results = ri.Invoke("Get-ClusterResource");
PSPropertyInfo prop = (PSPropertyInfo)mo.Properties["Resource"];
I cant use "Cluster Resource" instead of Get-ClusterResource as it
always returns NULL when I try to get "Resource" property attribute.
Regards,
Shivaraj
On Jan 15, 9:24 pm, "Ed Crowley [MVP]" <cursp...@nospam.net> wrote:
> What version of Windows and Exchange? This is a Windows 2008 or Windows
> 2008 R2 cmdlet. Is that your operating system? If not, then you're looking
> at the CLUSTER command.
> --
> Ed Crowley MVP
> "There are seldom good technological solutions to behavioral problems."
> .
>
> "shivaraj" <shivaraj.malanna...@gmail.com> wrote in message
"shivaraj" <shivaraj....@gmail.com> wrote in message
news:ef4ee352-103a-4c89...@e27g2000yqd.googlegroups.com...