Answers for "Powershell WebAdmin"

0

Powershell WebAdmin

Invoke-Command  -ComputerName $serverName { Import-Module WebAdministration; Get-ChildItem -path IIS:\Sites} | Format-Table | Out-File -append $WebreportPath
Posted by: Guest on May-01-2021

Browse Popular Code Answers by Language