diff --git a/docset/winserver2022-ps/failoverclusters/New-Cluster.md b/docset/winserver2022-ps/failoverclusters/New-Cluster.md index 98a6c68fd7..5dca9a2fbd 100644 --- a/docset/winserver2022-ps/failoverclusters/New-Cluster.md +++ b/docset/winserver2022-ps/failoverclusters/New-Cluster.md @@ -17,8 +17,8 @@ Creates a new failover cluster. ``` New-Cluster [-Name] [-Node ] [-StaticAddress ] - [-IgnoreNetwork ] [-NoStorage] [-S2D] - [-AdministrativeAccessPoint ] [-Force] [] + [-IgnoreNetwork ] [-NoStorage] [-S2D] [-AdministrativeAccessPoint ] + [-Force] [-ManagementPointNetworkType ] [] ``` ## DESCRIPTION @@ -167,6 +167,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ManagementPointNetworkType +Specifies the network configuration used to determine IP address settings. + +The acceptable values for this parameter are: + +- 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) +- Singleton: The traditional method of DHCP or static IP address. +- Distributed: Uses a Distributed Network Name by using Node IP addresses. + +```yaml +Type: AdminAccessPointResType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Automatic +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name Specifies the name of the cluster to create.