Hello all,
I tried to look through the code a little bit to determine if/how AutoSPInstaller automates the installation of the prerequisites across all servers in a farm installation.
I found the chunk that kicks off the AutoSPInstaller script on the remote computers using invoke-command (line 6146 of AutoSPInstallerFunctions.ps1) and I found the piece that starts the local prerequisite installation (line 541 of AutoSPInstallerFunctions.ps1), but I cannot find where the script does the prerequisite installation on other servers in the farm.
Does this feature exist? If not, how could it be accomplished (edit: specifically in 2012 R2 w/ sp2013)
I tried to look through the code a little bit to determine if/how AutoSPInstaller automates the installation of the prerequisites across all servers in a farm installation.
I found the chunk that kicks off the AutoSPInstaller script on the remote computers using invoke-command (line 6146 of AutoSPInstallerFunctions.ps1) and I found the piece that starts the local prerequisite installation (line 541 of AutoSPInstallerFunctions.ps1), but I cannot find where the script does the prerequisite installation on other servers in the farm.
Does this feature exist? If not, how could it be accomplished (edit: specifically in 2012 R2 w/ sp2013)