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 has a flag, -s2d without info. #2053

Closed dharrison4 closed 3 years ago

dharrison4 commented 4 years ago

The docs.microsoft.com isn't very helpful, some people in the official PS discord said they think it's to enable s2d immediately when creating a new cluster without having to run

New-Cluster
Enable-ClusterStorageSpaceDirect

one after the other.

If this is the case then the docs could do with an update or if it is depreciated, then with a warning note or something.

Thank you.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

velkovb commented 3 years ago

@dharrison27 Thank you for your feedback.

The -S2D switch is for creating the cluster and enabling Storage Space Direct in one go. I will update the description of the parameter.