Book Image

Windows Server Security Essentials

Book Image

Windows Server Security Essentials

Overview of this book

Table of Contents (16 chapters)
Getting Started with Windows Server Security
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Exporting GPO from Active Directory


We will start by exporting the existing web server policy from Active Directory. The following steps can be performed to export (backup) an Active Directory GPO-based policy:

  1. Open the Group Policy Manager console.

  2. Expand Forest | Domain | Domain Name | Group Policy Objects.

  3. Right-click on the appropriate GPO and select Back Up.

    GPO – Back up

  4. In the Back Up Group Policy Object window, enter the Location and Description details for the backup file. Click on the Back Up button to start the backup operation.

  5. You will see the progress in the Backup window. Click on OK when it completes the backup operation.

    Tip

    GPO can also be backed up using the Backup-GPO PowerShell cmdlet. The following is an example:

    Backup-Gpo. Name- "WebServerbaselineV2.0". Path- D:\Backup -Comment "Baseline Backup"
    

The backup folder name will be the GUID of the GPO itself.