Added modules from WinAPI
This commit is contained in:
parent
56da334ea2
commit
b709d7e96b
24 changed files with 657 additions and 125 deletions
7
Scripts/Get-Driver.psm1
Normal file
7
Scripts/Get-Driver.psm1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function Get-Driver {
|
||||
Get-CimInstance -Class Win32_PnPSignedDriver | Select-Object DriverProviderName,
|
||||
FriendlyName,
|
||||
Description,
|
||||
DriverVersion,
|
||||
DriverDate
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue