Skip to content

Instantly share code, notes, and snippets.

@drewmoseley
Created September 9, 2025 12:50
Show Gist options
  • Select an option

  • Save drewmoseley/cccec6e4cff48f4c41def07e534dd308 to your computer and use it in GitHub Desktop.

Select an option

Save drewmoseley/cccec6e4cff48f4c41def07e534dd308 to your computer and use it in GitHub Desktop.
VirtIO verify
Get-WmiObject Win32_PnPSignedDriver | Where-Object { $_.DeviceName -like "*VirtIO*" } | Select-Object DeviceName, DriverProviderName, DriverVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment