Skip to content

Setup Group Rights

EdVassie edited this page Aug 22, 2018 · 1 revision
Previous Setup Group Membership Manual Install Setup User Rights Next

FineBuild can set up the Windows Group Rights needed for SQL Server.

The Group Rights below must be assigned for the server where SQL Server is to be installed. The DBA rights are given so that DBA staff can do their work without the need to have Windows local Administrator access.

Group Policy Management

The Setup Group Rights configuration can be enforced by Group Policy Management.

FineBuild Group Rights Processing

Processing of Group Rights relates to Process Id 1EB in the FineBuild1Preparation script, and is always performed automatically.

Top


Manual Setup Group Rights Processing

The following steps show what you would have to do to setup Group Rights manually. FineBuild does all of this work for you automatically.

Group Rights are assigned using the NTRIGHTS command The relevant syntax is shown below:

NTRIGHTS GroupName +r GroupRight

example:

NTRIGHTS Users +r SeNetworkLogonRight
  1. The Rights below should be granted to the specified Groups:

    Group Right Internal Name Assignment
    Access this computer from the network SeNetworkLogonRight (local) Users
    Allow log on locally SeInteractiveLogonRight (local) Administrators
    (local) Users
    (local) Remote Desktop Users
    Allow log on through Terminal Services SeRemoteInteractiveLogonRight (local) Administrators
    (local) Remote Desktop Users
    Bypass traverse checking SeChangeNotifyPrivilege (local) Users
    Perform volume maintenance tasks SeManageVolumePrivilege DBA Sysadmin Group
    (local) Administrators
    Profile single process SeProfileSingleProcessPrivilege DBA Sysadmin Group
    DBA Non-Admin Group
    (local) Administrators
    Profile system performance SeSystemProfilePrivilege DBA Sysadmin Group
    DBA Non-Admin Group
    (local) Administrators
    Shut down the system SeShutdownPrivilege DBA Sysadmin Group
    (local) Administrators

Copyright FineBuild Team © 2014 - 2018. License and Acknowledgements

Previous Setup Group Membership Top Setup User Rights Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally