gpoadmin upgrade to 5.1 guide. - kined systems 1_upgrade_guide_1.0.pdf · quest gpoadmin...

37
GPOADmin Upgrade to 5.1 Guide. Authors: Version : 1.0 Antonio Pollan Anthony Okinedo

Upload: others

Post on 06-Jul-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

GPOADmin Upgrade to 5.1 Guide.

Authors: Version : 1.0Antonio PollanAnthony Okinedo

Page 2: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Table of Contents.....................................................................................Quest GPOADmin Architecture 4

...............................................................................................System Requirements 5....................................................................................................GPOADmin Service 5

.........................................................................Backup Repository (Storage Method) 6......................................................................................................GPOADmin Client 6

.......................................................................................GPOADmin Watcher Service 6....................................................................................Installing Quest GPOADmin 5.1 8

........................................................................................Configuring GPOADmin 5.1 18................................................................Migrating GPOs using the Migration Wizard 25

........................................................................................Configuring GPOAdmin 5.1 30

Page 3: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Quest GPOADmin ArchitectureQuest GPOADmin is a directory-enabled application and all of its application information is stored in the configuration container of either Active Directory (AD) or Active Directory Application Mode (ADAM/AD LDS) in Windows 2003 environments; in Windows 2008 environments, the application information is stored in Active Directory Domain Services (ADDS) or Active Directory Lightweight Directory Services (AD/LDS).

For all Active Directory deployments, the application information along with the GPOADmin Version Control System is stored in the configuration container of Active Directory in the following location:

CN=QGPM,CN=Quest,CN=Services,CN=Configuration,DC=Domain,DC=com

Where if you drilled down on the GPOADmin container you will find the following directories:

- CN=QGPM

- CN=Wentworth+ CN=Roles (Custom Roles location)+ CN=Users (Where users' preferences are stored)+ CN=VCRoot (The root of the version control container

hierarchy)+ CN=Version Control (Pointers to backups' locations

(perhaps also backups themselves if 'Directory' is selected as the backup storage location) and controlled object history)

+ CN=Scheduled Actions+ CN=Templates

Since this information is stored in the configuration container of Active Directory, it is replicated to all other DCs within your forest. However, the Master Version Control is unique and the authoritative source for all version control actions. The Master Version Control role is normally held by the DC specified during Quest GPOADmin 8.

Page 4: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

System Requirements

Before installing Quest GPOADmin, ensure your system meets the following minimum hardware and software requirements.

Quest GPOADmin Minimum Requirements (server install)•1 + GHz processor•2 GB RAM or greater•200 MB hard disk space•Video Card w/ 1024x768 resolution monitor• Windows Server 2008 or Windows Server 2008 R2 •MMC 3.0•.NET Framework 3.5 Service Pack 1• Remote Server Administration Tools•Must be able to connect to an Active Directory forest

GPOADmin ServiceThe GPOADmin Service can be hosted on a shared application server. Its purpose is to communicate with the Version Control system and implement change requests initiated by the authorized users of the GPOADmin application. These requests would normally include:

•Check out of an object for editing•Check in of an object after editing and request for approval

• Approval of the changes• Implementation of the updated object into the production Active Directory

Page 5: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Backup Repository (Storage Method)You have the option of choosing one of the following for the location of the physical backup copy of the object versions:

•Active Directory (although not recommended for production deployments due to the volume of replication data)

•Active Directory Application Mode (ADAM) for Windows Server 2003

– OR –

•Active Directory Lightweight Directory Services (AD LDS ) for Windows Server 2008

•Microsoft SQL Server 2005 or 2008•A network share For the majority of deployments, network share is the

recommended approach as it provides a high performance backup store with a minimum of configuration and maintenance overhead.

GPOADmin ClientThe GPOADmin client application is an MMC Snap-in that can be installed on the workstations of all administrators responsible for the management of GPOs. Through the client, administrators and users will connect to the appropriate GPOADmin server to perform the tasks described under GPOADmin Service.

GPOADmin Watcher Service

The Watcher service protects an organization from unauthorized changes by automatically detecting changes to GPOs made outside of the GPOADmin console. An optional component of GPOADmin, the Watcher service will automatically version a registered GPO outside of the GPOADmin console and display it as noncompliant (indicated by an icon change). If the change is valid, an administrator can either incorporate the change into the version control system or roll back the change to the previous deployed version of the GPO.

The GPOADmin Watcher Service must be run using credentials with sufficient network permissions.

For example, if you have a GPO checked out and it is flagged as noncompliant by the Watcher Service, this indicates that the GPO settings in the live environment have changed since you checked out and started working on that GPO.

Once you have selected GPOs for check-in, the Noncompliant Objects Detected dialog box shows you a list of the non-compliant objects, alerting you of any GPOs that have

Page 6: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

been modified outside of the version control system of GPOADmin, and providing you with the following options:

•Cancel pending check in for all object(s).•Cancel pending check in for noncompliant object(s) and proceed with

check in for compliant object(s).•Accept unauthorized modifications and discard local changes.(Checks

in the unauthorized and discards the local changes made within GPOADmin.)•Accept local changes and discard unauthorized modifications.(Checks in only the local changes made within GPOADmin.)

Page 7: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Installing Quest GPOADmin 5.1

1. Logon to the newly installed Windows server 2008 as an administrator. Open server manager

Page 8: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

2. Navigate to features – click on add features

3. Select .Net Framework 3.5.1 and Group Policy Management – click next

Page 9: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

4. Verify the features to be installed – click Install

Page 10: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

5. Click close.

Page 11: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

6. Once you have downloaded Quest GPOADmin, use a software compression tool to decompress the file to an appropriate directory (c:\temp, for example).

Page 12: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

7. After extraction is complete, double click on autorun

8. Double-click Quest GPOADmin x64.msi file.

9. Click Next.

Page 13: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

10. Read the licensing information, select I accept the terms in the License Agreement, and click Next.

Page 14: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

11. Select complete type of installation.

12. In the Destination folder option - Click Next.

Page 15: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

13.Enter the user account to be used by the Quest GPOADmin Service and click Next.

14. Click Install.

Page 16: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application
Page 17: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Configuring GPOADmin 5.1

1. Open the newly installed GPOADmin - connect

2. Select localhost and click connect

Page 18: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

3. Browse to the location of the licensing file

Page 19: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

4. Click OK

5. Select the PDCE to store the AD information

Page 20: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

6. Select SQL server as the GPO backup location – Enter the SQL server information – click next.

Page 21: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

7. Add GPOADmin_Administrators as Administrators

Page 22: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

8. Add GPOADmin_reviewers as Users – Click Finish

Page 23: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

9. Review the GPOAdmin 5.1 Console

Page 24: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Migrating GPOs using the Migration Wizard

1. Stop the Watcher service for the duration of the migration

2. Make sure users do not access either product during the migration

3. In NetPro GPOADmin 2.1, make sure all GPOs are in an available state to ensure access. If any GPOs are locked, unlock them.

Page 25: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

4. Start the wizard by running MigrationWizard.exe. folder. The default is ..\[Program Files]\Quest Software\Quest GPOADmin

5. Enter the database server information

Page 26: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

6. Wait for the calculation to complete.

7. Allow the migration to progress

Page 27: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

8. Click finish upon completion

Page 28: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

9. Review migrated GPO’s

Page 29: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

Configuring GPOAdmin 5.1

1. Review the Quest GPOAdmin 5.1 users guide. T:\PROJECTS\Novell_to_Windows_Migration\GPOAdmin\GPOADmin_5.1_User_Guide.pdf

2. Logon to the GPOADmin 5.1 server

3. Open GPOADmin 5.1 from the start menu

4. Open the properties of the domain

Page 30: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

5. Open the SMTP tab and enable SMTP

Page 31: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

6. Enter pasmsrv.panynj.gov as the SMTP server and [email protected] as from address. Click OK

Page 32: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

7. Right click on the version control root – select propoerties

Page 33: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

8. Grant the Active Directory group GPOADmin_reviews the user role

Page 34: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

9. Grant the Active Directory group GPOADmin_Administrators the systems administrator role

Page 35: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

10.Grant the Active Directory group GPOADmin_Approvers the approver role

Page 36: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

11.Grant the Active Directory group GPOADmin_Opperators the moderator and user roles

Page 37: GPOADmin Upgrade to 5.1 Guide. - Kined Systems 1_upgrade_guide_1.0.pdf · Quest GPOADmin Architecture Quest GPOADmin is a directory-enabled application and all of its application

12.Configure approvals as shown below. Click OK