Sign in
Manhar Sharma
Common Tasks
Blog Home
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
2010
application pool
central administrator
delete corrupted list
Email a link
IIS 6.0
IIS 7.0
powershell
Review problems and solutions
Sharepoint
SharePoint server
Monthly Archives
Archives
October 2012
(1)
July 2012
(1)
June 2012
(1)
May 2012
(1)
Browse by Tags
TechNet Blogs
>
Manhar Sharma
>
All Tags
>
iis 6.0
Tagged Content List
Blog Post:
Stop/Start the Application pool in IIS 6.0 using PowerShell.
Manhar Sharma
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...
on
21 May 2012
Page 1 of 1 (1 items)