|
4 | 4 |
|
5 | 5 | The Lithnet FIM/MIM Synchronization Service PowerShell Module provides tools that allow interactions with the FIM/MIM Synchronization engine that goes beyond what is exposed via the supported WMI provider. |
6 | 6 |
|
7 | | -Before proceeeding, read the following disclaimer |
8 | | - |
9 | | -*** |
10 | | -> USE THIS TOOL AT YOUR OWN RISK |
11 | | -
|
12 | | -> This tool is provided for testing and diagnostic purposes and is intended for use in development and test environments. Any problems that arise from the use of the tool are not supported by the developers or by Microsoft. |
13 | | -
|
14 | | -> The PowerShell module exposes functionality using a combination of |
15 | | - * Supported WMI interfaces |
16 | | - * Wrapping existing PowerShell modules |
17 | | - * Wrapping existing executables |
18 | | - * Libraries that the synchronization client UI uses to interface with the sync engine itself. These libraries are undocumented APIs. |
19 | | - |
20 | | -> The module does NOT interface with the sync engine database in any way. |
21 | | -
|
22 | | -> It does not provide any mechanism to alter the internal configuration of the sync engine, unless an executable or documented API is available for that. |
23 | | -
|
24 | | -> The developers make no warranties as to the suitability of these tools for use in your environment, nor will we be liable for any financial or other damages arising from the use of these tools. |
25 | | -*** |
26 | | - |
27 | | -If you are ok with all that, then happy PowerShell-ing! |
28 | | - |
29 | | -[Read the getting started guide and list of cmdlets](https://github.com/lithnet/miis-powershell/wiki) |
30 | | - |
31 | | -[Download the latest release](https://github.com/lithnet/miis-powershell/releases) |
| 7 | +## Getting started |
| 8 | +* Download the latest release from the [releases page](https://github.com/lithnet/miis-powershell/releases) |
| 9 | +* Read the [getting started guide](https://github.com/lithnet/miis-powershell/wiki) |
| 10 | + |
| 11 | +## How can I contribute to the project? |
| 12 | +* Found an issue and want us to fix it? [Log it](https://github.com/lithnet/miis-powershell/issues) |
| 13 | +* Want to fix an issue yourself or add functionality? Clone the project and submit a pull request |
| 14 | +* Make a [donation](https://lithnet.io/donate) and help us cover our costs |
| 15 | + |
| 16 | +## Keep up to date |
| 17 | +* [Visit my blog](http://blog.lithiumblue.com) |
| 18 | +* [Follow me on twitter](https://twitter.com/RyanLNewington) |
0 commit comments