Suponemos que tenemos 2 application server, llamados CONTOSO-APP1 y CONTOSO-APP2, y queremos iniciar el servicio de Excel Calculation Services en el application server App2, lo podemos hacer con PowerShell
Get-SpServiceInstance | where {$_.typename eq “Excel Calculation Services” –and $_.Parent –like “*CONTOSO_APP2”} | Start-SPServiceInstance
No hay comentarios:
Publicar un comentario