PowerShell Logo Small

Set-DtcTransaction



This is the built-in help made by Microsoft for the command 'Set-DtcTransaction', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Set-DtcTransaction can be used to modify the state of a transaction in the DTC host level properties stored in the registry.

SYNTAX


Set-DtcTransaction [-DtcName <String>] -Abort [<SwitchParameter>] -TransactionId <Guid> [<CommonParameters>]
Set-DtcTransaction [-DtcName <String>] -Commit [<SwitchParameter>] -TransactionId <Guid> [<CommonParameters>]
Set-DtcTransaction [-DtcName <String>] -Forget [<SwitchParameter>] -TransactionId <Guid> [<CommonParameters>]
Set-DtcTransaction [-DtcName <String>] -Trace [<SwitchParameter>] -TransactionId <Guid> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Set-DtcTransaction can be used to modify the state of a transaction in the DTC host level properties stored in the registry.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




PS C:\>










PS C:\>