New-VolumeIDQualifier

New-VolumeIDQualifier

Creates a volume ID qualifier.

구문

Parameter Set: Default
New-VolumeIDQualifier [-VolumeSignatureCatalogFilePath] <String> [-VersionRule] <VolumeVersionRule> {Equals | GreaterThan | GreaterThanOrEquals} [-InformationAction <System.Management.Automation.ActionPreference> {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend} ] [-InformationVariable <System.String> ] [ <CommonParameters>]

자세한 설명

The New-VolumeIDQualifier cmdlet creates a VolumeIDQualifier object from a volume signature catalog file and an associated rule.

매개 변수

-InformationAction<System.Management.Automation.ActionPreference>

별칭

infa

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-InformationVariable<System.String>

별칭

iv

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-VersionRule<VolumeVersionRule>

Specifies a rule that defines what volume versions the VolumeIDQualifier matches. 이 매개 변수에 허용되는 값은 다음과 같습니다.

-- Equals
-- GreaterThan
-- GreaterThanOrEquals

별칭

none

필수 여부

true

위치

2

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-VolumeSignatureCatalogFilePath<String>

Specifies the path of a volume signature catalog file. This type of file uses the .vsc file name extension.

별칭

none

필수 여부

true

위치

1

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

  • String, VolumeVersionRule

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

  • VolumeIDQualifier

    This object returns a new VolumeIDQualifier object. Provide this object to the Protect-ShieldingDataFile to create a provisioning data file.

Example 1: Create a volume ID qualifier

This command creates a VolumeIDQualifier object that contains information associated with a .vsc file. The VolumeSignatureCatalogFilePath parameter the .vsc file.

PS C:\> New-VolumeIDQualifier -VolumeSignatureCatalogFilePath "SignatureCatalog.vsc" -VolumeVersionRule Equals

관련 항목

Protect-ShieldingDataFile