Hello;
When I try to run the following command: PS C:\> Import-Module "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1" I get the following error:
Import-Module : The specified module 'C:\Program Files(x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1'
was not loaded because no valid module file was found in any module directory.
At line:1 char:1
+ Import-Module "C:\Program Files(x86)\Microsoft SDKs\Windows Azure\PowerShell\Azu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (C:\Program File...zure\Azure.psd1:String) [Import-Module], FileNot
FoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
David Kellett