среда, 22 января 2014 г.

AWS Memory Monitoring Script for Windows Server Error: "Please Install .NET sdk for this script to work."

The location of the SDK has changed
Change the following line:
$SDKLibraryLocation = dir C:\Windows\Assembly -Recurse -Filter "AWSSDK.dll"
to:
$SDKLibraryLocation = dir "C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell" -Recurse -Filter "AWSSDK.dll"

Комментариев нет: