I've been running my multiserver installation script setting the Provision= attributes to NetBios server names with only a few issues. While attempting to solve one of my issues I decided to change all the Provision= attributes to FQDN's and Central Admin is not getting provisioned.
Joe
Comments: ** Comment from web user: jspadea **
Joe
Comments: ** Comment from web user: jspadea **
I pulled down the latest version of the script (4/22/2013) and it solved the central admin problem. However, I noticed that in AutoSPInstallerFunctions.ps1 there are 11 locations that are still using:
$_.Name -eq $env:computername
instead of:
MatchComputerName $_.Name $env:COMPUTERNAME
Without replacing those 11 instances the search components won't get installed.
Joe