Get-MPIOAvailableHW

Get-MPIOAvailableHW

Lists devices available to the system that can be managed by the Microsoft Device Specific Module (MSDSM) for Multipath I/O (MPIO).

Sintaxis

Parameter Set: DefaultSet
Get-MPIOAvailableHW [[-VendorId] <String[]> ] [[-ProductId] <String[]> ] [-AsJob] [-BusType <BusType[]> ] [-CimSession <CimSession[]> ] [-IsMultipathed <Boolean[]> ] [-IsSPC3Supported <Boolean[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Descripción detallada

The cmdlet lists available hardware devices in the system that can be managed by the Microsoft Device Specific Module (MSDSM) for Multipath I/O (MPIO).

Note: To add one of the devices to MSDSM supported hardware list, use the vendor identifier (ID) and product ID of the device that are outputs from this cmdlet as inputs for the New-MSDSMSupportedHW cmdlet.

Parámetros

-AsJob

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-BusType<BusType[]>

Specifies the bus type via which the device is connected to the system. Los valores aceptables para este parámetro son los siguientes: iSCSI, SAS, and FibreChannel.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-CimSession<CimSession[]>

Ejecuta el cmdlet en una sesión remota o en un equipo remoto. Escriba un nombre de equipo o un objeto de sesión, como la salida de un cmdlet New-CimSession o Get-CimSession. El valor predeterminado es la sesión actual en el equipo local.

Alias

Session

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-IsMultipathed<Boolean[]>

Specifies that the device is currently multipath enabled by Microsoft MPIO.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-IsSPC3Supported<Boolean[]>

Specifies that the supported specification of the device is T10 SPC3 or later.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-ProductId<String[]>

Specifies the product ID of the device.

Alias

ninguno

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-ThrottleLimit<Int32>

Especifica el número máximo de operaciones simultáneas que se pueden establecer para ejecutar el cmdlet. Si se omite este parámetro o es especifica un valor de 0, Windows PowerShell ® calcula un límite óptimo para el cmdlet en función del número de cmdlets de CIM que se estén ejecutando en el equipo. El límite solo se aplica al cmdlet actual, no a la sesión ni al equipo.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-VendorId<String[]>

Specifies the vendor ID of the device.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • None

Ejemplos

EXAMPLE 1

This example returns a list of multipath-capable devices currently connected to the system.

PS C:\> Get-MPIOAvailableHW

EXAMPLE 2

This example returns a list of multipath-capable devices currently connected to the system via iSCSI.

PS C:\> Get-MPIOAvailableHW -BusType iSCSI

Temas relacionados

New-MSDSMSupportedHW