TAG | database
27
Twitter Weekly Updates for 2010-10-27
No comments · Posted by Christopher Keyaert in Uncategorized
- Thoughts on OpsMgr – SCOM R2 Agent Installation Error: HRESULT: 0x80070BC9 http://bit.ly/djHPcy #
- Thoughts on OpsMgr – EventID 10: Active Directory Helper Objects Installation unsuccessful. MSI was not found http://bit.ly/dboRS1 #
- I love MobileRSS on my iPhone, Check it out – http://bit.ly/9xkO5W #
- SCUG.be – SCDPM 2010 Management Pack has been released http://bit.ly/95KLMb #
- Nexus SC: The System Center Team Blog – Looking for VHDs? http://bit.ly/9W37qP #
- Jonathan Almquist on Operations Manager – Rebuild a management group (disaster recovery) http://bit.ly/dA8Cua #
- Ex2010 MP issue: new-testcasconnectivityuser.ps1 script generates errors like ‘Mailbox could not be http://bit.ly/anzHP5 #
- Nexus SC: The System Center Team Blog – TechEd EMEA – Opalis Sessions http://bit.ly/9NlDWE #
- Thoughts on OpsMgr – Exchange 2010 SP1: a known issue, a canary and flip flopping… http://bit.ly/b4QXef #
- Thoughts on OpsMgr – CU#3 for SCOM R2: PRO Tip Issue / 23619 SDK Service Related http://bit.ly/bYUnJg #
- Kevin Holman's OpsMgr Blog – After moving your OperationsManager Database–you might find event 18054 errors http://bit.ly/9L5cOs #
- Nexus SC: The System Center Team Blog – Windows Azure Monitoring Management Pack Release Candidate (RC) http://bit.ly/bkikku #
- Operations Manager Team Blog – Trouble with setup due to SQL not being detected? http://bit.ly/95TDCs #
13
SCOM : Maintenance Mode History / Report
1 Comment · Posted by Christopher Keyaert in OpsMgr / Scom, PowerShell
By powershell :
http://blogs.technet.com/b/brianwren/archive/2008/03/11/mms-command-shell-presentation.aspx
$mc = get-monitoringClass -name Microsoft.Windows.Computer
$mo = get-monitoringObject -monitoringClass $mc | where {$_.name -eq ‘srv01′}
$mo | get-maintenanceWindow -history
By SQL :
maintenance mode history is available in the OperationsManager database or DW using this query
select * from dbo.vMaintenanceModeHistory
By a specific management pack :
http://www.systemcentercentral.com/tabid/145/indexId/70867/Default.aspx
This MP includes a report that allows tracking of who is using maintenance mode to disable monitoring and reports the maintenance start, end, comment, user id and reason code.
database · maintenance mode · Object · OperationsManager · start
