Skip to content

Commit abead04

Browse files
robinharwoodmichaeltlombardi
authored andcommitted
Minor formatting and ms.date update
1 parent 7c223b5 commit abead04

29 files changed

+40
-40
lines changed

docset/winserver2022-ps/failoverclusters/Add-ClusterCheckpoint.md

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustercheckpoint?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterCheckpoint

docset/winserver2022-ps/failoverclusters/Add-ClusterDisk.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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clusterdisk?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterDisk
@@ -56,8 +56,8 @@ specific SCSI address, and adds it to Available Storage cluster group.
5656
Get-Disk -Number 11 | Add-ClusterDisk
5757
```
5858

59-
This example clusters a physical disk. This cmdlet adds a physical disk to the cluster _Available
60-
Storage _.
59+
This example clusters a physical disk. This cmdlet adds a physical disk to the cluster
60+
_Available Storage_.
6161

6262
## PARAMETERS
6363

docset/winserver2022-ps/failoverclusters/Add-ClusterFileServerRole.md

Lines changed: 4 additions & 4 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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clusterfileserverrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterFileServerRole
@@ -42,15 +42,15 @@ clustered file server should use.
4242
Add-ClusterFileServerRole -Storage "Cluster Disk 8"
4343
```
4444

45-
This example creates a clustered file server using Cluster Disk 8, and assigns a default name.
45+
This example creates a clustered file server using `Cluster Disk 8`, and assigns a default name.
4646

4747
### Example 2: Create and name a clustered file server
4848

4949
```powershell
5050
Add-ClusterFileServerRole -Storage "Cluster Disk 6" -Name cluster1FS12
5151
```
5252

53-
This example creates a clustered file server using Cluster Disk 6, and assigns the name
53+
This example creates a clustered file server using `Cluster Disk 6`, and assigns the name
5454
`cluster1FS12`.
5555

5656
### Example 3: Create a clustered file server with no waiting for resources
@@ -59,7 +59,7 @@ This example creates a clustered file server using Cluster Disk 6, and assigns t
5959
Add-ClusterFileServerRole -Storage "Cluster Disk 8" -Wait 0
6060
```
6161

62-
This example creates a clustered file server using Cluster Disk 8, and assigns a default name.
62+
This example creates a clustered file server using `Cluster Disk 8`, and assigns a default name.
6363
The cmdlet completes without waiting for all resources to come online.
6464

6565
## PARAMETERS

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericApplicationRole.md

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergenericapplicationrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGenericApplicationRole

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericScriptRole.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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergenericscriptrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGenericScriptRole
@@ -53,7 +53,7 @@ Add-ClusterGenericScriptRole -ScriptFilePath "script1.vbs" -Storage "Cluster Dis
5353
```
5454

5555
This example configures the script named `script1.vbs` to run within a failover cluster and use
56-
Cluster Disk 4. The cmdlet assigns the clustered script the name script1.
56+
`Cluster Disk 4`. The cmdlet assigns the clustered script the name script1.
5757

5858
### Example 3: Configure a script to run on a fail over cluster without waiting for resources
5959

docset/winserver2022-ps/failoverclusters/Add-ClusterGenericServiceRole.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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergenericservicerole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGenericServiceRole
@@ -52,7 +52,7 @@ address, and doesn't assign a disk.
5252
Add-ClusterGenericServiceRole -ServiceName "Service1" -Storage "Cluster Disk 6"
5353
```
5454

55-
This example configures Service1 as a generic clustered service using Cluster Disk 6, and assigns
55+
This example configures Service1 as a generic clustered service using `Cluster Disk 6`, and assigns
5656
defaults for the name and IP address.
5757

5858
## PARAMETERS

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

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergroup?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGroup

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

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergroupsetdependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGroupSetDependency

docset/winserver2022-ps/failoverclusters/Add-ClusterGroupToSet.md

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clustergrouptoset?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterGroupToSet

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

Lines changed: 1 addition & 1 deletion
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clusternode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterNode

0 commit comments

Comments
 (0)