PowerShell for AWS is not working

Hi,

I used AWSToolsAndSDKForNet_sdk-3.5.24.0_ps-4.1.0.0_tk-1.14.5.0.msi to install PowerShell for AWS.

When I run: Import-Module -Name AWSPowerShell

I get this error message:

Import-Module : The ‘C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell\AWSPowerShell.psd1’ module cannot be imp
orted because its manifest contains one or more members that are not valid. The valid manifest members are (‘ModuleToPr
ocess’, ‘NestedModules’, ‘GUID’, ‘Author’, ‘CompanyName’, ‘Copyright’, ‘ModuleVersion’, ‘Description’, ‘PowerShellVersi
on’, ‘PowerShellHostName’, ‘PowerShellHostVersion’, ‘CLRVersion’, ‘DotNetFrameworkVersion’, ‘ProcessorArchitecture’, ‘R
equiredModules’, ‘TypesToProcess’, ‘FormatsToProcess’, ‘ScriptsToProcess’, ‘PrivateData’, ‘RequiredAssemblies’, ‘Module
List’, ‘FileList’, ‘FunctionsToExport’, ‘VariablesToExport’, ‘AliasesToExport’, ‘CmdletsToExport’). Remove the members
that are not valid (‘RootModule’), then try to import the module again.
At line:1 char:14
+ Import-Module <<<< -Name AWSPowerShell
+ CategoryInfo : InvalidData: (C:\Program File…PowerShell.psd1:String) [Import-Module], InvalidOperatio
nException
+ FullyQualifiedErrorId : Modules_InvalidManifestMember,Microsoft.PowerShell.Commands.ImportModuleCommand

Any ideas?

Thanks.