SharePoint 2013: Install and Configuration with Powershell

This article intent to demonstrate how to automate Configuration and Installation in a DEV Environment using AutoInstaller v3

The Source 

Codeplex Tools for installing and configuring SharePoint 2013

Tools

  1. AutoSPInstaller v3
  2. AutoSPInstallerGUI

The secret is follow a sequence

  1. Copy SharePoint Binaries, Service Pack’s and Language Packs to folder structure
  2. Configure your XML File with AutoSPInstallerGUI
    1. Configure Installation
    2. Configure Farm
      1. Create your Portal App
      2. Create MySites App
    3. Configure Service Applications
  3. Choose to stop the script after install binaries

Copy SharePoint Binaries, Service Pack’s and Language Packs to folder structure

 https://sptime.files.wordpress.com/2014/07/image_thumb20.png?w=498&h=299  

https://sptime.files.wordpress.com/2014/07/image_thumb21.png?w=503&h=302

https://sptime.files.wordpress.com/2014/07/image_thumb22.png?w=505&h=303

Use the correct language code, in my case folder “pt-pt”
Configure your XML File with AutoSPInstallerGUI

Download tools for a folder and open “AutoSPInstallerInput.xml”

https://sptime.files.wordpress.com/2014/07/image_thumb23.png?w=506&h=264

https://sptime.files.wordpress.com/2014/07/image_thumb24.png?w=508&h=362

https://sptime.files.wordpress.com/2014/07/image_thumb25.png?w=509&h=363

https://sptime.files.wordpress.com/2014/07/image_thumb26.png?w=508&h=362

https://sptime.files.wordpress.com/2014/07/image_thumb27.png?w=507&h=361

Configure Services
Bellow is my script that will install and configure

  1. MMS
  2. UPS
  3. Search
  4. State
  5. Usage and Health
  6. Secure Store
  7. Subscription Service
  8. App Management
  9. Work Management
  10. Machine Transaction
  11. PDF MIME Type Configure

Result

https://sptime.files.wordpress.com/2014/07/image_thumb28.png?w=233&h=477