Skip to content

Instantly share code, notes, and snippets.

View HHsomeHand's full-sized avatar
🙂
Learning...

HHsomeHand HHsomeHand

🙂
Learning...
View GitHub Profile
@neggles
neggles / New-GPUPDriverPackage.ps1
Last active March 21, 2025 15:20
Hyper-V GPU Virtualization
<#
.SYNOPSIS
Create a GPU-P Guest driver package.
.DESCRIPTION
Gathers the necessary files for a GPU-P enabled Windows guest to run.
.EXAMPLE
New-GPUPDriverPackage -DestinationPath '.'
.EXAMPLE
New-GPUPDriverPackage -Filter 'nvidia' -DestinationPath '.'
.INPUTS