• SCOM 2012 Documentation
  • Microsoft OpsMgr Team Blog
  • Kevin Holman’s Blog
  • thoughtsonopsmgr
  • SCOM2K7 Blog
  • BICTT Blog
  • Cameron Fuller
  • JC’s SCOM Blog
  • Tao Yang SCOM Blog
SCOM GOD

GreenMachine for SCOM 2012

January 28, 2015 5:11 pm / Leave a Comment / SCOMGod

http://blogs.technet.com/b/predrag_oparnica/archive/2013/11/25/opsmgr-powershell-script-to-reset-all-unit-monitors.aspx

Download: http://www.scomgod.com/wp-content/uploads/2015/01/reset1.txt

Posted in: SCOM Tips

VBS Script to get AD Group Members

January 23, 2015 5:59 pm / Leave a Comment / SCOMGod

‘Script begins here
Dim objGroup, objUser, objFSO, objFile, strDomain, strGroup, Domain, Group
‘Change DomainName to the name of the domain the group is in
strDomain = Inputbox (“Enter the Domain name”, “Data needed”, “Default domain name”)
‘Change GroupName to the name of the group whose members you want to export
strGroup = InputBox (“Enter the Group name”, “Data needed”, “Default group name”)
Set objFSO = CreateObject(“Scripting.FileSystemObject”)
‘On the next line change the name and path of the file that export data will be written to.
Set objFile = objFSO.CreateTextFile(“C:\” & strGroup & ” – Members.txt”)
Set objGroup = GetObject(“WinNT://” & strDomain & “/” & strGroup & “,group”)
For Each objUser In objGroup.Members
objFile.WriteLine objUser.Name & ” – ” & objUser.Class
Next
objFile.Close
Set objFile = Nothing
Set objFSO = Nothing
Set objUser = Nothing
Set objGroup = Nothing
Wscript.Echo “Done”
Wscript.Echo “Please check the c: for your output file”

Posted in: SCOM Tips

SCOM 2012 Maintenance Mode Notification MP

December 18, 2014 4:39 pm / Leave a Comment / SCOMGod

DOWNLOAD: http://www.scomgod.com/wp-content/uploads/2014/12/Maintenance.Mode_.Notification.MP_.zip

Posted in: Management Packs, Scripts

SCOM 2012 Reminder Alerts – PowerShell Script to Update Alert Resolution

December 11, 2014 6:44 pm / Leave a Comment / SCOMGod

I use this to regenerate reminder alerts for certain alerts. This script will trigger for alerts with “Disk” in the name.

$MS = “yourRMS.yourCO.com”
$connect = New-SCOMManagementGroupConnection –ComputerName $MS

Get-SCOMAlert -criteria ‘ResolutionState = “0” AND Severity = “2”‘ |
Where-Object {$_.Name -like “*disk*” -and $_.IsMonitorAlert -eq $true} |
Set-SCOMAlert -ResolutionState 0 |
out-null

Posted in: Scripts

SCOM 2012 R2 Test Event MP

September 18, 2014 12:17 am / Leave a Comment / SCOMGod

MP and scripts to test that SCOM internal monitoring is working.

Zip file contains:

—Management Pack
—VBS Event Script
—Scheduled Task

DOWNLOAD Link: SCOM.Test.MP

Posted in: SCOM Tips

SCOM Cluster Failover Events MP

September 3, 2014 6:55 pm / Leave a Comment / SCOMGod

Basic MP to pick up System events when Cluster MP fails.

SCOM 20012 R2:
http://www.scomgod.com/wp-content/uploads/2014/09/FailoverClustering.Error_.Events.zip
SCOM 2007R2:
http://www.scomgod.com/wp-content/uploads/2014/09/FailoverClustering.Event_.Errors_SCOM2007R2.zip

Posted in: SCOM Tips

SCOM 2012 R2 Maintenance Mode Powershell Script for Single Server

July 23, 2014 7:08 pm / Leave a Comment / SCOMGod

Import-Module OperationsManager
$Instance = Get-SCOMClassInstance -Name “server.powerfulcorporation.com”
$Time = ((Get-Date).AddMinutes(15))
Start-SCOMMaintenanceMode -Instance $Instance -EndTime $Time -Comment “Applying software update.” -Reason “SecurityIssue”

Valid Reasons
UnplannedOther, PlannedHardwareMaintenance, UnplannedHardwareMaintenance, PlannedHardwareInstallation, UnplannedHardwareInstallation, PlannedOperatingSystemReconfiguration, UnplannedOperatingSystemReconfiguration, PlannedApplicationMaintenance, ApplicationInstallation, ApplicationUnresponsive, ApplicationUnstable, SecurityIssue, LossOfNetworkConnectivity

Posted in: SCOM Tips

SCOM Reports Edit Issue QFE_MOMEsc_4724

July 10, 2014 4:10 pm / Leave a Comment / SCOMGod

The file QFE_MOMEsc_4724.zip, will unzip an MSI file.
When you run the MSI this will unpack the private fix to the following path,

\Program Files (x86)\System Center\QFE_MOMEsc_4724\ or \Program Files\System Center\QFE_MOMEsc_4724\

This code change updates the following file, %ProgramFiles%\System Center Operations Manager 2007\Microsoft.MOM.UI.Common.dll, and needs to be placed on any machine where you have the OpsMgr console installed.

In order to verify this update I would like to do the following.

1) Take a copy of the current existing file and place it in a suitable directory.
2) Close down any open console and then replace the existing Microsoft.MOM.UI.Common.dll with the one you have downloaded from the URL above.
3) Please then restart the console and confirm this has corrected the issue in your environment.

