Prev: OOF formatting is lost
Next: mailbox move
From: shivaraj on 15 Jan 2010 04:52 Hi, I am trying to use "Get-ClusterResource" cmdlet to fetch "File Share Witness" property of CCR cluster. But when I run this command no "Exchange Management Shell" I am getting "The term 'Get- ClusterResource' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again." error. Any idea why I am getting this error? Do I need to add any "PSSnapin" via Add-PSSnapin cmdlet ? If so which one it is? Basically I am not able to run any of the cluster related GET cmdlets on Exchange Management Shell.
From: Ed Crowley [MVP] on 15 Jan 2010 11:24 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.malannavar(a)gmail.com> wrote in message news:9912cba8-a001-42d9-8470-78ed1e606e6b(a)m3g2000yqf.googlegroups.com... > Hi, I am trying to use "Get-ClusterResource" cmdlet to fetch "File > Share Witness" property of CCR cluster. But when I run this command no > "Exchange Management Shell" I am getting "The term 'Get- > ClusterResource' is not recognized as a cmdlet, function, operable > program, or script file. Verify the term and try again." error. > Any idea why I am getting this error? Do I need to add any "PSSnapin" > via Add-PSSnapin cmdlet ? If so which one it is? Basically I am not > able to run any of the cluster related GET cmdlets on Exchange > Management Shell.
From: shivaraj on 18 Jan 2010 03:30 Windows version: Windows 2008 Enterprise version Service pack 1 Exchange version: Exchange server 2007 Version : 08.01.0240.006 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...(a)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...(a)gmail.com> wrote in message > > news:9912cba8-a001-42d9-8470-78ed1e606e6b(a)m3g2000yqf.googlegroups.com... > > > > > Hi, I am trying to use "Get-ClusterResource" cmdlet to fetch "File > > Share Witness" property of CCR cluster. But when I run this command no > > "Exchange Management Shell" I am getting "The term 'Get- > > ClusterResource' is not recognized as a cmdlet, function, operable > > program, or script file. Verify the term and try again." error. > > Any idea why I am getting this error? Do I need to add any "PSSnapin" > > via Add-PSSnapin cmdlet ? If so which one it is? Basically I am not > > able to run any of the cluster related GET cmdlets on Exchange > > Management Shell.
From: Ed Crowley [MVP] on 18 Jan 2010 12:39 Questions about the use of C# should be posted in the .development newsgroup. The code people lurk there more. -- Ed Crowley MVP "There are seldom good technological solutions to behavioral problems." .. "shivaraj" <shivaraj.malannavar(a)gmail.com> wrote in message news:ef4ee352-103a-4c89-aaca-c13050710fee(a)e27g2000yqd.googlegroups.com... Windows version: Windows 2008 Enterprise version Service pack 1 Exchange version: Exchange server 2007 Version : 08.01.0240.006 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...(a)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...(a)gmail.com> wrote in message > > news:9912cba8-a001-42d9-8470-78ed1e606e6b(a)m3g2000yqf.googlegroups.com... > > > > > Hi, I am trying to use "Get-ClusterResource" cmdlet to fetch "File > > Share Witness" property of CCR cluster. But when I run this command no > > "Exchange Management Shell" I am getting "The term 'Get- > > ClusterResource' is not recognized as a cmdlet, function, operable > > program, or script file. Verify the term and try again." error. > > Any idea why I am getting this error? Do I need to add any "PSSnapin" > > via Add-PSSnapin cmdlet ? If so which one it is? Basically I am not > > able to run any of the cluster related GET cmdlets on Exchange > > Management Shell.
|
Pages: 1 Prev: OOF formatting is lost Next: mailbox move |