-
Recent Posts
Archives
Categories
Meta
Category Archives: General Information
Runbook SQL Injection
With our implementation of Orchestrator 2012 we plan to fully implement and utilize the fancy new web tier – specifically we plan to expand our automation to include many more user initiated workflows. This means that we will need to … Continue reading
Posted in General Information, Integration Pack
Tagged Community, Integration Pack, Orchestrator, Security, SQL, SQL Injection
Leave a comment
Runbook Sanitation Utility
Availability The tool (Binary and Source code) is available on the Orchestrator Community codeplex site, http://scorch.codeplex.com Direct Download Link: http://scorch.codeplex.com/releases/view/87676 Direct Source Code Link: http://scorch.codeplex.com/SourceControl/changeset/view/18034#230263 Any additions / suggestions are appreciated Description This utility is used to manipulate ois_export files. … Continue reading
Magic Orchestrator Files (OIP and OIS_Export)
OIP (Integration Pack File) An OIP file is, in reality, nothing more than a zip file with a different extension so they can be found easier by the deployment manager. Inside of the zip are three files, an installer … Continue reading
SCCM Extension Integration Pack — Testers Wanted!
Hey Everyone, I have been working diligently on extending my SCCM integration pack and have made a lot of progress. It now has a large feature set (working on making a few more integration points) that I need to test. … Continue reading
Posted in General Information, Integration Pack
Tagged Integration Pack, Opalis, SCCM
Leave a comment
Opalis Windows 7 Upgrade Process Presentation
Hey Everyone, It has come to my attention that the presentation I delivered at MMS this year never actually got uploaded to the MMS site! I have modified the presentation to only be my portion (I can’t actually share the … Continue reading
Posted in General Information, Workflow
Tagged Example, Opalis, Presentation, Upgrade, Windows 7, Workflow
Leave a comment
New Opalis Integration Pack
Hey Everyone, I am wondering what other systems people would like to see Opalis integrate to? I have a bit of free time to dedicate to writing another IP. The only requirement I have is that it be a system … Continue reading
Opalis DB SQL Queries
Here are some interesting SQL queries against the Opalis DB that I have come up with Policies Select runtime information about non deleted policies select * from POLICIES_VIEW where Deleted is null Select all currently running policies select * from … Continue reading
QIKNET30.dll could not be found
When I was setting up my new Opalis 6.3 environment running on Windows 2008 r2 x64 servers I came across an interesting error. Whenever I put an object into a policy that was built with QIK and attempt to open … Continue reading
Adding Additional Integration Packs
Introduction This is a relatively simple action if you avoid some pitfalls. Steps Logon to Integration Server Run the Deployment Manager Register the Integration Pack Deploy the Integration Pack to the servers you want it to run on … Continue reading
Adding Additional Action Servers
In our environment we use the default automated Action Server deployment Mechanism and the do some post installation configuration Steps Deploy new Virtual Machine Should be a 2 Processor 4 Gig Windows 2008 R2 Server Name Appropriately MGOAPOAOP[0-9] for Orchestration … Continue reading