Skip to content

Commit 61a39d2

Browse files
Merge pull request MicrosoftDocs#3200 from robinharwood/roharwoo_failoverclusters_text_formatting_2
FailoverClusters BulkFixup (2/4) - Text formatting updates
2 parents 42295a4 + a986df2 commit 61a39d2

29 files changed

+102
-102
lines changed

docset/winserver2022-ps/failoverclusters/Get-ClusterFaultDomainXML.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterFaultDomain.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterfaultdomainxml?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterFaultDomainXML
@@ -22,7 +22,7 @@ Get-ClusterFaultDomainXML [-Flags <UInt32>] [-CimSession <CimSession[]>] [-Throt
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterFaultDomainXML** cmdlet gets the fault domain as an XML string.
25+
The `Get-ClusterFaultDomainXML` cmdlet gets the fault domain as an XML string.
2626

2727
## EXAMPLES
2828

docset/winserver2022-ps/failoverclusters/Get-ClusterGroup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clustergroup?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterGroup
@@ -22,7 +22,7 @@ Get-ClusterGroup [[-Name] <StringCollection>] [-VMId <Guid>] [-InputObject <PSOb
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterGroup** cmdlet gets information about one or more clustered roles (resource groups)
25+
The `Get-ClusterGroup` cmdlet gets information about one or more clustered roles (resource groups)
2626
in a failover cluster.
2727

2828
A resource group is the unit of failover. During failover, all resources in the resource group move

docset/winserver2022-ps/failoverclusters/Get-ClusterGroupSet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterCollection.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clustergroupset?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterGroupSet
@@ -22,7 +22,7 @@ Get-ClusterGroupSet [[-Name] <String[]>] [-IsGlobal <Boolean[]>] [-CimSession <C
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterGroupSet** cmdlet gets all the group sets in the cluster.
25+
The `Get-ClusterGroupSet` cmdlet gets all the group sets in the cluster.
2626

2727
## EXAMPLES
2828

docset/winserver2022-ps/failoverclusters/Get-ClusterGroupSetDependency.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterCollection.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clustergroupsetdependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterGroupSetDependency
@@ -23,7 +23,7 @@ Get-ClusterGroupSetDependency [-ContainedGroup <String>] [-Name <String>] [-Prov
2323

2424
## DESCRIPTION
2525

26-
The **Get-ClusterGroupSetDependency** cmdlet gets the cluster group sets based on dependency
26+
The `Get-ClusterGroupSetDependency` cmdlet gets the cluster group sets based on dependency
2727
relationships. You can get all sets that are dependent on a specific set.
2828

2929
## EXAMPLES

docset/winserver2022-ps/failoverclusters/Get-ClusterLog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterlog?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterLog
@@ -23,7 +23,7 @@ Get-ClusterLog [[-Node] <StringCollection>] [-Destination <String>] [-TimeSpan <
2323

2424
## DESCRIPTION
2525

26-
The **Get-ClusterLog** cmdlet creates a log file for all nodes, or a specific a node, in a failover
26+
The `Get-ClusterLog` cmdlet creates a log file for all nodes, or a specific a node, in a failover
2727
cluster.
2828

2929
When creating a log file for the cluster, you can specify the timespan that you want logged
@@ -159,7 +159,7 @@ Accept wildcard characters: False
159159

160160
### -SkipClusterState
161161

162-
Indicates that the cmdlet does not add additional cluster state information to the cluster logs.
162+
Indicates that the cmdlet doesn't add additional cluster state information to the cluster logs.
163163

164164
```yaml
165165
Type: SwitchParameter

docset/winserver2022-ps/failoverclusters/Get-ClusterNetwork.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusternetwork?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterNetwork
@@ -22,7 +22,7 @@ Get-ClusterNetwork [[-Name] <StringCollection>] [-InputObject <PSObject>] [-Clus
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterNetwork** cmdlet gets information about one or more networks in a failover cluster.
25+
The `Get-ClusterNetwork` cmdlet gets information about one or more networks in a failover cluster.
2626
A failover cluster requires network connectivity among nodes and between clients and nodes.
2727

2828
## EXAMPLES

docset/winserver2022-ps/failoverclusters/Get-ClusterNetworkInterface.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusternetworkinterface?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterNetworkInterface
@@ -22,7 +22,7 @@ Get-ClusterNetworkInterface [[-Name] <StringCollection>] [-Node <StringCollectio
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterNetworkInterface** cmdlet gets information about one or more network adapters in a
25+
The `Get-ClusterNetworkInterface` cmdlet gets information about one or more network adapters in a
2626
failover cluster. A failover cluster requires network connectivity among nodes and between clients
2727
and nodes.
2828

docset/winserver2022-ps/failoverclusters/Get-ClusterNode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusternode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterNode
@@ -22,12 +22,12 @@ Get-ClusterNode [[-Name] <StringCollection>] [-InputObject <PSObject>] [-Cluster
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterNode** cmdlet gets information about one or more nodes, or servers, in a failover
25+
The `Get-ClusterNode` cmdlet gets information about one or more nodes, or servers, in a failover
2626
cluster.
2727

2828
Use this cmdlet to obtain information about the node status. To see the resources currently owned by
2929
a particular node, specify that node in this cmdlet and then pipe the results through the
30-
**Get-ClusterResource** cmdlet.
30+
`Get-ClusterResource` cmdlet.
3131

3232
## EXAMPLES
3333

docset/winserver2022-ps/failoverclusters/Get-ClusterOwnerNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterownernode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterOwnerNode
@@ -23,7 +23,7 @@ Get-ClusterOwnerNode [-Resource <String>] [-Group <String>] [-ResourceType <Stri
2323

2424
## DESCRIPTION
2525

26-
The **Get-ClusterOwnerNode** cmdlet gets information about which nodes can own a resource in a
26+
The `Get-ClusterOwnerNode` cmdlet gets information about which nodes can own a resource in a
2727
failover cluster or information about the order of preference among owner nodes for a clustered
2828
role.
2929

docset/winserver2022-ps/failoverclusters/Get-ClusterParameter.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterparameter?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterParameter
@@ -22,7 +22,7 @@ Get-ClusterParameter [[-Name] <StringCollection>] [-InputObject <PSObject>] [-Cl
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterParameter** cmdlet gets detailed information about an object in a failover cluster,
25+
The `Get-ClusterParameter` cmdlet gets detailed information about an object in a failover cluster,
2626
such as a cluster resource. This cmdlet is used to manage private properties for a cluster object.
2727
To get and set common properties for a cluster object, use the appropriate Get-Cluster* cmdlet to
2828
get the cluster object of interest and then set the property of interest on that cluster object
@@ -31,17 +31,17 @@ directly.
3131
The type of detailed information you can obtain with this cmdlet depends on the cmdlet you combine
3232
with it. For example:
3333

34-
- If you use this cmdlet with the **Get-ClusterResource** cmdlet for a disk resource, then you can
34+
- If you use this cmdlet with the `Get-ClusterResource` cmdlet for a disk resource, then you can
3535
obtain the disk signature or GUID of a disk and information about whether maintenance is turned on
3636
for that disk.
3737

38-
- If you use this cmdlet with the **Get-ClusterResource** cmdlet for a Network Name resource, then
38+
- If you use this cmdlet with the `Get-ClusterResource` cmdlet for a Network Name resource, then
3939
you can obtain DNS-related information about the resource.
4040

41-
- If you use this cmdlet with the **Get-ClusterResource** cmdlet for an IP address resource, then
41+
- If you use this cmdlet with the `Get-ClusterResource` cmdlet for an IP address resource, then
4242
you can obtain DHCP-related information about the IP Address resource.
4343

44-
- If you use this cmdlet with the **Get-ClusterResource** cmdlet for resources used by virtual
44+
- If you use this cmdlet with the `Get-ClusterResource` cmdlet for resources used by virtual
4545
machines, then you can obtain details about the settings for the virtual machines.
4646

4747
## EXAMPLES

docset/winserver2022-ps/failoverclusters/Get-ClusterQuorum.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterquorum?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterQuorum
@@ -21,7 +21,7 @@ Get-ClusterQuorum [[-Cluster] <String>] [-InputObject <PSObject>] [<CommonParame
2121

2222
## DESCRIPTION
2323

24-
The **Get-ClusterQuorum** cmdlet gets information about the quorum configuration of a failover
24+
The `Get-ClusterQuorum` cmdlet gets information about the quorum configuration of a failover
2525
cluster.
2626

2727
The quorum configuration in a failover cluster determines the number of failures that the cluster

docset/winserver2022-ps/failoverclusters/Get-ClusterResource.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterresource?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterResource
@@ -22,13 +22,13 @@ Get-ClusterResource [[-Name] <StringCollection>] [-VMId <Guid>] [-InputObject <P
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterResource** cmdlet gets information about one or more resources in a failover
25+
The `Get-ClusterResource` cmdlet gets information about one or more resources in a failover
2626
cluster.
2727

2828
To set a common property for a clustered resource, use this cmdlet to get the object for the
2929
clustered resource, and then set the appropriate property on that object directly. To get and set
30-
more specific information about a clustered resource, use this cmdlet with Get-ClusterParameter and
31-
Set-ClusterParameter.
30+
more specific information about a clustered resource, use this cmdlet with `Get-ClusterParameter`
31+
and `Set-ClusterParameter`.
3232

3333
## EXAMPLES
3434

docset/winserver2022-ps/failoverclusters/Get-ClusterResourceDependency.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterresourcedependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterResourceDependency
@@ -23,7 +23,7 @@ Get-ClusterResourceDependency [[-Resource] <StringCollection>] [-Guid] [-InputOb
2323

2424
## DESCRIPTION
2525

26-
The **Get-ClusterResourceDependency** cmdlet gets information about the dependencies that have been
26+
The `Get-ClusterResourceDependency` cmdlet gets information about the dependencies that have been
2727
configured between clustered resources in a failover cluster. Resource dependencies control the
2828
order in which resources are brought online or taken offline in the cluster.
2929

@@ -55,7 +55,7 @@ IP Address 2002:9d38:31ca:8::
5555
```
5656

5757
This example displays the dependencies for each resource in the clustered file server ─resource
58-
group─ called cluster1FS12. Some resources do not have dependencies.
58+
group─ called cluster1FS12. Some resources don't have dependencies.
5959

6060
## PARAMETERS
6161

docset/winserver2022-ps/failoverclusters/Get-ClusterResourceDependencyReport.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterresourcedependencyreport?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterResourceDependencyReport
@@ -22,7 +22,7 @@ Get-ClusterResourceDependencyReport [-Resource <String>] [-Group <String>] [-Inp
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterResourceDependencyReport** cmdlet generates a report that lists the dependencies
25+
The `Get-ClusterResourceDependencyReport` cmdlet generates a report that lists the dependencies
2626
between resources in a failover cluster.
2727

2828
The report has a filename extension of MHT. For convenience in storing and finding the report, you

docset/winserver2022-ps/failoverclusters/Get-ClusterResourceType.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterresourcetype?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterResourceType
@@ -22,7 +22,7 @@ Get-ClusterResourceType [[-Name] <StringCollection>] [-InputObject <PSObject>] [
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterResourceType** cmdlet gets information about one or more resource types in a
25+
The `Get-ClusterResourceType` cmdlet gets information about one or more resource types in a
2626
failover cluster. Obtain information such as the name of the dynamic-link library (DLL) through
2727
which the Cluster service communicates with a particular resource type.
2828

docset/winserver2022-ps/failoverclusters/Get-ClusterSharedVolume.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clustersharedvolume?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterSharedVolume
@@ -22,7 +22,7 @@ Get-ClusterSharedVolume [[-Name] <StringCollection>] [-InputObject <PSObject>] [
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterSharedVolume** cmdlet gets information about Cluster Shared Volumes in a failover
25+
The `Get-ClusterSharedVolume` cmdlet gets information about Cluster Shared Volumes in a failover
2626
cluster.
2727

2828
## EXAMPLES

docset/winserver2022-ps/failoverclusters/Get-ClusterSharedVolumeState.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.FailoverClusters.PowerShell.dll-Help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clustersharedvolumestate?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterSharedVolumeState
@@ -22,7 +22,7 @@ Get-ClusterSharedVolumeState [-Node <StringCollection>] [[-Name] <StringCollecti
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterSharedVolumeState** cmdlet gets the state of Cluster Shared Volumes in a cluster.
25+
The `Get-ClusterSharedVolumeState` cmdlet gets the state of Cluster Shared Volumes in a cluster.
2626

2727
## EXAMPLES
2828

@@ -60,8 +60,8 @@ This command gets the state of Cluster Shared Volumes on the local cluster.
6060

6161
### -Cluster
6262

63-
Specifies the name of the cluster on which to run this cmdlet. If you specify a period (`.`) or do
64-
not specify this parameter, the cmdlet runs on the local cluster.
63+
Specifies the name of the cluster on which to run this cmdlet. If you specify a period (`.`) or
64+
don't specify this parameter, the cmdlet runs on the local cluster.
6565

6666
```yaml
6767
Type: String

docset/winserver2022-ps/failoverclusters/Get-ClusterStorageSpacesDirect.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: ClusterStorageSpacesDirect.cdxml-help.xml
44
Module Name: FailoverClusters
5-
ms.date: 10/21/2022
5+
ms.date: 11/21/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterstoragespacesdirect?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterStorageSpacesDirect
@@ -22,7 +22,7 @@ Get-ClusterStorageSpacesDirect [-Node <String>] [-CimSession <CimSession[]>]
2222

2323
## DESCRIPTION
2424

25-
The **Get-ClusterStorageSpacesDirect** cmdlet gets the Storage Spaces Direct (S2D) settings from a
25+
The `Get-ClusterStorageSpacesDirect` cmdlet gets the Storage Spaces Direct (S2D) settings from a
2626
cluster.
2727

2828
## EXAMPLES
@@ -50,7 +50,7 @@ S2DEnabled : 1
5050
```
5151

5252
This command gets the S2D settings from cluster K0617-C1.contoso.com and pipes the cluster object to
53-
**Get-ClusterStorageSpacesDirect**.
53+
`Get-ClusterStorageSpacesDirect`.
5454

5555
## PARAMETERS
5656

0 commit comments

Comments
 (0)