MicrosoftDocs / windows-powershell-docs

This repo is used to contribute to Windows 10, Windows Server 2016, and MDOP PowerShell module documentation.
Creative Commons Attribution 4.0 International
444 stars 591 forks source link

New-Cluster for Win2022 is missing a parameter "-ManagementPointNetworkType" #3560

Closed codebuilder8 closed 11 months ago

codebuilder8 commented 1 year ago

Prerequisites

Links

https://learn.microsoft.com/en-us/powershell/module/failoverclusters/new-cluster?view=windowsserver2022-ps

Summary

New-Cluster for Win2019 has a parameter for -ManagementPointNetworkType but the doc for Win2022 is missing it.

Details

No response

Suggested Fix

Include -ManagementPointNetworkType in the parameter for Win2022.

msbemba commented 1 year ago

@codebuilder8 Thank you for your feedback. We have made changes to the document via PR#https://github.com/MicrosoftDocs/windows-powershell-docs/pull/3590

Once the author approves, the changes will be live.

Thanks Sri