Skip to content

Commit 9eb9288

Browse files
authored
Update New-Cluster.md
Added Manamgementpointnetworktype
1 parent 402d37e commit 9eb9288

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Creates a new failover cluster.
1818
```
1919
New-Cluster [-Name] <String> [-Node <StringCollection>] [-StaticAddress <StringCollection>]
2020
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D]
21+
[-ManagementPointNetworkType <AdminAccessPointResType>]
2122
[-AdministrativeAccessPoint <AdminAccessPoint>] [-Force] [<CommonParameters>]
2223
```
2324

@@ -167,6 +168,28 @@ Accept pipeline input: False
167168
Accept wildcard characters: False
168169
```
169170
171+
### -ManagementPointNetworkType
172+
Specifies the network configuration used to determine IP address settings.
173+
174+
The acceptable values for this parameter are:
175+
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)
177+
- Singleton: The traditional method of DHCP or static IP address.
178+
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
179+
180+
```yaml
181+
Type: AdminAccessPointResType
182+
Parameter Sets: (All)
183+
Aliases:
184+
185+
Required: False
186+
Position: Named
187+
Default value: Automatic
188+
Accept pipeline input: False
189+
Accept wildcard characters: False
190+
```
191+
192+
170193
### -Name
171194

172195
Specifies the name of the cluster to create.

0 commit comments

Comments
 (0)