windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

How can I know the detailed properties of object "SharedVolumeInfo" from FailoverClusters.PowerShell.ClusterSharedVolume?

Open pcgeng opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
  • [X] Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Typo in Get-Foo cmdlet" instead of "Typo."
  • [X] Verify Version: If there is a mismatch between documentation and the behavior on your system, ensure that the version you are using is the same as the documentation. Check this box if they match or the issue you are reporting is not version specific.

Links

https://learn.microsoft.com/en-us/powershell/module/failoverclusters/get-clustersharedvolume?view=windowsserver2022-ps#outputs

Summary

How can I know the properties of object "SharedVolumeInfo" when using "Get-ClusterSharedVolume | Format-List -Property *"?

Is there any documentation for the properties summary?

$PSVersionTable Name Value


PSVersion 5.1.20348.859 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.20348.859 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1

Details

No response

Suggested Fix

No response

pcgeng avatar Oct 21 '24 03:10 pcgeng