Test-ShieldingDataApplicability
Verifies a shielding data file can be used with a given volume signature catalog.
Syntax
Default (Default)
Test-ShieldingDataApplicability
[-ShieldingDataFilePath] <String>
[-VolumeSignatureCatalogPath] <String>
[<CommonParameters>]
Description
The Test-ShieldingDataApplicability cmdlet verifies a shielding data file can be used with a given volume signature catalog.
Examples
Example 1: Verify that a shielding data file can be used with a given volume signature catalog
PS C:\>Test-ShieldingDataApplicability -ShieldingDataFilePath "C:\temp\Tenant01-Shielded.pdk" -VolumeSignatureCatalogPath "C:\temp\templatedisk.vsc"
This command verifies that the shielding data file located at C:\temp\Tenant01-Shielded.pdk can be used to provision new shielded virtual machines using the template disk with the volume signature catalog located at C:\temp\templatedisk.vsc.
Parameters
-ShieldingDataFilePath
Specifies the path to a shielding data file (.pdk).
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-VolumeSignatureCatalogPath
Specifies the path to a volume signature catalog file (.vsc).
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.