PowerShell Logo Small

Get-DtcAdvancedHostSetting



This is the built-in help made by Microsoft for the command 'Get-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

Queries the DTC host level properties in the registry.

SYNTAX


Get-DtcAdvancedHostSetting [-AsJob] [-CimSession <CimSession[]>] [-Subkey <String>] [-ThrottleLimit <Int32>] -Name <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcAdvancedHostSetting cmdlet queries the Distributed Transaction Coordinator (DTC) host level properties in the registry. The default registry location for advanced
host settings is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Query tracing setting

PS C:\>Get-DtcAdvancedHostSetting -Name "TRACE_CM" -SubKey "Tracing\Sources"

255



This command queries the tracing setting for TRACE_CM.