Showing results for Transaction - PowerShell Team

May 8, 2008
Post comments count0
Post likes count0

PowerShell Transactions QuickStart

PowerShell Team
PowerShell Team

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 developer-cent...

Transaction