One of the powerful authoring capabilities of Visual Studio Authoring Extensions, is the use of “Snippets” to create lots of monitoring workflows with minimal effort. Snippets can be input manually, or they can use a CSV file with the input data already prepared. I had a request from a customer…
I had an interesting request from a customer. They wanted to collect events that would still continue to be collected, even when the monitored server was in maintenance mode. Quick Download: https://github.com/thekevinholman/Demo.UnhostedClass This presents an interesting challenge. When we place the “Windows Computer” object into maintenance mode, this…
I have written several posts over the years dealing with authoring groups. See many examples here: https://kevinholman.com/2010/07/27/authoring-scom-groups-from-simple-to-complex/ This post will deal with the concept that we might want to create groups in SCOM, of Windows Computer objects, based on the time zone setting for those computers. This might be useful…
We use the scheduler datasource in SCOM for workflows for all kinds of purposes. Most workflows have some concept of a schedule in the datasource to tell how often to inspect for something, like a service running, or to look at perfmon data, or to run a script. The most…
In Hyper-V versions prior to Windows Server 2012, a .bin file was created for each virtual machine, that was the exact same size as the memory allocated to the VM. This was to automatically reserve the disk space needed if you ever saved the state of the VM. It ensured…
The following article will cover a basic install of Data Protection Manager 2012 R2. A dedicated DPM server, and shared SQL server will be deployed. This is to be used as a template only, for a customer to implement as their own pilot or POC, or customized deployment guide. It…
This is to be used as a template only, for a customer to implement as their own pilot or POC, or customized deployment guide. It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes. This also happens…
The following article will cover a basic install of System Center Service Manager 2012 R2. The concept is to perform a limited deployment of SCSM, similar to our deployment guide on TechNet: http://technet.microsoft.com/en-us/library/hh519675.aspx The deployment guide on TechNet demonstrates Service Manager in a Two Server model (typical for lab and…
There is already a very good deployment guide posted on TechNet here: http://technet.microsoft.com/en-us/library/hh457006.aspx The TechNet deployment guide provides an excellent walkthrough of installing OpsMgr 2012 for the “all in one” scenario, where all roles are installed on a single server. That is a very good method for doing simple functionality…
Grooming of the OpsDB in OpsMgr 2012 is very similar to OpsMgr 2007. Grooming is called once per day at 12:00am…. by the rule: “Partitioning and Grooming” You can search for this rule in the Authoring space of the console, under Rules. It is targeted to the “All Management Servers Resource…