Skip to main content
SnapCenter 6.0 cmdlets

Get-SdAluaPaths

Contributors

Lists all available ALUA-enabled disks and their state.

Syntax

Get-SdAluaPaths [-Paths]  <String[]>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Lists all available ALUA-enabled disks and their state.

Parameters

Name Description Required? Pipeline Input Default Value

Paths

Specifies the drive letter or mount point of the file system.

false

true (ByPropertyName)

Session

false

true (ByPropertyName)

Host

Specifies the name of the host.

false

true (ByPropertyName)

Examples

Example 1: Listing all ALUA enabled disks

 PS C:\> Get-SdAluaPaths

This example syntax lists information about all ALUA enabled disks.