B
Biggy_
Hi
I have the following issue :
Import-Module : Could not load file or assembly 'file:///C:\Windows\Cluster\FailoverClusters.ObjectModel.dll' or one
of its dependencies. The system cannot find the file specified.
At line:1 char:1
+ Import-Module FailoverClusters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
This is a hyper-v host running w2k16 with latest patches, I have 2 environments (in this example 3 host per environment), they were deployed from identical bare metal images and the one environment all cluster commands are working in the other one I'm getting the issue above.
the failovercluster roll is installed as you can see below
Display Name Name Install State
------------ ---- -------------
[X] Failover Clustering Failover-Clustering Installed
is there anything I can do to load the module?
Regards
Continue reading...
I have the following issue :
Import-Module : Could not load file or assembly 'file:///C:\Windows\Cluster\FailoverClusters.ObjectModel.dll' or one
of its dependencies. The system cannot find the file specified.
At line:1 char:1
+ Import-Module FailoverClusters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
This is a hyper-v host running w2k16 with latest patches, I have 2 environments (in this example 3 host per environment), they were deployed from identical bare metal images and the one environment all cluster commands are working in the other one I'm getting the issue above.
the failovercluster roll is installed as you can see below
Display Name Name Install State
------------ ---- -------------
[X] Failover Clustering Failover-Clustering Installed
is there anything I can do to load the module?
Regards
Continue reading...