我似乎无法弄清楚如何使用 PowerShell 删除 IIS 管理器用户。我使用的是 Microsoft Server Core,我无法通过 Internet 信息服务 (IIS) 管理器执行此操作,因为我登录的用户是我需要删除的用户。您知道如何通过 PowerShell 执行此操作吗?
答案1
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Web.Management")
[Microsoft.Web.Management.Server.ManagementAuthentication]::DeleteUser("UserName")