Skip to content

Commit c4e9e33

Browse files
Updated ReadMe.md and Contributing.md
1 parent 66a53ed commit c4e9e33

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
Contributing.md
1+
## Contributing to MIMPowerShellConnectors Repo
2+
3+
The two ways to contribute to MIMPowerShellConnectors Repo are: Fork the Repository or Submit an Issue.
4+
5+
### Fork the MIMPowerShellConnectors Repository.
6+
7+
Fork a copy of the [MIMPowerShellConnectors Repo](https://github.com/Microsoft/MIMPowerShellConnectors), make the changes in your fork and send a pull request. Forking a repository allows you to freely experiment with changes without affecting the original project. See [Fork A Repo](https://help.github.com/articles/fork-a-repo/) help article for more information.
8+
9+
#### Coding Guidelines
10+
11+
When developing the code, make sure that you instrument your code extensively and that the code runs with minimum privileges and memory foot-print. Do not hard-code any values, but instead make them configurable via the FIM Sync Engine UI.
12+
13+
##### Code Acceptance
14+
15+
While code acceptance for a bug fix or a minor enhancement is likely to be very straightforward, the code for a new connector will be accepted only if there is consensus among ALL project admins. If there is already a PowerShell connector for similar functionality, you may be asked to join forces and merge your connector with the one that already exists.
16+
17+
### Submit an Issue.
18+
19+
You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMPowerShellConnectors/issues) tab to create a new issue.

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
# MIMPowerShellConnectors
2-
A collection of data connectors for Microsoft Identity Manager that utilize the PowerShell connector framework
1+
# MIM PowerShell Connectors
2+
3+
The MIM PowerShell Connectors projects aims to be a repository of Management Agents / Connectors based on [Forefront Identity Manager Connector for PowerShell](http://go.microsoft.com/fwlink/?LinkId=393056) for the Microsoft Identity Manager (MIM) 2016 and Forefront Identity Manager (FIM) 2010 R2 solution.
4+
5+
# Connectors
6+
7+
* [Skype / Lync][LyncConnector]
8+
* Supports management of users and policy assignments in Skype 2015, Lync 2013 and Lync 2010.
9+
* Supports Delta Import and (Delta) Export
10+
* Flat File Connector (Coming soon...)
11+
* Office365 Licensing Connector (Coming soon...)
12+
* SharePoint Site, User and Group Management Connector (Coming soon...)
13+
* Home Drive Provisioning (Coming soon...)
14+
* Oracle Identity Management Connector (Coming soon...)
15+
16+
# Supported Product Versions
17+
18+
The connectors in this repository aim to support following product versions:
19+
20+
* Forefront Identity Manager (FIM) 2010 R2 - 4.1.3496 and above.
21+
* Microsoft Identity Manager (MIM) 2016 - 4.3.1935 and above.
22+
23+
24+
# Release Notes
25+
26+
The MIM PowerShell Connector releases can be downloaded from the [releases](https://github.com/Microsoft/MIMPowerShellConnectors/releases) tab under the Code tab.
27+
28+
# Documentation
29+
30+
For more details and information on utilizing the MIM PowerShell Connectors please refer to the documentation in the [MIMWAL Wiki](https://github.com/Microsoft/MIMPowerShellConnectors/wiki).
31+
32+
# Contributing to MIM PowerShell Connectors
33+
34+
For details on how you can contribute, please check [CONTRIBUTING.md](https://github.com/Microsoft/MIMPowerShellConnectors/blob/master/CONTRIBUTING.md)
35+
36+
[LyncConnector]: https://github.com/Microsoft/MIMPowerShellConnectors/wiki/Lync-Connector

0 commit comments

Comments
 (0)