Skip to content

Commit a0fbfa4

Browse files
committed
Update New-Cluster.md
1 parent d8da01a commit a0fbfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates a new failover cluster.
1818
```
1919
New-Cluster [-Name] <String> [-Node <StringCollection>] [-StaticAddress <StringCollection>]
2020
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D] [-AdministrativeAccessPoint <AdminAccessPoint>]
21-
[-Force] [-ManagementPointNetworkType {Automatic | Singleton | Distributed}] [<CommonParameters>]
21+
[-Force] [-ManagementPointNetworkType <AdminAccessPointResType>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -173,7 +173,7 @@ Specifies the network configuration used to determine IP address settings.
173173
174174
The acceptable values for this parameter are:
175175
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)
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)
177177
- Singleton: The traditional method of DHCP or static IP address.
178178
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
179179

0 commit comments

Comments
 (0)