Having issues trying to use PS to automate the SharePoint 2013 Farm creation
I grab this snippet:
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=241
New-SPConfigurationDatabase -DatabaseName SharePoint_Config -DatabaseServer sharepoint -AdministrationContentDatabaseName SharePoint_Admin_Content
Install-SPHelpCollection -All
Initialize-SPResourceSecurity
Install-SPService
Install-SPFeature -AllExistingFeatures
New-SPCentralAdministration -Port 1026 -WindowsAuthProvider "NTLM"
Install-SPApplicationContent
Issues
I have SP 2013 and the above is for SP2010…?
After the above snippet completes with no apparenterrors, I go to Manage Service Applications, and I only see two Service Applications, 1.) Application Discovery and Load Balancer , 2.) Security Token Service Application
When I run the Farm Wizard manually , via the GUI, all the missing Service Applications are now appearing.
Is this an known issue, or am I missing some values for getting this to work on SP2013…?
Thx in advance
Magellan