A good way to check if published data returned from an activity is blank or null is to match against the pattern ^$ (regex for […]
Continue readingCategory: System Center
Orchestrator – Fail a parent policy based on child status
Set the link from the triggered runbook to fail if the Child policy status equals failed or warning. Succeed if the Child policy status equals success. This […]
Continue readingOrchestrator – PowerShell error handling
We can use the Common Published Data “Error Summary Text” to capture the error from the PowerShell activity. Testing shows that if there are no […]
Continue reading