Skip to content

Commit 8f2ca9c

Browse files
committed
2 parents e912af8 + 10061f0 commit 8f2ca9c

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# These are supported funding model platforms
2+
custom: ['https://lithnet.io/donate']

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 60
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
- bug
10+
# Label to use when marking an issue as stale
11+
staleLabel: stale
12+
# Comment to post when marking an issue as stale. Set to `false` to disable
13+
markComment: >
14+
This issue has been automatically marked as stale because it has not had
15+
recent activity. It will be closed in 7 days if no further activity occurs.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: false

README.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,15 @@
44

55
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.
66

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)![](http://twitter.com/favicon.ico)

0 commit comments

Comments
 (0)