Skip to content

Instantly share code, notes, and snippets.

@YannDoy
Created January 24, 2018 08:42
Show Gist options
  • Save YannDoy/5a32cc9c578d3af6c17c35211dffed51 to your computer and use it in GitHub Desktop.
Save YannDoy/5a32cc9c578d3af6c17c35211dffed51 to your computer and use it in GitHub Desktop.
Get-WmiObject -Class Win32_Product `
| ForEach-Object { $_.Name } `
| Out-File -Encoding UTF8 -FilePath \\s2mterall1\Instapp\00_AssistantsEtAdmins\YDO\softlist\$env:COMPUTERNAME.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment