2
2
description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3
3
external help file : Microsoft.FailoverClusters.PowerShell.dll-Help.xml
4
4
Module Name : FailoverClusters
5
- ms.date : 10/21 /2022
5
+ ms.date : 11/22 /2022
6
6
online version : https://learn.microsoft.com/powershell/module/failoverclusters/add-clusterfileserverrole?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Add-ClusterFileServerRole
@@ -42,15 +42,15 @@ clustered file server should use.
42
42
Add-ClusterFileServerRole -Storage "Cluster Disk 8"
43
43
```
44
44
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.
46
46
47
47
### Example 2: Create and name a clustered file server
48
48
49
49
``` powershell
50
50
Add-ClusterFileServerRole -Storage "Cluster Disk 6" -Name cluster1FS12
51
51
```
52
52
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
54
54
` cluster1FS12 ` .
55
55
56
56
### 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
59
59
Add-ClusterFileServerRole -Storage "Cluster Disk 8" -Wait 0
60
60
```
61
61
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.
63
63
The cmdlet completes without waiting for all resources to come online.
64
64
65
65
## PARAMETERS
0 commit comments