I am having difficulty with the import-module on an XP machine. I can use it fine on a windows 2k8R2 system that is attached to the NetApp via FC. Is this module looking for some type of HBA in order to function? (i.e. ISCSI or FCP).
I have successfully listed the modules, but Import gives an error. Please help!
Below are specifics:
Name ModuleType
---- ----------
DataOnTap\DataONTAP.dll Script
DataOnTap\log4net.dll Script
DataOnTap\ntapadmin32.dll Script
DataOnTap\ntapadmin64.dll Script
DataOnTap\Ontapi.dll Script
DataOnTap\DataONTAP.dll Script
DataOnTap\log4net.dll Script
DataOnTap\ntapadmin32.dll Script
DataOnTap\ntapadmin64.dll Script
DataOnTap\Ontapi.dll Script
FileTransfer.psd1 Manifest
FileTransfer\Microsoft.BackgroundIntelligentTransfer.Management.Interop.dll Script
PSDiagnostics.psd1 Manifest
PSDiagnostics\PSDiagnostics.psm1 Script
PS H:\> Import-Module DataOnTap
Import-Module : Could not load type 'System.Management.Automation.OutputTypeAttribute' from assembly 'System.Management
.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
At line:1 char:14
+ Import-Module <<<< DataOnTap
+ CategoryInfo : NotSpecified: (:) [Import-Module], TypeLoadException
+ FullyQualifiedErrorId : System.TypeLoadException,Microsoft.PowerShell.Commands.ImportModuleCommand