AutoSPInstaller
AutoSPInstaller copied to clipboard
Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
Installing SP 2016 with Language Pack with AutoSPInstaller runs currently into a Reboot-Loop. This is cause by a Script-Block within AutoSPInstallerMain.sp1 that checks for SPVersion and LanguagePacksInstalled: `if (($env:SPver -eq...
Dear, 1. May be because of SE setup.exe now another additional argument must be added "/IAcceptTheLicenseTerms". Otherwise the script raise an exception saying the setup installer requiers a reboot. https://github.com/brianlala/AutoSPInstaller/blob/b14be321bbd3f431b81608e0c0f658f55e89e3ac/SP/Automation/AutoSPInstallerModule.psm1#L996...
The SPServices account is not the right account to be running the claims to windows token service as. The C2WTS account requires very special elevated permissions and adding the Services...
Unusual environment has discovered an edge case! The WFE host is "NMS-SPUAT" the SQL Host is "NMS-SPUATSQL". in AutoSPInstallerModule.psm1 Function Add-SQLAlias () line 7256: ``` If ((MatchComputerName $SQLInstance $env:COMPUTERNAME) -or...
I've seen this error reported a couple of years ago, where on line 3298 of AutoSPInstallerModule.psm1 it throws an exception because the $mySiteAppPool variable is not primed. Fundamentally, (apart from...
There is one application pool that has no managed account assigned to it. The "SharePoint Web Services Root". It is using "LocalService". Very rarely now this one application pool turns...
C:\SP\Automation\AutoSPInstallerConfigureRemoteTarget.ps1 : The term 'C:\SP\Automation\AutoSPInstallerConfigureRemoteTarget.ps1' 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...
After bringing the Visio Service Instance online, the AutoSPInstallerModule.psm1 script around line 2406 attempts to remove "Microsoft.SharePoint.PowerShell" snap in and subsequently re-add via the Add-SharePointPSSnapin function. Following this in the...
When installing SP2019 single server the script is failing when creating site collection. This does not occur with SP2016. Creating Site Collection "http://" Script halted! Exception Microsoft. SharePoint. SPException: Provisioning...