PowerShell Team

Automating the world one-liner at a time…

PowerShell Transactions QuickStart

The second CTP of PowerShell V2 (CTP2) introduces full engine support for transactions – groups of actions that can be finalized or undone in an all-or-nothing way. Wikipedia gives a great overview of transactions here: http://en.wikipedia.org/wiki/Database_transactions.   We put a ton of thought into how to expose this normally ...