Get-MSDSMAutomaticClaimSettings

Get-MSDSMAutomaticClaimSettings

Gets the settings for MSDSM automatically claiming SAN disks for MPIO.

Sintaxis

Get-MSDSMAutomaticClaimSettings [ <CommonParameters>]

Descripción detallada

The Get-MSDSMAutomaticClaimSettings cmdlet gets the settings for a Microsoft Device Specific Module (MSDSM) automatically claiming storage area network (SAN) disks for Microsoft Multipath I/O (MPIO).

MSDSM can automatically claim serial attached storage (SAS) or Internet Small Computer System Interface (iSCSI) or both or neither. Use the Enable-MSDSMAutomaticClaim cmdlet or the Disable-MSDSMAutomaticClaim cmdlet to change the settings.

Parámetros

<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.

  • Cim.Instance

Ejemplos

Example 1: Get automatic claim settings

This command gets the automatic claim settings for MSDSM. In this instance, MSDSM automatically claims SAS disks, but not iSCSI disks.

PS C:\> Get-MSDSMAutomaticClaimSettings 

Temas relacionados

Get-MSDSMSupportedHW

Disable-MSDSMAutomaticClaim

Enable-MSDSMAutomaticClaim