Account name
|
Role
|
Domain rights
|
Local SharePoint Server rights needed
|
SQL rights needed
|
sp_install
|
Used to install SharePoint binaries.
|
Domain User
|
Local administrator on all SharePoint boxes
|
public, dbcreator, and securityadmin SQL roles. Need to be SysAdmin on SQL when installing the Workflow Manager
|
sp_farm
|
Farm account. Used for Windows Timer Service, Central Admin and User Profile service
|
Domain User
|
Local Admin during UPS provisioning, log on locally right
|
None
|
sp_webapp
|
App pool id for content web apps
|
Domain User
|
None
|
None
|
sp_serviceapps
|
Service app pool id
|
Domain User
|
None
|
None
|
sp_content
|
Default account used by Search Service Application to crawl content
|
Domain User
|
None
|
None
|
sp_userprofile1
|
Account used by the User Profile services to access Active Directory
|
Must have Replicating Change permissions to AD. Must be given in BOTH ADUC and ADSIEDIT. If domain is Windows 2003 or early, must also be a member of the "Pre-Windows 2000" built-in group.
|
None
|
None
|
sp_superuser2
|
Cache account
|
Domain User
|
Web application Policy Full Control
Web application super account setting
|
None
|
sp_superreader2
|
Cache account
|
Domain User
|
Web application Policy Full read
Web application super reader account setting
|
None
|
sqlinstall | Account SQL is installed with | Domain User | None | Local Administrator on the SQL box |
sqluser | Account the SQL Instance is running as. | Domain User | None | Will be given necessary permissions when SQL Server is installed by a local administrator on the SQL box |
Wednesday, January 27, 2016
Service Account Setup for Sharepoint 2013
Tuesday, January 26, 2016
Installing Workflow With Service Bus 1.0
http://sharepoint-community.net/profiles/blogs/configuring-sharepoint-2013-to-support-workflow-management
Thursday, January 21, 2016
Installing Sharepoint prerequisits with powershell
Import-Module ServerManager
Copy-Item -Path "$($ENV:SystemRoot)\System32\ServerManager.exe" `
-Destination "$($ENV:SystemRoot)\System32\ServerManagerCmd.exe" -Force
Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45
Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer, `
Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing, `
Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext, `
Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor, `
Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering, `
Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression, `
Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server, `
AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation, `
AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model, `
WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation, `
Server-Media-Foundation,Xps-Viewer
Restart-Computer
- See more at:
http://www.someshinyobject.com/posts/server-2012-r2-and-sharepoint-2013-the-tool-was-unable-to-install-application-server-role-web#sthash.GUyPViJ3.dpuf
- See more at:
http://www.someshinyobject.com/posts/server-2012-r2-and-sharepoint-2013-the-tool-was-unable-to-install-application-server-role-web#sthash.GUyPViJ3.dpuf
Copy-Item -Path "$($ENV:SystemRoot)\System32\ServerManager.exe" `
-Destination "$($ENV:SystemRoot)\System32\ServerManagerCmd.exe" -Force
Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45
Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer, `
Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing, `
Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext, `
Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor, `
Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering, `
Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression, `
Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server, `
AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation, `
AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model, `
WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation, `
Server-Media-Foundation,Xps-Viewer
Restart-Computer
Import
-Module
ServerManager
Copy-Item
-Path
"$($ENV:SystemRoot)\System32\ServerManager.exe"
`
-Destination
"$($ENV:SystemRoot)\System32\ServerManagerCmd.exe"
-Force
Add
-WindowsFeature
NET
-WCF
-HTTP
-Activation45,NET
-WCF
-TCP
-Activation45,NET
-WCF
-Pipe
-Activation45
Add
-WindowsFeature
Net
-Framework
-Features
,Web
-Server
,Web
-WebServer
, `
Web
-Common
-Http
,Web
-Static
-Content
,Web
-Default
-Doc
,Web
-Dir
-Browsing
, `
Web
-Http
-Errors
,Web
-App
-Dev
,Web
-Asp
-Net
,Web
-Net
-Ext
,Web
-ISAPI
-Ext
, `
Web
-ISAPI
-Filter
,Web
-Health
,Web
-Http
-Logging
,Web
-Log
-Libraries
,Web
-Request
-Monitor
, `
Web
-Http
-Tracing
,Web
-Security
,Web
-Basic
-Auth
,Web
-Windows
-Auth
,Web
-Filtering
, `
Web
-Digest
-Auth
,Web
-Performance
,Web
-Stat
-Compression
,Web
-Dyn
-Compression
, `
Web
-Mgmt
-Tools
,Web
-Mgmt
-Console
,Web
-Mgmt
-Compat
,Web
-Metabase
,Application
-Server
, `
AS
-Web
-Support
,AS
-TCP
-Port
-Sharing
,AS
-WAS
-Support
, AS
-HTTP
-Activation
, `
AS
-TCP
-Activation
,AS
-Named
-Pipes
,AS
-Net
-Framework
,WAS,WAS
-Process
-Model
, `
WAS
-NET
-Environment
,WAS
-Config
-APIs
,Web
-Lgcy
-Scripting
,Windows
-Identity
-Foundation
, `
Server
-Media
-Foundation
,Xps
-Viewer
Restart
-Computer
Import
-Module
ServerManager
Copy-Item
-Path
"$($ENV:SystemRoot)\System32\ServerManager.exe"
`
-Destination
"$($ENV:SystemRoot)\System32\ServerManagerCmd.exe"
-Force
Add
-WindowsFeature
NET
-WCF
-HTTP
-Activation45,NET
-WCF
-TCP
-Activation45,NET
-WCF
-Pipe
-Activation45
Add
-WindowsFeature
Net
-Framework
-Features
,Web
-Server
,Web
-WebServer
, `
Web
-Common
-Http
,Web
-Static
-Content
,Web
-Default
-Doc
,Web
-Dir
-Browsing
, `
Web
-Http
-Errors
,Web
-App
-Dev
,Web
-Asp
-Net
,Web
-Net
-Ext
,Web
-ISAPI
-Ext
, `
Web
-ISAPI
-Filter
,Web
-Health
,Web
-Http
-Logging
,Web
-Log
-Libraries
,Web
-Request
-Monitor
, `
Web
-Http
-Tracing
,Web
-Security
,Web
-Basic
-Auth
,Web
-Windows
-Auth
,Web
-Filtering
, `
Web
-Digest
-Auth
,Web
-Performance
,Web
-Stat
-Compression
,Web
-Dyn
-Compression
, `
Web
-Mgmt
-Tools
,Web
-Mgmt
-Console
,Web
-Mgmt
-Compat
,Web
-Metabase
,Application
-Server
, `
AS
-Web
-Support
,AS
-TCP
-Port
-Sharing
,AS
-WAS
-Support
, AS
-HTTP
-Activation
, `
AS
-TCP
-Activation
,AS
-Named
-Pipes
,AS
-Net
-Framework
,WAS,WAS
-Process
-Model
, `
WAS
-NET
-Environment
,WAS
-Config
-APIs
,Web
-Lgcy
-Scripting
,Windows
-Identity
-Foundation
, `
Server
-Media
-Foundation
,Xps
-Viewer
Restart
-Computer
Subscribe to:
Posts (Atom)