Windows PowerShell command on Get-command Install-Dtc
MyWebUniversity

Windows PowerShell command on Get-command Install-Dtc

NAME

Install-Dtc

SYNOPSIS

Installs the local transactions coordinator.

SYNTAX

Install-Dtc [-CimSession ] [-LogPath ] [-StartType {BootStart | SystemStart | AutoStart |

DemandStart | Disabled}] [-ThrottleLimit ] []

DESCRIPTION

The Install-Dtc cmdlet installs the local transactions coordinator.

PARAMETERS

-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 []

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 []

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 []

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 PowerShellr 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 This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/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



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™