https://github.com/bretfisher/autospinstaller-user-creator
I use this PowerShell Script with www.autospinstaller.com to automate (most) of a SharePoint 2010 deployment
https://github.com/bretfisher/autospinstaller-user-creator
Last synced: 3 months ago
JSON representation
I use this PowerShell Script with www.autospinstaller.com to automate (most) of a SharePoint 2010 deployment
- Host: GitHub
- URL: https://github.com/bretfisher/autospinstaller-user-creator
- Owner: BretFisher
- Created: 2012-05-10T21:44:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T18:14:29.000Z (almost 13 years ago)
- Last Synced: 2025-07-18T03:17:57.227Z (3 months ago)
- Language: PowerShell
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AD User Creation Script for SharePoint 2010 Service Accounts
====================Use this along with www.AutoSPInstaller.com @ CodePlex to (nearly) fully automate a single or multi-server SharePoint 2010 deployment. This PowerShell script will use the Active Directory PowerShell snapin to create the preset service accounts used in AutoSPInstaller.
Uses a Creative Commons Public Domain License (CC0)
http://creativecommons.org/publicdomain/zero/1.0/
You are free to do what you want with this code.## How to Use
1. Download to a Server 2008 R2 or newer box running the ADDS role (a domain controller) or one with the ADDS snapin installed (RSAT may have it)
1. Remember that after downloading script you need to r-click -> properties -> unlock
2. Then run PowerShell as administrator and set your execution policy to run scripts.
Set-ExecutionPolicy RemoteSigned
3. Open the .ps1 file and edit the variables at top
4. Now just run the script from that admin PoSh window
5. Verify users are created, now go get AutoSPInstaller to automate SharePointEnjoy,
- Bret