Edit

Share via


Stop-NetworkAtc

Stops the Network ATC service on specified hosts.

Syntax

ComputerName (Default)

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

Cluster

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

Description

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

Examples

Example 1

Stop-NetworkAtc -ComputerName "Server01"

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

Parameters

-ClusterName

Specifies the name of the cluster on which to stop 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 stop 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.