Get-MSDSMAutomaticClaimSettings

Get-MSDSMAutomaticClaimSettings

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

구문

Get-MSDSMAutomaticClaimSettings [ <CommonParameters>]

자세한 설명

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.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • none

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Cim.Instance

예제

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 

관련 항목

Get-MSDSMSupportedHW

Disable-MSDSMAutomaticClaim

Enable-MSDSMAutomaticClaim