System Center Orchestrator 2012: How to convert flattened data into multi-value in a very easy way!
Converting flatten data to multi-value executions in Orchestrator 2012
Converting flatten data to multi-value executions in Orchestrator 2012
Cannot figure out how to search for a user via Distinguished name field in the active directory IP for SCORCH 2012? Look no futher, here is the solution.
Min låge til technet kalenderen d. 19. december
Min låge til d. 9. decembers technet julekalender!
Finally my video from Campus Days 2011 is out, you can watch it below: please be aware that it is in Danish language. Demos can be downloaded here: https://blog.ctglobalservices.com/jgs/my-demos-from-campus-days-2011/
Follow up to my post about getting product code! This time we do a full uninstall and install of iTunes, using automatic product finder!
Today Microsoft release alot of new versions of System Center software: Available System Center 2012 Products: System Center 2012 Configuration Manager RC provides comprehensive configuration management for the Microsoft platform that can help you empower users with the devices and applications they need to be productive while maintaining corporate compliance and control. System Center 2012 Endpoint Protection RC, built on System Center Configuration Manager, provides industry-leading threat detection of malware and exploits as part of a unified infrastructure for managing client security and compliance that can help you simplify and improve endpoint protection. System Center Operations Manager 2012 Beta [...]
Script for getting product code from product name. Very usable for deployment of software via configuration manager or similar systems.
Download my demos from campus days 2011
I couple of months ago, Microsoft held a System Center Orchestrator Community Evaluation Program, during this program, a contest was announced. Points was awarded for tweets, re-tweets, blogs and video blogs. Each month the person with the highest number of point, won a trolley from Ogio I was so luck to be the Winner of August! Thank you! I won because of my 4 posts about System Center Orchestrator. I really intended to do more that month, but I got caught up in work. but today I received this nice prize: Perfect for my travels, when I [...]
In opalis the Log files for the action server was placed in "\opalis software\opalis integration server\action server\logs" read more about it here the opalis action server folder does still exist in Scorch 2012 Beta, but it does not contain a logs folder! Where is the log file then? It has been moved to a standard location in C:\ProgramData\Microsoft System Center Orchestrator\OpalisActionService\Logs here you will find all the info about the action service (runbook servers).
During the development of the script I posted yesterday, I noticed that a lot of people had problem discovering how to create WMI objects in PowerShell. I found different suggestions, but they all had problems. When I have to create WMI object instances I use this this method, which I used in my old script about sharing folders here is an example: $SecDesc = ([WMIClass] "\\$ComputerName\root\cimv2:Win32_SecurityDescriptor").CreateInstance() using configuration manager development we have to create a lot of wmi objects. Take a look at this SDK Sample in the VBScript example we have this line: ' Create and populate a [...]
How do create service windows in configuration manager by using PowerShell.
Note about array in powershell. How to create empty arrays and a little trick for adding to arrays.
How to create a simple web part for SharePoint that is connecting to the Orchestrator Web Service Sample project attatached.
In my opinion, one of the greatest improvements in Orchestrator compared to Opalis is the extended web service. Opalis did have a web service too, but the Orchestrator service has a more functionality. One way to utilize this new web service is by using PowerPivot for Excel. PowerPivot for Excel is an addon developed and published by Microsoft. You can read more and download a trial here using PowerPivot for excel , it is possible to connect to all different types of data sources and create real-time reports. It is really easy to do, specially with a web service like [...]
This article expands the "Write web site" runbook, by adding "Last updated" Date/Time by using "Common published data" in Orchestrator.
[download id="50"] This article describes how to use the Run .Net Activity to run PowerShell Scripts. I have created an example runbook which does the following: Start once every minute. Read a text file containing a list of sites/servers. Parse the list to PowerShell script. PowerShell script tried to ping each address and get the response time. PowerShell script output formatted HTML, ready to put inside a HTML Table, containing the addresses and response time. Runbook writes a web site based on a HTML template. The result is a website, in my case it looks like this: NB! some websites/server [...]
Run code when a new advertisement is created. This post contains a vbscript using async operations to catch the new advertisement, when it is created.
This post contains a collection of usable links for all infos, blogs and other stuff about Opalis and System Center Orchestrator
How to install the new System center Orchestrator Beta on a server that was previously a Opalis 6.3, when the setup insists that opalis is currently installed, even though you have uninstalled it.
Read all the details in Adam Hall blog Article It contains all the links you need! http://blogs.technet.com/b/systemcenter/archive/2011/06/17/orchestrator-2012-beta-all-the-useful-links.aspx Downloading as we speak, looking forward to testing the new version in my test environments! I will be blogging about different parts of the orchestrator for the next few months.
How to fix: Exception in thread "main" java.lang.NoClassDefFoundError: Files when installing the Opalis Operator Console on Windows Server 2008 R2
How to create users from a CSV file, set their password and enable them in one command. This method shows you how to pipe the same output into multiple cmdlets by using the ForEach-Object Cmdlet.