Hardware Certification Cmdlets

適用対象: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview

Windows PowerShell® は、特にシステム管理用に設計されている、タスク ベースのコマンド ライン シェルとスクリプト言語です。IT プロフェッショナルを対象としたこのリファレンス トピックは、Windows PowerShell コマンドレットを活用してタスクをスクリプト化および自動化する場合に役立ちます。

Hardware Certification Cmdlets

This reference provides cmdlet descriptions and syntax for all Windows Hardware Certification Kit (HCK) cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Export-HwCertTestCollectionToXml

Exports a test collection to an .xml file.

Import-HwCertTestCollectionFromXml

Imports a test collection from an .xml file.

Merge-HwCertTestCollectionFromPackage

Merges test result information from several .hckx package files into a single test collection.

Merge-HwCertTestCollectionFromXml

Merges test result information from several test collection files into a single test collection.

New-HwCertProjectDefinitionFile

Creates an HCK project definition file.

New-HwCertTestCollection

Creates a test collection file from a project definition file.

New-HwCertTestCollectionExcelReport

Creates an HCK test summary report.

注意

To list all the cmdlets that are available, use the Get-Command –Module HardwareCertification cmdlet.

コマンドレットの詳細や構文を確認するには、Get-Help <コマンドレット名> コマンドレットを使用します。<コマンドレット名> には、調査対象のコマンドレットの名前を指定します。さらに詳しい情報については、次のコマンドレットを実行してください。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full