Hi There, fooling around with Windows 2016 remote install of WFE,
need to amend the autospinstallerfunctions.ps1 line 6661 to something similar to this...
If (!($remoteQueryOS.Version.Contains("6.2")) -and !($remoteQueryOS.Version.Contains("6.3")) -and !($remoteQueryOS.Version.StartsWith("10"))) # Only perform the stuff below if we aren't on Windows 2012 or 2012 R2 OR 2016
to cope with the new Windows OS. My amended fie attached.
cheers,
Ralph Dalton
need to amend the autospinstallerfunctions.ps1 line 6661 to something similar to this...
If (!($remoteQueryOS.Version.Contains("6.2")) -and !($remoteQueryOS.Version.Contains("6.3")) -and !($remoteQueryOS.Version.StartsWith("10"))) # Only perform the stuff below if we aren't on Windows 2012 or 2012 R2 OR 2016
to cope with the new Windows OS. My amended fie attached.
cheers,
Ralph Dalton