In Chapter 3, Managing and Maintaining a SharePoint Farm, you learned how to enable service applications. However, the PowerPoint Automation Services application is not listed:
The PowerPoint Automation Services application must be enabled via the SharePoint Management Shell (if it was not already enabled during MinRole setup). To configure it, follow these steps:
- Launch an elevated SharePoint Management Shell.
- Run the following command to create the service application instance:
New-SPPowerPointConversionServiceApplication -Name "PowerPoint Automation Service Application" -ApplicationPool "SharePoint Web Services Default"
- Run the following command to create the service application proxy instance:
New-SPPowerPointConversionServiceApplicationProxy -Name "PowerPoint Automation Service Application Proxy" -ServiceApplication "PowerPoint Automation Service Application" –AddtoDefaultGroup
- On the servers...