Skip to content

Commit d9d1d70

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 46de96a commit d9d1d70

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Name OwnerNode
4141
clusterSOFS CLUSTER-N2 Online
4242
```
4343

44-
This example creates a highly available Scale-out file server role.
44+
This example creates a highly available scale-out file server role.
4545

4646
### Example 2
4747
```powershell
@@ -53,15 +53,15 @@ Name OwnerNode
5353
clusterSOFS CLUSTER-N2 Pending
5454
```
5555

56-
This example creates a highly available scale out file server role.
56+
This example creates a highly available scale-out file server role.
5757
The cmdlet completes without waiting for all resources to come online.
5858

5959
### Example 3
6060
```powershell
6161
Add-ClusterScaleOutFileServerRole -Cluster MyCluster -Infrastructure -Name InfraSOFSName
6262
```
6363

64-
This example create Scale-Out File Server role - Infrastructure File Server. It will create a single namespace share automatically for the CSV drive (i.e. `\\InfraSOFSName\Volume1`, etc.). In hyper-converged configurations, an Infrastructure SOFS allows an SMB client (Hyper-V host) to communicate with guaranteed Continuous Availability (CA) to the Infrastructure SOFS SMB server. There can be at most only one infrastructure SOFS cluster role on a Failover Cluster.
64+
This example creates an infrastructure file server scale-out file server role. It automatically creates a single namespace share for the CSV drive (such as `\\InfraSOFSName\Volume1`). In hyper-converged configurations, an infrastructure scale-out file server allows an SMB client (Hyper-V host) to communicate with guaranteed continuous availability with the infrastructure scale-out SMB file server. There can be at most only one infrastructure scale-out file server cluster role on a failover cluster.
6565

6666
## PARAMETERS
6767

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
```
8383
8484
### -Infrastructure
85-
Specifies whether to create Infrastructure File Server Scale-Out File Server role
85+
Specifies whether to create an infrastructure file server scale-out file server role.
8686
8787
```yaml
8888
Type: SwitchParameter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Name OwnerNode
4141
clusterSOFS CLUSTER-N2 Online
4242
```
4343

44-
This example creates a highly available Scale-out file server role.
44+
This example creates a highly available scale-out file server role.
4545

4646
### Example 2
4747
```powershell
@@ -61,7 +61,7 @@ The cmdlet completes without waiting for all resources to come online.
6161
Add-ClusterScaleOutFileServerRole -Cluster MyCluster -Infrastructure -Name InfraSOFSName
6262
```
6363

64-
This example create Scale-Out File Server role - Infrastructure File Server. It will create a single namespace share automatically for the CSV drive (i.e. `\\InfraSOFSName\Volume1`, etc.). In hyper-converged configurations, an Infrastructure SOFS allows an SMB client (Hyper-V host) to communicate with guaranteed Continuous Availability (CA) to the Infrastructure SOFS SMB server. There can be at most only one infrastructure SOFS cluster role on a Failover Cluster.
64+
This example creates an infrastructure file server scale-out file server role. It automatically creates a single namespace share for the CSV drive (such as `\\InfraSOFSName\Volume1`). In hyper-converged configurations, an infrastructure scale-out file server allows an SMB client (Hyper-V host) to communicate with guaranteed continuous availability with the infrastructure scale-out SMB file server. There can be at most only one infrastructure scale-out file server cluster role on a failover cluster.
6565

6666
## PARAMETERS
6767

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
```
8383
8484
### -Infrastructure
85-
Specifies whether to create Infrastructure File Server Scale-Out File Server role
85+
Specifies whether to create infrastructure file server scale-out file server role.
8686
8787
```yaml
8888
Type: SwitchParameter

0 commit comments

Comments
 (0)