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

+1-1
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

+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/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

+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/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

+1-1
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

+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/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

+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/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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

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

+1-1
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-clusterresource?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterResource

docset/winserver2022-ps/failoverclusters/Add-ClusterResourceDependency.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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clusterresourcedependency?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterResourceDependency
@@ -39,7 +39,7 @@ is taken offline before the resources on which it depends.
3939
Add-ClusterResourceDependency -Resource "FileServer-(cluster1FS12)" -Provider "Cluster Disk 4"
4040
```
4141

42-
This example adds the resource named Cluster Disk 4 to the list of resources on which the resource
42+
This example adds the resource named `Cluster Disk 4` to the list of resources on which the resource
4343
called `FileServer-(cluster1FS12)` depends.
4444

4545
## PARAMETERS

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

+1-1
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-clusterresourcetype?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterResourceType

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

+1-1
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-clusterscaleoutfileserverrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterScaleOutFileServerRole

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

+1-1
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-clustersharedvolume?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterSharedVolume

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

+1-1
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-clustervmmonitoreditem?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterVMMonitoredItem

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

+1-1
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-clustervirtualmachinerole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusterVirtualMachineRole

docset/winserver2022-ps/failoverclusters/Add-ClusteriSCSITargetServerRole.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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/add-clusteriscsitargetserverrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-ClusteriSCSITargetServerRole
@@ -33,7 +33,7 @@ The `Add-ClusteriSCSITargetServerRole` cmdlet creates a highly available iSCSI T
3333
Add-ClusteriSCSITargetServerRole -Storage "Cluster Disk 5"
3434
```
3535

36-
This example creates a clustered iSCSI Target server using Cluster Disk 5, and assigns a default
36+
This example creates a clustered iSCSI Target server using `Cluster Disk 5`, and assigns a default
3737
name.
3838

3939
### Example 2
@@ -42,7 +42,7 @@ name.
4242
Add-ClusteriSCSITargetServerRole -Storage "Cluster Disk 5" -Name MyiSCSITarget
4343
```
4444

45-
This example creates a clustered iSCSI Target server using Cluster Disk 5, and assigns the name
45+
This example creates a clustered iSCSI Target server using `Cluster Disk 5`, and assigns the name
4646
`MyiSCSITarget`.
4747

4848
### Example 3
@@ -51,7 +51,7 @@ This example creates a clustered iSCSI Target server using Cluster Disk 5, and a
5151
Add-ClusteriSCSITargetServerRole -Storage "Cluster Disk 5" -Wait 0
5252
```
5353

54-
This example creates a clustered iSCSI Target server using Cluster Disk 5, and assigns a default
54+
This example creates a clustered iSCSI Target server using `Cluster Disk 5`, and assigns a default
5555
name. The cmdlet completes without waiting for all resources to come online.
5656

5757
## PARAMETERS

docset/winserver2022-ps/failoverclusters/Block-ClusterAccess.md

+1-1
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/block-clusteraccess?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Block-ClusterAccess

docset/winserver2022-ps/failoverclusters/Clear-ClusterDiskReservation.md

+1-1
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/clear-clusterdiskreservation?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Clear-ClusterDiskReservation

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

+1-1
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/clear-clusternode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Clear-ClusterNode

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

+1-1
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/disable-clusterstoragespacesdirect?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Disable-ClusterStorageSpacesDirect

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Storage Spaces Direct 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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/enable-clusterstoragespacesdirect?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Enable-ClusterStorageSpacesDirect

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

+1-1
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/get-cluster?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-Cluster

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

+1-1
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/get-clusteraccess?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterAccess

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

+1-1
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/get-clusteravailabledisk?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterAvailableDisk

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

+1-1
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/get-clustercheckpoint?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterCheckpoint

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

+1-1
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-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/get-clusterdiagnosticinfo?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterDiagnosticInfo

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

+1-1
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/22/2022
66
online version: https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterfaultdomain?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ClusterFaultDomain

0 commit comments

Comments
 (0)