Ron's Sandbox

Windows Live Writer

Thursday, 7 May 2009 22:48 by hagermanr
I’ve been lazy with the blog postings. Originally, I’d write a log post in One Note or Word, proof it and then copy paste into the blog and then fix all the formatting. With the new laptop however, I have Windows Live Writer which allows me to create a post, proof it, format it th... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General | Personal
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Dynamic TreeViews

Thursday, 7 May 2009 22:43 by hagermanr
First, create a data table that will hold our data for iteration. DataTable temp = new DataTable(); col = new DataColumn("link_id"); temp.Columns.Add(col); col = new DataColumn("link_parent"); temp.Columns.Add(col); col = new DataColumn("link_name"); ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   C Sharp
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Sharing the Road

Thursday, 9 April 2009 01:21 by hagermanr
Wow, it's been a while since I've posted anything. I was reading the Times and found a small article about bicycle and pedestrians sharing the road and I got to thinking about how I feel when I'm on the road and there is a bicyclist in the middle of my lane doing all of five mile... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

ADMP and MOMLatency Monitor

Thursday, 11 December 2008 13:32 by hagermanr
We upgraded our Active Directory Management Pack a couple weeks ago and started seeing errors in the console for OpsMgr Latency Monitor not being able to find the container. We had this problem orignally where the error was complaining that it could not find the MOMLatencyMonitor Container in... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Lori

Thursday, 11 December 2008 10:17 by hagermanr
My how I miss you...    

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   Personal
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Iterating Groups in SCOM

Monday, 1 December 2008 23:51 by hagermanr
  Greetings all, I've had the fundamental need to go through and find all of the servers in the SCOM console that belong to a specific group. The idea is that we monitor most servers with SCOM and send the critical hardware and OS alerts to another company that uses OVO while the ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Welcome to the Blog

Thursday, 27 November 2008 22:52 by hagermanr
Greetings all,   I've been searching for a long time now for good blogging software. I've played with Wordpress which is nice but my hosting provider wouldn't support it. So now I'm trying BlogEngine.NET so we will see how it goes. About me: I am a Systems De... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Email

Wednesday, 29 October 2008 11:23 by hagermanr
There is a fundamental need within SCOM to send email to individuals based on an individual alert. For instance, when you create a user account without following the proper process, an alert is generated  and an email gets sent to Winfra. Winfra has a rule in Outlook to send the email on to s... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

The Windows Service

Friday, 17 October 2008 13:09 by hagermanr
 Ok, on to the Windows service. There are a couple of things about a Windows service. First, you need a timer and second, unless you want to wait until the timer ticks down to 0, you need to place your code in a routine and call it for the first time from the OnStart() method. So, in ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SCOM Subscriptions

Thursday, 25 September 2008 07:17 by hagermanr
We have noticed over the last few weeks, a problem where subscriptions in System Center Operations Manager 2007 suddenly and for no reason we can identify, become disabled. This is a bad thing because these subscriptions are used to send email and pages to folks like Winfra when there is a critica... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5