Download hotfix: QFE_MOMEsc_4724

Posted in: SCOM Downloads

Clean Windows 2008R2 Space

July 3, 2014 9:09 pm / Leave a Comment / SCOMGod

DISM.exe /online /Cleanup-Image /spsuperseded

Credit: http://om2012.wordpress.com/2014/03/06/windows-2008r2-running-out-of-disk-space

Posted in: SCOM Tips

SCOM Linked Availability Report

July 2, 2014 11:02 pm / Leave a Comment / SCOMGod

Credit: http://blogs.technet.com/b/momteam/archive/2008/06/26/the-power-of-linked-reports.aspx

Download: LinkedReports

Posted in: SCOM Tips

Post Navigation

← Older Posts
Newer Posts →

Recent Comments

  • admin on SCOM SQL Script to show gray agent data historical reasons
  • admin on SCOM SQL Script to show gray agent data historical reasons
  • Gene on SCOM SQL Script to show gray agent data historical reasons
  • admin on SCCM 2012 SP1 Installation Pre-reqs
  • Ryan on SCCM 2012 SP1 Installation Pre-reqs

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Blogroll

  • Anders Blog
  • Daniele's Blog
  • Great SCOM Report Tutorial
  • Microsoft SCOM Forums
  • Savision Sample Dashboards
  • SCOM Blog
  • SCOM FAQ
  • scom-2012.blogspot.be
  • System Center 2012 Notes From the Field
  • Veam Install PDF

