capntack revised this gist 2 weeks ago. Go to revision
1 file changed, 1 insertion, 1 deletion
fetch-installed-programs
| @@ -1,4 +1,4 @@ | |||
| 1 | - | :: Fill in the computer name below | |
| 1 | + | # Fill in the computer name below | |
| 2 | 2 | ||
| 3 | 3 | $ComputerName = | |
| 4 | 4 | ||
capntack revised this gist 2 weeks ago. Go to revision
No changes
capntack revised this gist 2 weeks ago. Go to revision
1 file changed, 5 insertions
fetch-installed-programs(file created)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | :: Fill in the computer name below | |
| 2 | + | ||
| 3 | + | $ComputerName = | |
| 4 | + | ||
| 5 | + | Get-WmiObject win32_product -ComputerName $ComputerName | Sort-Object | select Vendor, Name, version | |