How to avoid winrm error, in my decommission script

0

How can I delete sites and their apppools remotely from an IIS server?

Invoke-Command -ComputerName $server {Remove-Item -recurse "IIS:\Sites\$site"} 

Error Received:

WinRM cannot process the request. The following error with errorcode 0x80090322 occurred while using Kerberos authentication: An unknown security error occurred.

iis-7.5
kerberos
winrm
asked on Stack Overflow Jul 5, 2018 by kasula praveen • edited Jul 5, 2018 by Jason Aller

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0