Book Image

Microsoft Identity Manager 2016 Handbook

By : David Steadman, Jeff Ingalls
Book Image

Microsoft Identity Manager 2016 Handbook

By: David Steadman, Jeff Ingalls

Overview of this book

Microsoft Identity Manager 2016 is Microsoft’s solution to identity management. When fully installed, the product utilizes SQL, SharePoint, IIS, web services, the .NET Framework, and SCSM to name a few, allowing it to be customized to meet nearly every business requirement. The book is divided into 15 chapters and begins with an overview of the product, what it does, and what it does not do. To better understand the concepts in MIM, we introduce a fictitious company and their problems and goals, then build an identity solutions to fit those goals. Over the course of this book, we cover topics such as MIM installation and configuration, user and group management options, self-service solutions, role-based access control, reducing security threats, and finally operational troubleshooting and best practices. By the end of this book, you will have gained the necessary skills to deploy, manage and operate Microsoft Identity Manager 2016 to meet your business requirements and solve real-world customer problems.
Table of Contents (22 chapters)
Microsoft Identity Manager 2016 Handbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Password change notification service


One of the most common problems for PCNS is the service not installed or running on a domain controller that handled a user's password reset. Recall that PCNS must be installed on all source domain controllers. Another common problem is that password synchronization is not enabled within the synchronization engine. There are three places to verify within the synchronization engine: the source MA's Configure Directory Partitions section should have Enable this partition as a password synchronization source checked and targets specified, the target MA should have Enable password management enabled in the Configure Extensions tab, and the global setting should be Enable Password Synchronization in Tools | Options. MIM logging is enabled by adding a REG_DWORD entry FeaturePwdSyncLogLevel to the registry subkey HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\FIMSynchronizationService\Logging. A value of 0 indicates minimal logging, 1 is normal (default...