< Back
Install-Dtc
Post
NAME Install-Dtc
SYNOPSIS
Installs the local transactions coordinator.
SYNTAX
Install-Dtc [-CimSession <CimSession[]>] [-LogPath <String>] [-StartType {BootStart | SystemStart | AutoStart | DemandStart | Disabled}]
[-ThrottleLimit <Int32>] [<CommonParameters>]
DESCRIPTION
The Install-Dtc cmdlet installs the local transactions coordinator.
PARAMETERS
-CimSession [<CimSession[]>]
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession
or Get-CimSession cmdlet. The default is the current session on the local computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-LogPath [<String>]
Specifies the path of the log file. If not specified, this cmdlet uses the default log path.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-StartType [<String>]
Specifies the start type for the local transactions coordinator. The acceptable values for this parameter are:
-- AutoStart
-- DemandStart
-- Disabled
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-ThrottleLimit [<Int32>]
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0
is entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running
on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Example 1: Install DTC
PS C:\\>Install-Dtc -LogPath "C:\\log" -StartType "AutoStart"
This command installs local DTC. The command specfies AutoStart as the start type.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=317165
Get-Dtc
Start-Dtc
Stop-Dtc
Test-Dtc
Uninstall-Dtc
SYNOPSIS
Installs the local transactions coordinator.
SYNTAX
Install-Dtc [-CimSession <CimSession[]>] [-LogPath <String>] [-StartType {BootStart | SystemStart | AutoStart | DemandStart | Disabled}]
[-ThrottleLimit <Int32>] [<CommonParameters>]
DESCRIPTION
The Install-Dtc cmdlet installs the local transactions coordinator.
PARAMETERS
-CimSession [<CimSession[]>]
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession
or Get-CimSession cmdlet. The default is the current session on the local computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-LogPath [<String>]
Specifies the path of the log file. If not specified, this cmdlet uses the default log path.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-StartType [<String>]
Specifies the start type for the local transactions coordinator. The acceptable values for this parameter are:
-- AutoStart
-- DemandStart
-- Disabled
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-ThrottleLimit [<Int32>]
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0
is entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running
on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Example 1: Install DTC
PS C:\\>Install-Dtc -LogPath "C:\\log" -StartType "AutoStart"
This command installs local DTC. The command specfies AutoStart as the start type.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=317165
Get-Dtc
Start-Dtc
Stop-Dtc
Test-Dtc
Uninstall-Dtc