Hi.
I'm trying to import FIM PowerShell module on Powershell V 3 (Import-Module FIM) and the following is the error I get:
Add-PSTypeAccelerator : You cannot call a method on a null-valued expression.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\FIM\FIM.psm1:935 char:1
+ Add-PSTypeAccelerator -Alias 'FIMExportObject' -Type Microsoft.ResourceManagemen ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Add-PSTypeAccelerator], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull,Add-PSTypeAccelerator
Import-Module : The specified module 'FIM' was not loaded because no valid module file was found in any module director
y.
At line:1 char:1
+ Import-Module FIM
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (FIM:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
Any ideas?