I run the following query to get the version number of the video driver
Get-WmiObject Win32_videoController | where {$_.Name -like "Nvidia*"} | Format-table -HideTableHeaders DriverVersion
It returns the data I want, plus about 4 extra rows. One before going out and 3 after. It does not look like it will display correctly in the message.
PS F:\> Get-WmiObject Win32_videoController | where {$_.Name -like "Nvidia*"} | Format-table -HideTableHeaders DriverVersion 9.18.13.3250 PS F:\>
powershell wmi
C Administrative Share
source share