AutoSPInstaller
AutoSPInstaller copied to clipboard
CreateStateServiceApp missing $spYear Declaration
is: $spVer = Get-MajorVersionNumber $spYear
should be: $spYear = $xmlInput.Configuration.Install.SPVersion $spVer = Get-MajorVersionNumber $spYear
Indeed it should. To be fixed in the next PR.
#48 I already added a pull request for this issue