Edit

Share via


Start-NetworkAtc

Starts the Network ATC service on specified hosts.

Syntax

ComputerName (Default)

Start-NetworkAtc
    [[-ComputerName] <String>]
    [<CommonParameters>]

Cluster

Start-NetworkAtc
    [-ClusterName] <String>
    [<CommonParameters>]

Description

The Start-NetworkATC cmdlet starts the ATC service on all hosts for a cluster or a given single node.

Examples

Example 1

Start-NetworkAtc -ComputerName "Server01"

This example starts the Network ATC service on the host specified by the computer name Server01.

Parameters

-ClusterName

Specifies the name of the cluster on which to start the Network ATC service on all hosts.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Cluster
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ComputerName

Specifies the name of the computer on which to start the Network ATC service.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ComputerName
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.