PowerShell Logo Small

Get-DtcLog



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

Get-DtcLog retrieves the Log File settings for the DTC instance specified by the DtcName parameter.

SYNTAX


Get-DtcLog [-DtcName [<String>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Get-DtcLog retrieves the Log File settings for the DTC instance specified by the DtcName parameter.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples


Example 1

PS C:\> Get-DtcLog
MaxSizeInMB : 512
Path : C:\Windows\system32\MSDtc
SizeInMB : 4



Using Get-DtcLog with no parameters. This will return the Dtc Log File settings for the Local DTC instance.




Example 2

PS C:\> Get-DtcLog <instancename>
MaxSizeInMB : 512
Path : G:\MSDTC\beb6d145-405e-47cd-b326-a5505a461229
SizeInMB : 4



Using Get-DtcLog with a named DTC instance. <instancename> can be any named DTC instance or Local.