I don't see mscluster.cluster class in windows2012 after cluster build but same I get in windows2008 ,my code started failing due to that,example below , can somebody point out why classes are missing and how to get them in registry?
PS D:\do_not_delete\Scripts> New-Object -Com "mscluster.cluster"
New-Object : Retrieving the COM class factory for component with CLSID {00000000-0000-0000-0000-000000000000} failed
due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
At line:1 char:1
+ New-Object -Com "mscluster.cluster"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [New-Object], COMException
+ FullyQualifiedErrorId : NoCOMClassIdentified,Microsoft.PowerShell.Commands.NewObjectCommand
ss