Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Powershell WebAdmin

Invoke-Command  -ComputerName $serverName { Import-Module WebAdministration; Get-ChildItem -path IIS:Sites} | Format-Table | Out-File -append $WebreportPath
Source by duckduckgo.com #
 
PREVIOUS NEXT
Tagged: #Powershell #WebAdmin
ADD COMMENT
Topic
Name
2+5 =