You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
156
+
157
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
The **Stop-Cluster** cmdlet stops the Cluster service on all nodes in a failover cluster, which will stop all services and applications configured in the cluster.
30
-
A node can only function as part of the cluster when the Cluster service is running on that node.
34
+
35
+
The **Stop-Cluster** cmdlet stops the Cluster service on all nodes in a failover cluster, which will
36
+
stop all services and applications configured in the cluster. A node can only function as part of
37
+
the cluster when the Cluster service is running on that node.
31
38
32
39
## EXAMPLES
33
40
34
41
### Example 1: Stop Cluster service on all nodes of the local cluster
42
+
35
43
```
36
44
PS C:\> Stop-Cluster
37
45
```
38
46
39
-
This example stops the Cluster service on all nodes in the local cluster, which will stop all services and applications configured in the cluster.
47
+
This example stops the Cluster service on all nodes in the local cluster, which will stop all
48
+
services and applications configured in the cluster.
40
49
41
50
### Example 2: Stop Cluster service on all nodes of a cluster
51
+
42
52
```
43
53
PS C:\> Stop-Cluster -Name cluster1
44
54
```
45
55
46
-
This example stops the Cluster service on all nodes in the cluster named cluster1, which will stop all services and applications configured in the cluster.
56
+
This example stops the Cluster service on all nodes in the cluster named cluster1, which will stop
57
+
all services and applications configured in the cluster.
47
58
48
59
## PARAMETERS
49
60
50
61
### -Cluster
51
-
Specifies the name of the cluster on which to run this cmdlet.
52
-
If the input for this parameter is `.` or it is omitted, then the cmdlet runs on the local cluster.
62
+
63
+
Specifies the name of the cluster on which to run this cmdlet. If the input for this parameter is
64
+
`.` or it is omitted, then the cmdlet runs on the local cluster.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
162
+
163
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
130
+
131
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments