Created
September 9, 2025 12:50
-
-
Save drewmoseley/cccec6e4cff48f4c41def07e534dd308 to your computer and use it in GitHub Desktop.
VirtIO verify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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