Hardware Certification Cmdlets

업데이트 날짜: 2014년 6월

적용 대상: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview

Windows PowerShell IT(정보 기술) 전문가를 위한 이 참조 항목에서는 태스크를 스크립팅하고 자동화하는 Windows PowerShell cmdlet 사용에 대한 지원 정보를 제공합니다.

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.

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full