En casos donde no tenemos las herramientas de IIS para PowerShell, podemos usar la herramienta nativa de Windows Server 2008, desde Commando
Prompt o PowerShell usando appcmd.exe, ubicado en
C:\Windows\system32\inetsrv.
Con esto automatizamos un
poco mas las implementaciones de SharePoint.
Listar
Applications Pools
PS
C:\Windows\system32\inetsrv> .\appcmd.exe list wp
Parar
Application Pool
PS
C:\Windows\system32\inetsrv> .\appcmd.exe stop apppool
/apppool.name:"Nombre de Application Pool"
"Nombre de
Application Pool" successfully stopped
Iniciar
Application Pool
PS
C:\Windows\system32\inetsrv> .\appcmd.exe start apppool
/apppool.name:"Nombre de Application
Pool"
"Nombre de Application Pool" successfully
started.
Recycle
PS
C:\Windows\system32\inetsrv> .\appcmd.exe recycle apppool
/apppool.name:"Nombre de Application
Pool"
"Nombre de Application Pool" successfully
recycled
No hay comentarios:
Publicar un comentario