我在powershell图库中看到,iisadministration模块的版本比Server 2016附带的版本更新。
我使用以下方式安装了它:
install-module -name IISadministration -scope currentuser -verbose -force -SkipPublisherCheck
我现在有两个版本,为当前用户安装的较新版本以及操作系统附带的原始版本。
Import-Module IISAdministration
成功,因此明确指定了psd1路径。但是,当我尝试使用New-IISSiteBinding
(包含在较新版本中)时,它会抱怨无法识别cmdlet。
引用新cmdlt的文章 https://blogs.iis.net/iisteam/introducing-iisadministration-in-the-powershell-gallery
有人可以帮忙吗?感谢