February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to install all service applications to the farm using a script.
Solution: Use the Install-SPService cmdlet with the -Provision switch parameter.
Using the Install-SPService cmdlet installs all service applications on a server based on the services, service proxies, and service instances stored in the local registry. Using the -Provision switch parameter allows the service applications to be installed using the default settings. Listing 6.1 shows an example command line.
Listing 6.1. Installing All Available Service Applications
Install-SPService -Provision
Read now
Unlock full access