When I am truing to import powercli extension module ,I am getting below error message :
'C:\Users\Administrator\Documents\WindowsPowerShell\Modules\vmware.vimautomation.extensions\VMware.VimAutomation.Extensions.dll'.
import-module : Method 'get_CreateDate' in type 'VMware.VimAutomation.Extensions.InstantClone.Types.InstantCloneVirtualMachineImpl' from
assembly 'VMware.VimAutomation.Extensions, Version=3.0.0.1649, Culture=neutral, PublicKeyToken=null' does not have an implementation.
At line:1 char:1
+ import-module vmware.vimautomation.extensions -verbose
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-Module], TypeLoadException
+ FullyQualifiedErrorId : System.TypeLoadException,Microsoft.PowerShell.Commands.ImportModuleCommand
I followed the procedure mentioned in the fling site . after download , I unblocked the zip .