Hi,
1.Generally, we can use the following command to create the cluster:
New-Cluster -Name clustername -Node node1,node2 -StaticAddress "x.x.x.x" -NoStorage
https://learn.microsoft.com/en-us/powershell/module/failoverclusters/new-cluster?view=win10-ps
I didn't find the parameter "ManagementPointNetworkType", and try to test in Powershell with "Tab" also not appear with it. So you may not add the -ManagementPointNetworkType.
2.Besides, it's not recommended to use the ending .0 and .255 to be static IP addresses. You may definite the cluster IP addresses with another one.
Thanks for your time!
Best Regards,
Anne
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.