Skip to content

rlevchenko/powershell-sharepoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell scripts to automate Sharepoint farm deployment

Process

  • step 1: Enable-PingResponse.ps1 - opens the necessary firewall ports before the deployment
  • step 2: EnablePSExec.cmd - configures the UAC/PowerShell settings before the deployment
  • step 3: spprep.ps1 - prepares the first SharePoint server, adds the requried SP service accounts
  • step 4: spxml.ps1 - updates the AutoSPInstallerInput.xml with the right domain names
  • step 5: AutoSPInstaller\AutoSPInstallerMain.ps1 - installs and configures the SharePoint Server with settings defined in the AutoSPInstallerInput.xml
  • step 6: spprep2.ps1 prepares the second server in the farm
  • repeats 1-5 steps on the second server

Notes

About

PowerShell scripts to automate Sharepoint farm deployment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published