Skip to content

Commit 0b29c59

Browse files
authored
Merge pull request MicrosoftDocs#3590 from msbemba/msbemba-patch-1-3
Update New-Cluster.md
2 parents a5b250c + 9a5e9c0 commit 0b29c59

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Creates a new failover cluster.
1717

1818
```
1919
New-Cluster [-Name] <String> [-Node <StringCollection>] [-StaticAddress <StringCollection>]
20-
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D] [-AdministrativeAccessPoint <AdminAccessPoint>]
21-
[-Force] [-ManagementPointNetworkType <AdminAccessPointResType>] [<CommonParameters>]
20+
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D]
21+
[-ManagementPointNetworkType <AdminAccessPointResType>]
22+
[-AdministrativeAccessPoint <AdminAccessPoint>] [-Force] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -172,7 +173,7 @@ Specifies the network configuration used to determine IP address settings.
172173
173174
The acceptable values for this parameter are:
174175
175-
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, it uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176+
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176177
- Singleton: The traditional method of DHCP or static IP address.
177178
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
178179

@@ -188,6 +189,7 @@ Accept pipeline input: False
188189
Accept wildcard characters: False
189190
```
190191

192+
191193
### -Name
192194

193195
Specifies the name of the cluster to create.

0 commit comments

Comments
 (0)