I have set the XML file up correctly and have all the pre-req's installed. About midway through the script when it starts creating webapplications it errors out saying the PowerShell module "WebAdministration" is not loaded. Attempting to do Import-Module does not work.
Comments: ** Comment from web user: Ghost5525 **
Comments: ** Comment from web user: Ghost5525 **
So i ran that and got this back:
PS C:\Windows\system32> Get-Module -ListAvailable | ? {$_.Name -eq "WebAdministration"}
Directory: C:\Windows\System32\WindowsPowerShell\v1.0\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.0.0.0 WebAdministration {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfigu...
The OS i'm using is Windows Server 2012 R2, with SQL Server 2016, and wanting to install SP 2016 using this script which i find is awesome and very organized. Anything else i can provide let me know.