Skip to content

gummigroda/SCOM-MP-LOST.SimpleMaintenance

Repository files navigation

LOST Simple Maintenance

MP to run stuff as rules, for simple maintenance.


Rules

  • LOST.Unsealed.MP.Backup.Rule
    This rule exports unseal:ed management packs as a ZIP to a UNC path.
    Targeted at the 'All Management Servers' group, and therefor runs on one of the management servers in the group.
    Extended from: https://kevinholman.com/2017/07/07/scom-2012-and-2016-unsealed-mp-backup/

    • Overrides:
      • BackupPath (Mandatory):
        Set this to a UNC share and make sure the SCOM account used to run the rule has write access

      • DaysToKeep (Optional):
        Amount of days to keep in the backup folder.
        Default: 120 days

      • IntervalSeconds (Optional):
        How often the backup is run.
        Default: 24h

      • SyncTime (Optional):
        When the backup starting. 24h.
        Default: 03:00

      • TimeoutSeconds (Optional):
        Script timeout.
        Default: 5 min



Install

  1. Download the Zip from the "releases tab"
  2. UnZip
  3. Import into SCOM
  4. Set overrides to match your environment