In portion of my script below I have the following setting:
<RemoteInstall Enable="true">
<ParallelInstall>true</ParallelInstall>
</RemoteInstall>
But when the script finishes on the WFE I get the following message output:
- Completed!
- There are other servers specified as farm members in:
- C:\SP\AutoSPInstaller\AutoSPInstallerInput.xml
- but <RemoteInstall> is not set to "true" - nothing else to do.
Suggestions?
Thanks
David
Comments: ** Comment from web user: brianlala **
<RemoteInstall Enable="true">
<ParallelInstall>true</ParallelInstall>
</RemoteInstall>
But when the script finishes on the WFE I get the following message output:
- Completed!
- There are other servers specified as farm members in:
- C:\SP\AutoSPInstaller\AutoSPInstallerInput.xml
- but <RemoteInstall> is not set to "true" - nothing else to do.
Suggestions?
Thanks
David
Comments: ** Comment from web user: brianlala **
Please see the comments in https://autospinstaller.codeplex.com/workitem/20724 - essentially, RemoteInstall doesn't work that great in SharePoint 2013 because of the multiple reboots required. It would be too complex to track the state of each server, after it reboots etc.
Brian