小编nev*_*ath的帖子

无法安装/使用 AWS Tools Powershell cmdlet

我尝试使用多个网站视频中的基本命令,但安装 AWS.Tools.Installer 和 AWS.Tools.S3 后,在尝试使用命令时出现相同的错误:

Set-Awscredentials : The term 'Set-Awscredentials' is not recognized
as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that
the path is correct and try again. At line:1 char:1
+ Set-Awscredentials
+ ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Set-Awscredentials:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
Run Code Online (Sandbox Code Playgroud)

我在我们的实验室中有多台新镜像的计算机,运行Windows 10 Enterprise LTSC 2019 build 1809,所有这些计算机的结果都是相同的。以下是我从管理提示符 …

powershell amazon-s3 amazon-web-services

4
推荐指数
1
解决办法
8219
查看次数