windows server 2012 R2 中powershell 运行命令提示错误

windows server 2012 R2数据中心版安装Exchange Server 2013时,运行如下命令时出现install错误:

powershell中运行:Install –WindowsFeature RSAT-ADDS,出现如下错误代码:

Install : 无法将“Install”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确
径正确,然后再试一次。
所在位置 行:1 字符: 1

  • Install –WindowsFeature RSAT-ADDS
  • ~~~~~~~
    • CategoryInfo : ObjectNotFound: (Install:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException 图片说明

图片说明

求高手解决

Install-WindowsFeature
中间不能有空格