PowerShell Logo Small

Get-DtcAdvancedSetting



This is the built-in help made by Microsoft for the command 'Get-DtcAdvancedSetting', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 advanced setting for MSDTC in the registry.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-DtcAdvancedSetting cmdlet gets the advanced setting for Microsoft Distributed Transaction Coordinator (MSDTC). Use this cmdlet to queury the advanced setting
information stored in the registry. You can query only one registry value at one time. Specify a DTC instance by using the DtcName parameter. If you do not specify an
instance, the default value is Local. The default registry location for advanced settings is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Query an advanced setting

PS C:\>Get-DtcAdvancedSetting -Name "AccountName" -DtcName "Local" -Subkey "Security"

NT AUTHORITY\NetworkService



This command gets the account name used by the local MSDTC instance.