Hi,
I am following https://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/ to install Azure PowerShell on my machine. I have deployed the software from http://aka.ms/webpi-azps.
When I run PS C:\> Get-AzureRmResource, I get the known issue that is listed in the deployment page.
So I try to import the module to resolve this issue: import-module "C:\Program Files\WindowsPowerShell\Modules\Azure\XXXX\azure.psd1" import-module "C:\Program Files\WindowsPowerShell\Modules\Azure\XXXX\expressroute\expressroute.psd1"
However, looking into my C:\Program Files\WindowsPowerShell\Modules folder there is no \Azure subdirectory - so I cant replace the XXXX in the above syntax.
I have also tried searching my drive for both azure.psd1 & expressroute.psd1, but neither of them exist.
I have reinstalled Azure PowerShell 3 times now and the same problem exists.
Can anyone shed some light on this please, thank u