SCSM 2012 / SCO 2012: Replacement Runbook Activity that enables easy transfer between environments.
Ryan and his team has done it again! They have released a replacement for the built-in “Runbook Automation Activity”
Ryan and his team has done it again! They have released a replacement for the built-in “Runbook Automation Activity”
Get our Widget that we demoed at NIC 2013 ! Including source code!
If you are using the Exchange Admin Integration Pack. You might have tried to use the run exchange shell cmdlet" activity and disocvered that the result is kind special in formatting. Your result will look similar to this: [PSComputerName: ex2010.cloud.local] [RunspaceId: f30b4063-2b50-4609-9f84-91a480ac4bea] [Database: Mailbox Database 1872261918] [UseDatabaseRetentionDefaults: True] [RetainDeletedItemsUntilBackup: False] to help you , i have created a function for powershell that does it job: function ConvertTo-ExchangeOutputCollection ([String] $inputText = @(throw "Error No Input Text supplied")) { $returnCollection = @{} $keypairCollection = $inputText.Split("`n") foreach ($keypair in $keypairCollection) { $trimmedKeyPair = $keypair.Trim().TrimStart("[").TrimEnd("]") $splitPosition = $trimmedKeyPair.IndexOf(":") $propertyName = $trimmedKeyPair.Substring(0,$splitPosition).Trim() $propteryValue [...]
System Center Orchestrator 2012 – Self service with Service manager The future is self-service! You see it everywhere, but now it has arrived for IT. In this session Jakob will show you how to utilize the new Self-service portal in Service Manager 2012, combined with System Center Orchestrator 2012 to make a fully automated environment with a great user interface, in a simple way! http://vimeo.com/58166046 (sorry embedding was not allowed) System Center Orchestrator 2012 – Runbook Design for Service manager In this session we will dive into tips and tricks in designing production runbooks for Service Manager. Learn [...]
I have been so lucky to be accepted for the LEAP Motion Developer program. www.leapmotion.com LEAP Motion is a new Kinect-like controller, which will be cheap and much more precise than anything seen before. My first project is a controller project for Office. Supported so far: Visio - Swipe Pages (for live dashboards etc.) PowerPoint - For Previous/Next Slide in presentation Excel - Change Sheet. Scroll + Scroll Pages Word - Change Page More info on the codeplex site, which is btw also my first published codeplex project. Feel free to comment or join the project! http://leapoffice.codeplex.com/
Have you ever tried to transfer some Request Offerings that contains runbooks from one environment to the other? You will notice that is it not possible by default. This utility can help you accomplish the task!
We had a great time at NIC 2013. You can download my slides and examples below. System Center Operations Manager 2012 - OpsMgr New Tools and Fun Stuff System Center Orchestrator 2012 - Runbook Design for Service manager System Center Orchestrator 2012 - Self service with Service manager [download id="131"] [download id="132"] Coming soon: Coretech Survailance Widget Example (Source and management pack)
All about how to use the undocumented Criteria parameter in the Get-SCOMAlert cmdlet
[download id="115"] UPDATE: New version uploaded fixing a bug in list and improving error logging. Please send any logs if your application crashes This post describes the tool and configuration. Blog post by Kent Agerlund, describing how to use it in your environment https://blog.ctglobalservices.com/kea/updated-version-of-the-package-source-changer/ 1. Introduction As we start migrating from CM2007 to CM2012 one of the requirements is that the package source used for packages must be a UNC. we have seen many site installations where the package source is either a local source on the site server or a UNC pointing to the site server. In either [...]
How to remove lost computers from the list of designers in System Center Orchestrator 2012
[download id="106"] I know that SCOM can restart the service automatically, it can even run scripts to check if it was OK. but in some cases, especially when the service need a complex check before the service is marked OK, you might want to use Orchestrator Luckily the Monitor Alert is easy to use and it has all data from the alert, that we can utilize to restart the correct service. I have created a runbook for this specific task. The runbook is setup the following way: 1. Monitor Alert: This activity is setup to monitor one or [...]
Ever wondered where PowerShell ISE is located in windows 8?? this article also shows the new command browser feature
One way of handling multiple branches that does the same job, and use the result from each one of them.
How to replace the connection name when transferring runbook from one environment to another
Freeware! New connector for SCOM 2012 that imports and exports XML.
Get rid of the annoying bug when pasting content of a runbook
My 3 days workshop for SCO have been upgraded to System Center 2012 in all products! Send an email to me if you want more info about dates in the different countries.
a script for uninstalling updates on windows XP, 2003, 7 and 2008 R2.
Hey everyone! I am glad to see that the NIC conference has been announced for 2013. Looking forward, and hoping to be able to speak once more. Dates are: 24. - 25. January - 2013 More info at http://nicconf.com/
New IPs released by Kelverion: BMC BladeLogic v8.1, 8.2 BMC Remedy ARS v7.5, 7.6 BMC Enterprise Event Manager (BEM) v7.4 BMC Atrium CMDB v7.6.04
PowerShell function for listing all collections inside a Device or User collection in CobfigMgr 2012
Integrations Packs for SC2012 is Out! .. go get them! :)
How to use PowerShell Accelerators, and how to get a complete list of them!
Links to videos of all 3 sessions i did at www.nic2012.com on Orchestrator