Iis

如何使用 PowerShell 刪除 IIS 管理器使用者

  • November 1, 2018

我似乎無法弄清楚如何使用 PowerShell 刪除 IIS 管理器使用者。我正在使用 Microsoft Server Core,但我無法通過 Internet 資訊服務 (IIS) 管理器執行此操作,因為我登錄的使用者是我需要刪除的使用者。知道如何通過 PowerShell 做到這一點嗎?

[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Web.Management")   
[Microsoft.Web.Management.Server.ManagementAuthentication]::DeleteUser("UserName")  

引用自:https://serverfault.com/questions/938282