external help file | Module Name | online version | schema |
---|---|---|---|
Diag-V-help.xml |
Diag-V |
2.0.0 |
Queries all CSVs that are part of the Hyper-V cluster and returns detailed information about each CSV.
Get-CSVInfo [[-Credential] <PSCredential>] [<CommonParameters>]
Discovers all cluster shared volumes (CSV) associated with the Hyper-V cluster. Resolves all cluster shared volumes to a physical disk and returns information regarding the CSV and associated physical drive.
Get-CSVInfo
Returns cluster shared volumes and information related to the physical disk association of each CSV.
Get-CSVInfo -Credential
Returns cluster shared volumes and information related to the physical disk association of each CSV. The provided credentials are used.
PSCredential object for storing provided creds
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Author: Jake Morrison - @jakemorrison - https://techthoughts.info/ See the README for more details if you want to run this function remotely. This function will only work on Hyper-V clusters.