Every once in a while a great management pack hits the community that could really make the SCOM admins out there their lives a little bit easier.
Some are very complex and solve very complex problems others are very simple and add just another functionality to SCOM. Sometimes a community management pack fills a gap that has been left in the product.
This is a nice example of the last category: Let SCOM check for updated management packs.
OK it’s possible to do this periodically by opening up the Management pack catalog in scom and do a search on updated management packs but this management pack gives you proactively an alert when there’s a new management pack available!
How convenient!
So head over to Michaels blog and grab the management pack to free up the time you spend with management pack update checking and let scom do it for you:
http://michelkamp.wordpress.com/2013/04/21/let-scom-check-for-updated-management-packs/
This management pack is also added to my new list of cool community management packs which can be found here: http://scug.be/dieter/2012/12/30/scom-2012-overview-link-blog/
The past edition of Techdays 2013 Belgium was one of the best so far with a great outcome and a real buzzz in the community for all different new products and evolutions that were showcased.
Scugbe was also present with a System Center 2012 SP1 overview session giving you a quick drilldown of all the different new features in SP1.
8 members of the Scug went through almost all the different products of System Center and highlighted the improvements in SP1.
If you could not make it to Techdays this valuable info is now available online on the Technet site. Believe me all this info in one place will save you a lot of research on what’s new in System Center 2012 SP1.
View the video here: http://technet.microsoft.com/en-us/video/tdbe13-what-s-new-and-improved-in-service-pack-1-for-the-system-center-2012-suite
View the slidedeck here: http://www.slideshare.net/technetbelux
Overview of ALL the session of Techdays: http://technet.microsoft.com/en-us/video/ff832960?Category=TechDays+Belgium+2013&page=2
Scugbe is proud to announce that we are hosting one of the Technet Belgium Tuesday Live meeting sessions.
There will be 1 session in the morning and 1 in the afternoon hosted by Kenny Buntinx and Dieter Wijckmans.
Kenny Buntinx will guide you through the process of monitoring your Configmgr 2012 with System Center Endpoint Protection (SCEP). Forefront Endpoint Protection is now System Center Endpoint Protection and its integrated in ConfigMgr 2012. Attend this session to discover what’s new and hear how we successfully deployed Microsoft System Center 2012 Endpoint Protection on System Center 2012 Configuration Manager.
Register here: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032548938&Culture=en-us&community=0
So you heard about the new feature in SCOM 2012: APM. But what exactly is APM?
Join Dieter Wijckmans to get a jump start on monitoring your applications with APM.
Learn to configure APM and use it to gain the knowledge about your apps to quickly answer the reoccurring question: “Why is my app so slow?”
We’ll go over the setup and walk you through the steps to get your app monitored in no time. APM will hand you the tools to quickly set up your app monitoring so you are armed and ready when there’s again a new fingerpointing game why an application was yet again not available during business hours.
Register here: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032548936&Culture=en-us&community=0
This is a small thing I figured out to request user input and pass it as a parameter to a console task by using PowerShell.
The client wanted to be able to create tickets from an alert in the console if they were missed by an operator or notification script. The notifications pass the different parameters to a PowerShell script that generates the ticket. So far so good. But they wanted to call the notification from a Alert Console task. There are different parameters that need to be customized per alert to generate the correct ticket. One option was to create an Alert Console task for ALL the different classifications of alerts which would be a nightmare from manageability perspective + clutter the console.
I came up with a small PowerShell script which will ask the user for input and use that input to generate the ticket with the correct info. The user still needs to know what to fill in but still it’s better than creating all the different Alert Console tasks.
This script is reusable in all your scripts you need to make interactive so you can prompt users for input during a console task.
In this example I’ve created a small Alert Console Task to connect to a Remote server via Remote desktop connection which can be different than the server which is generating the alert you’ve selected.
The PowerShell script I used in this example can be downloaded here
First things first. We need to create the console task.
Navigate to the Authoring pane > Management pack objects > tasks > create new task.
In the selection window select a Console Task > Alert Command line (This is necessary if we want to pass parameters from the alert to the script we would like to run)
Name your task.
Note: This will be the actual name which will appear in your console so keep it short and simple but clear enough so someone will know what the task will do.
Note: I’ve created a separate management pack for all my Console Tasks
Specify the command line options:
Note: The script must be copied to the local computer where the console is installed. In this case: c:\scripts\consoletask\
Hints:
When saved, the Task will appear between the Alert Tasks in the task pane when you select an alert.
When you click the task the Console Task Output window will pop up together with a window asking the user to put in a servername. If the user clicks cancel the task is terminated.
Success! The remote connection is started with the server we have put in!
Now that we have verified everything is working we can disable the task console window so only the prompt for input is shown.
Open the task properties and deselect the box “Display output when this task is run”
The PowerShell script I used in this example can be downloaded here
The section which is responsible for the input is here so if you have existing scripts this is what you are looking for to make them interactive:
#Get the server to connect to
[System.Reflection.Assembly]::LoadWithPartialName(‘Microsoft.VisualBasic’) | Out-Null
$server = [Microsoft.VisualBasic.Interaction]::InputBox(“Enter a Servername”, “Servername”, “”)
This morning the System Center community is once more buzzing with excitement.
System Center 2012 Service Pack 1 is live since a couple of weeks and already Microsoft has released the first Update Rollup (UR1) for it.
This show great dedication of Microsoft to keep this product up to date and regularly release updates. The good thing these Update Rollups are all cumulative so no need to perform a series of updates.
Although you need to install SP1 first to install the UR1 of course.
More info on the updates is found here: http://support.microsoft.com/kb/2785682
Note: Pay special attention to the “how to install” section as the correct version of the file needed according to your CPU architecture and local is identified:
Example for SCOM:
So if you have an agent on X86 machine you will need to run the file with F2 at the end and not the 5A.
This post will be my (and hopefully yours) one stop to post all the relevant info to SCOM 2012. I will try to generate an overview of all the different steps you need to start from scratch and continue to build your environment to a level that suites your environment.
If you feel there are things missing or you’ve found dead links please do not hesitate to leave a comment and I will update this post. This post has grown out of my favourite list of SCOM related topics and info I found on forums, technet and blogs.
Note:
This section lists all links that will give you a general overview of SCOM.
This section lists all links that will help and guide you to make a proper design and take the correct decisions concerning topology
This section lists all links to the install walkthroughs and possible issues.
This section lists all links to help you quickly setup scom after you have succesfully installed it.
This section lists all the different aspects of SCOM that need additional installation or configuration
This section lists all the links to give you the basics about management packs
This section liste all the links to the more advance management pack tips and tricks.
A list of must have community management packs to increase your productivity and solve some gaps and functionalities in scom.
Note: These management packs are written by members of the community so no warranty is given. Test before you use in production!
This section lists links to different integration possibilities between the different System Center products.
Note: System Center Blogs: Now on iPhone, Android and Windows Phone
System Center User Group Belgium is proud to announce the fact that the registration for the Belgian multicast for this online event is now open.
Make sure to reserve your physical seat for this virtual travel through the System Center Universe broadcasted from Dallas US.
The speaker list is already out of this world: http://www.systemcenteruniverse.com/presenters.htm and still not complete…
Wally Mead | Cameron Fuller | Maarten Goet |
Jason Sandys | Michael Washam | Travis Wright |
Pete Zerger | More to come… | |
Reserve your seat today because the seats in our spacecraft in Brussels are unfortunately limited: http://www.eventbrite.com/event/4989971138/eorg#
On the 3th of December the registration for MMS2013 opened.
In spite of all the rumors and earlier announcements the venue is again held in Las Vegas from the 4th until the 12th of April.
More info + registration link here: http://www.2013mms.com/register
Early bird pricing saves you 300$ on the registration fee. Make sure to book early. Last year the venue sold out during early bird!
Check out my guide for MMS (which will be rebranded with extra tips for MMS 2013. http://scug.be/dieter/2012/03/06/a-travel-guide-how-to-survive-mms2012
I can’t wait for another week packed with System Center fun and meet peers.
I came across a post of Travis Wright who announced the “rebrand” of the System Center Team blog.
The blog will be more technical because it is now maintained and updated by the engineering team instead of the marketing team.
New items will include more technical content and cross System Center product collaboration options.
As Travis points out all System Center announcements from the engineering team will be posted on this blog so you definitely will want to subscribe to the RSS feed attached to it and check frequently.
So start updating your bookmarks to the new and improved System Center Team blog for your one stop for all new System Center announcements.
Link to the original post of Travis Wright: http://blogs.technet.com/b/systemcenter/archive/2012/11/26/system-center-blog-relaunch.aspx
Link to the RSS feed: http://blogs.technet.com/b/systemcenter/rss.aspx
At the bottom of the post is also a handy list of all the different specific team blogs so make sure to check them out as well!
On the 22th of November I’m hosting a LiveMeeting on how to integrate the different System Center products.
We’ll go over the different steps to integrate the different System Center products to get past the standard “just monitor it” scenario with SCOM but truly integrate the different products together.
All the products will be positioned within the System Center stack and integrations will be showcased.
If you are looking for a session to convince your boss to install more system center products or just want to convince yourself of the force of system center products brought together…
Register here:https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032533093&Culture=en-us&community=0