Browse by Tags

Tagged Content List
  • Blog Post: Stop/Start the Application pool in IIS 6.0 using PowerShell.

    Power Shell script to stop the application pool in IIS 6.0:- -------------------------------------------------------------------------------- $appPool = get-wmiobject -namespace "root\MicrosoftIISv2" -class "IIsApplicationPool" | where-object {$_.Name -eq "W3SVC/AppPools/ SharePoint - 80 "} $appPool...
Page 1 of 1 (1 items)