Added modules from WinAPI
This commit is contained in:
parent
56da334ea2
commit
b709d7e96b
24 changed files with 657 additions and 125 deletions
8
Scripts/Get-Software.psm1
Normal file
8
Scripts/Get-Software.psm1
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
function Get-Software {
|
||||
Get-CimInstance Win32_Product | Select-Object Name,
|
||||
Version,
|
||||
Vendor,
|
||||
InstallDate,
|
||||
InstallLocation,
|
||||
InstallSource
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue