I am using win2k12 R2 standard 62 bit version OS and i am trying to automate deployment of my api services and web application to azure using azure arm command-lets in power-shell i am able to run the command Login-AzureRmAccount and Set-AzureSubscription But When i try to run the command Set-AzureRmCurrentStorageAccount i am getting below error "Set-AzureRmCurrentStorageAccount : Could not load file or assembly 'Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation"
The same command works correctly in windows 10 64 bit version OS.