Files
runner-images-sangeeth/images/win/scripts/Installers/Windows2016/Validate-WDK.ps1
2019-12-11 14:58:32 -05:00

14 lines
512 B
PowerShell

################################################################################
## File: Validate-WDK.ps1
## Team: CI-X
## Desc: Validate the installation of the Windows Driver Kit
################################################################################
# Adding description of the software to Markdown
$SoftwareName = "Windows Driver Kit"
$Description = @"
_Version:_ 10.0.17763.0<br/>
"@
Add-SoftwareDetailsToMarkdown -SoftwareName $SoftwareName -DescriptionMarkdown $Description