Skip to content

Commit cde1f60

Browse files
committed
Bulk text formatting updates
1 parent be0d8db commit cde1f60

29 files changed

+102
-102
lines changed

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 6 deletions
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

0 commit comments

Comments
 (0)