Support for WS2019 Distributed Network Name CNO Feature #207
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Hi,
I am planning on using DSC for MSSQL VM config in Azure, and am wondering if the new "Distributed Network Name" feature available in Windows Server 2019 is accessible via xFailoverCluster.
Ref: https://techcommunity.microsoft.com/t5/Failover-Clustering/Windows-Server-2016-2019-Cluster-Resource-Resource-Types/ba-p/372163
https://blogs.windows.com/windowsexperience/2018/08/14/announcing-windows-server-2019-insider-preview-build-17733/#5H4XED7gKCoCgttc.97
The goal being something equivalent to something like (in PS), particularly the parameter "-ManagementPointNetworkType Distributed":
New-Cluster –Name ${clusterName} -Force –Node ${server1}, ${server2} -AdministrativeAccessPoint ActiveDirectoryAndDns -ManagementPointNetworkType Distributed -NoStorage
The text was updated successfully, but these errors were encountered: