NPS插件相关Powershell

NPS插件相关Powershell

针对VPN MFA需要用的NPS插件,涉及到的powershell如下,注意要以管理员身份运行:
安装:.\setupNpsExtension.ps1 Install
卸载:.\setupNpsExtension.ps1 uninstall
更新:.\setupNpsExtension.ps1 update
重启服务:Restart-Service IAS
查看服务运行状态:Get-Service IAS