brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
170 stars 80 forks source link

CreateStateServiceApp missing $spYear Declaration #47

Open peet2k17 opened 4 years ago

peet2k17 commented 4 years ago

is: $spVer = Get-MajorVersionNumber $spYear

should be: $spYear = $xmlInput.Configuration.Install.SPVersion $spVer = Get-MajorVersionNumber $spYear

brianlala commented 4 years ago

Indeed it should. To be fixed in the next PR.

gszdev commented 4 years ago

48

I already added a pull request for this issue