Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Identity Manager 2016 Handbook

You're reading from  Microsoft Identity Manager 2016 Handbook

Product type Book
Published in Jul 2016
Publisher Packt
ISBN-13 9781785283925
Pages 692 pages
Edition 1st Edition
Languages
Authors (2):
David Steadman David Steadman
Profile icon David Steadman
Jeff Ingalls Jeff Ingalls
Profile icon Jeff Ingalls
View More author details

Table of Contents (22) Chapters

Microsoft Identity Manager 2016 Handbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Overview of Microsoft Identity Manager 2016 Installation MIM Sync Configuration MIM Service Configuration User Management Group Management Role-Based Access Control with BHOLD Reducing Threats with PAM Password Management Overview of Certificate Management Installation and the Client Side of Certificate Management Certificate Management Scenarios Reporting Troubleshooting Operations and Best Practices Index

MIM synchronization best practices


Here are some of MIM synchronization's best practices to follow:

  • Index any Metaverse object you are using for a join.

  • The account used for the MIM Synchronization service should be different from the account used for the MIM Service MA.

  • The source code for all rules extensions should be backed up and maintained in a source control program. You will need the source code if you ever need to debug a rules extension.

  • When writing a rule extension, check whether the attribute is present before looking for a value. An example is as follows:

    if (csentry["department"].IsPresent) {...}
  • We suggest performing a full import run profile and a full synchronization on each MA at least every 30 days.

  • Clear the synchronization operational run history regularly as the data will make the database grow over time and have an impact on its performance.

  • Avoid using the Joiner tool as much as possible because any explicitly joined or projected object will not honor existing or future...

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}