I am running the latest AutoSPInstaller and keep getting the following error:
```
New-SPExcelServiceApplication : The term 'New-SPExcelServiceApplication' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At D:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:5535 char:40
+ $excelServiceApp = New-SPExcelServiceApplication -name $exce ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (New-SPExcelServiceApplication:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS>TerminatingError(): " - Error provisioning Excel Service Application"
>> TerminatingError(): " - Error provisioning Excel Service Application"
```
Please help
Comments: ** Comment from web user: RainerJ **
Hi,
which SharePoint version? SharePoint 2016 does no longer contain Excel Services, they have been moved to Office Online Server (the next version of Office Web Apps Server).
The command should only work for SharePoint 2010 and 2013.