Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Active Directory Administration Cookbook - Second Edition

You're reading from  Active Directory Administration Cookbook - Second Edition

Product type Book
Published in Jul 2022
Publisher Packt
ISBN-13 9781803242507
Pages 696 pages
Edition 2nd Edition
Languages
Author (1):
Sander Berkouwer Sander Berkouwer
Profile icon Sander Berkouwer

Table of Contents (18) Chapters

Preface Chapter 1: Optimizing Forests, Domains, and Trusts Chapter 2: Managing Domain Controllers Chapter 3: Managing Active Directory Roles and Features Chapter 4: Managing Containers and Organizational Units Chapter 5: Managing Active Directory Sites and Troubleshooting Replication Chapter 6: Managing Active Directory Users Chapter 7: Managing Active Directory Groups Chapter 8: Managing Active Directory Computers Chapter 9: Managing DNS Chapter 10: Getting the Most Out of Group Policy Chapter 11: Securing Active Directory Chapter 12: Managing Certificates Chapter 13: Managing Federation Chapter 14: Handling Authentication in a Hybrid World (AD FS, PHS, PTA, and DSSO) Chapter 15: Handling Synchronization in a Hybrid World (Azure AD Connect) Chapter 16: Hardening Azure AD Other Books You May Enjoy

Managing inbound and outbound replication

On a per-domain controller basis, an Active Directory admin can disable inbound and/or outbound replication. Later, inbound and/or outbound replication can be re-enabled.

The obvious choice for managing inbound and outbound replication is to use repadmin.exe.

Getting ready

To work with repadmin.exe, sign in to a domain controller.

How to do it...

Issue the following command on an elevated Command Prompt (cmd.exe) on the domain controller for which you want to disable inbound replication:

repadmin.exe /options DC01 +DISABLE_INBOUND_REPL

Issue the following command on an elevated Command Prompt (cmd.exe) on the domain controller for which you want to disable outbound replication:

repadmin.exe /options DC01 +DISABLE_OUTBOUND_REPL

Issue the following command on an elevated Command Prompt (cmd.exe) on the domain controller for which you want to re-enable inbound replication:

repadmin.exe /options DC01 -DISABLE_INBOUND_REPL...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}