PowerShell Logo Small

Set-DtcAdvancedHostSetting



This is the built-in help made by Microsoft for the command 'Set-DtcAdvancedHostSetting', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Sets the DTC host level properties in the registry.

SYNTAX


Set-DtcAdvancedHostSetting [-AsJob] [-CimSession <CimSession[]>] [-Subkey <String>] [-ThrottleLimit <Int32>] -Name <String> -Type <String> -Value <String>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-DtcAdvancedHostSetting cmdlet sets the Distributed Transaction Coordinator (DTC) host level properties in the registry.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317172
Get-DtcAdvancedHostSetting

REMARKS

<

Examples


Example 1: Specify a diagnostic trace file path

PS C:\> Set-DtcAdvancedHostSetting -Name "TraceFilePath" -Type "SZ" -Value "C:\Temp" -SubKey "Tracing\Output"



This command specifies a diagnostic trace file path.