You must configure the Version Control server the first time that you connect to it.
1 |
2 |
Select the required Version Control server and click Connect to connect with the current logged on user credentials. Alternatively, select the down arrow in the Connect button and select Connect As to enter new credentials (domain\user and password). |
3 |
4 |
In the Select a Configuration Store dialog, select SQL Server, AD LDS, or Active Directory for your configuration storage location. |
b |
If you select AD LDS, enter the NetBIOS name of the computer you are installing to and the port number in the format: server_name:port, and click Next. |
• |
Strict (SQL Server 2022 and Azure SQL): Select this option for Azure SQL Database and Azure SQL Managed Instance or when the instance has Force Strict Encryption enabled. |
• |
Mandatory: Select this option when the instance has Force Encryption enabled. It can also be used when no encryption is configured for the instance, but Trust server certificate is enabled. While this method is less secure than installing a trusted certificate, it does support an encrypted connection. |
• |
Optional (Default in GPOADmin) |
|
7 |
Click Finish. |
To use GPOADmin with an AD LDS deployment, users must be assigned the Administrators role.
3 |
Perform the following after installing GPOADmin and before configuring the GPOADmin server.
a |
In Microsoft SQL Server Management Studio, select File | Open | File or press the control key and the O key (Ctrl + O). |
b |
In the Open File dialog, select the GPOADmin.sql file and press OK. This file is located in the GPOADmin server install directory by default, but if your SQL server is on a different computer, the file can be copied. |
d |
a |
Create a new query by pressing the New Query button. |
b |
Set the available database to the name of your GPOADmin database or type USE [DATABASE_NAME] where DATABASE_NAME is the name of your GPOADmin database. |
c |
On the next line, type EXEC InitializeDatabase. |
d |
a |
b |
c |
On the General page, enter the name of the service account in the Login name field. |
e |
Set the Default database property to the name of your GPOADmin database. |
f |
On the Server Roles page, check the public server role. |
g |
On the User Mapping page, under Users mapped to this login, check the name of your GPOADmin database. Under Database role membership for the selected database, check db_owner and public. |
h |
Click OK to close the properties page. |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center