https://github.com/lithnet/mms-utilities
Utilities for the FIM/MIM Microsoft.MetadirectoryServices library
https://github.com/lithnet/mms-utilities
fim forefront-identity-manager microsoft-identity-manager miis mim nuget synchronization-service
Last synced: 11 months ago
JSON representation
Utilities for the FIM/MIM Microsoft.MetadirectoryServices library
- Host: GitHub
- URL: https://github.com/lithnet/mms-utilities
- Owner: lithnet
- Created: 2016-05-27T22:57:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T23:57:01.000Z (about 2 years ago)
- Last Synced: 2025-07-22T08:52:56.772Z (11 months ago)
- Topics: fim, forefront-identity-manager, microsoft-identity-manager, miis, mim, nuget, synchronization-service
- Language: C#
- Homepage:
- Size: 387 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Lithnet Metadirectory Services Utilities
The Lithnet Metadirectory Services Utilities package is a .NET library containing extensions and utilities for writing code for the FIM sync engine
The library contains various helper classes and extensions for objects in the Microsoft.MetadirectoryServices namespace, such as the CSEntryChange. It allows you to reduce code and introduces new functions, such as XML serialization of native metadirectory services objects.
It can be used in any rules extension or ECMA2.2 project, along side the Microsoft.MetadirectoryServices component
## Installation
You can install this package directly from [NuGet](https://www.nuget.org/packages/Lithnet.MetadirectoryServices/)
## System Requirements
This library requires .NET 4.0 or higher and FIM 2010 R2 version 4.1.3341 or above (including MIM 2016).
## Getting started
Read the [API documentation](https://lithnet.github.io/documentation/msu)
## How can I contribute to the project?
* Found an issue and want us to fix it? [Log it](https://github.com/lithnet/mms-utilities/issues)
* Want to fix an issue yourself or add functionality? Clone the project and submit a pull request
## Keep up to date
* [Visit our blog](http://blog.lithnet.io)
* [Follow us on twitter](https://twitter.com/lithnet_io)