Recent Posts

  • PowerShell Script RDP Sessions List
  • Powershell Search Thru IIS Logs for Text String
  • PowerShell Reboot AD Based Computers
  • PowerShell Dump ACL of a Path Folder
  • SCOM Maintenance Mode Group of Servers
  • WMI Admin Access without Domain Admin Privilege
  • Script to Update User Redirected Folders ACL
  • Windows 2012 R2 Folder Redirection Step by Step
  • SharePoint 2013 Pre-reqs Link
  • Windows 2012 TSAdmin Download
  • Server Reboot Batch File
  • SCOM Get Missing Performance Data
  • SCOM 2012 Linux Agent gray and critical – Requires uninstall of agent & cert
  • SCOM 2012 Batch File to Clear Health Service Cache
  • SCOM 2012 Put URL into Maintenance Mode
  • MS Operations Management Suite Survival Guide
  • Script to Logoff All Disconnected Citrix Sessions
  • SCOM 2012 R2 Close All Alerts Script
  • SCOM Health Service Flush Scripts
  • SCOM 2012 PowerShell One Liners
  • GreenMachine for SCOM 2012
  • VBS Script to get AD Group Members
  • SCOM 2012 Maintenance Mode Notification MP
  • SCOM 2012 Reminder Alerts – PowerShell Script to Update Alert Resolution
  • SCOM 2012 R2 Test Event MP
  • SCOM Cluster Failover Events MP
  • SCOM 2012 R2 Maintenance Mode Powershell Script for Single Server
  • SCOM Reports Edit Issue QFE_MOMEsc_4724
  • Clean Windows 2008R2 Space
  • SCOM Linked Availability Report
  • SCOM Catch All Management Pack
  • PowerShell Script Close All SCOM Alerts 2007R2
  • Windows Update Error 80072EFE in Client Hyper-V Guest
  • SCOM query to get all data about an obejct
  • SCOM 2012 Cluster Disks management pack addendum
  • SCOM Cluster CSV Query
  • SCOM REPORT MODELS
  • SCOM 2012 Bulk URL Editor Manager Download
  • SCOM Catch All Error Events Log Rule
  • SCOM 2012 iSCSI Volume Shadow Copy Rules MP
  • Configuring Hyper-V for multiple subnets with only one NIC (Server 2012 R2 Edition)
  • Windows 2012 USB Boot Disk
  • SCOM Web Console Path Not Showing
  • Windows 2012 R2 BlueScreen Fix
  • AD Password Expiration Report Script
  • SCCM Query: Uptime and Last Reboot Time
  • SCOM 2012 ToolBox Downloads
  • EMC SCOM 2012 Management Pack ESI
  • SCOM ETL Trace Instructions
  • Extended SQL MP
  • SQL Instance List Report for SCOM
  • SCOM SQL Script to show gray agent data historical reasons
  • List of all SCOM Monitors from Various Popular Management Packs
  • How to extend date of SCOM certificate issued by Stand Alone CA
  • How to Run Hyper-V on a Laptop
  • SCOM Alert for Specific Account lockout
  • Microsoft Technet Lab Guides
  • SCOM Gateway Troubleshooting Steps – Jonathan Cowan Credit
  • SCOM 2012 Maintenance Mode Utility
  • How to Reinstall SCOM Reporting
  • SCCM 2012 Client Action Tool!
  • SCOM Report Data Source Fix
  • SCOM 2012 Health Check Script
  • SCOM RunAs Account Fixer PowerShell Script!
  • File Share Check and Email Script
  • SCOM 2012 Exchange 2010 MP Filling Logs with Login Failures
  • SCOM 2012 Report Data Source Option Missing
  • SCOM 2012 File Share Management Pack
  • Dynamic Groups with Expressions in OpsMgr
  • SCOM 2012 Unsealed Management Pack Backup
  • SCOM 2012 Web View Widget
  • Windows 2003 Bits 2.5 Download
  • SCOM 2012 Maintenance Mode
  • SCOM 2012 Utilization Reports Processor Data Missing
  • Windows Server 2012 Keyboard Shortcuts
  • SQL SCOM 2012 Alerts By Email Script
  • Windows 2012 Interface Explanation from Microsoft
  • Microsoft Private Cloud Step By Step
  • Managing SCOM 2012 Alerts: Daily Tasks
  • SCOM 2012 Training Guides and Videos
  • SCCM 2012 SP1 Installation Pre-reqs
  • SCOM SQL Run As Account Guidelines
  • Windows Server 2012 Won’t Activate: DNS Server Not Found
  • Brian Wren’s Sample Network Management Pack for System Center 2012 Operations Manager
  • The Greatest PowerShell Script of All Time for Windows Admins by Sean Duffy
  • SCOM Health Check Excel Template
  • List All AD User Object Attributes
  • Sharepoint 2010 Management Pack for SCOM 2012
  • How to Run a Powershell Script as a rule in SCOM as a Command
  • OpsLogix PING MP for SCOM 2012
  • SQL Server cannot authenticate using Kerberos because the Service Principal Name (SPN) is missing, misplaced, or duplicated.
  • SCOM Maintenance Mode EXE – Awesome Utility
  • SCOM Grey Agent MP from SCC
  • The All Management Servers Pool has not reported availability
  • SCOM ACS Filter Events
  • SCOM ACS Modified SQL Stored Procedures
  • MMS 2012 Session Listing Download
  • SQL Database Stuck in Restoring Mode
  • SCOM Maintenance Mode Script
  • SCOM Active Directory Security Management Pack
January 2021
M T W T F S S
« Apr    
 123
45678910
11121314151617
18192021222324
25262728293031

About

This site is a collection of tools and tips that I needed to place in the cloud. I have given credit where credit is due and respect all the hard work of those in the SCOM community that are miles above me in terms of knowledge, experience and accolades.
© Copyright 2021 - SCOM GOD
Infinity Theme by DesignCoral / WordPress