Contains various scripts related to Microsoft System Center Operations Manager (SCOM) and/or Squared Up.
All scripts in this repo are community efforts originally developed by Squared Up (http://www.squaredup.com).
For help and advice, post questions on http://community.squaredup.com/answers.
If you have found a specific bug or issue with the scripts in this repo, please raise an issue on GitHub.
If you want to suggest some fixes or improvements to the scripts, raise an issue on the GitHub Issues page or better, submit the suggested change as a Pull Request.
If you have an awesome command/script that you would like to share but lack the time or skill to polish it, feel free to raise an issue and include the content you want in the script.
- Please target pull requests at the Develop branch.
- Target the minimum version of dependencies that you can, and avoid versions that were introduced in particular minor updates.
- For PowerShell scripts, ensure that there are no outstanding PSScriptAnalyzer issues reported by your change.
- Please use appropriate types for your configuration elements (i.e do not use string for values that clearly are boolean).