I hereby claim:
- I am the-exodus on github.
- I am tobiask (https://keybase.io/tobiask) on keybase.
- I have a public key ASBGsRFF84L-mCXb82HA1SQ8rdACku6WZsyCsdbEaeiT8Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function Get-InstalledApps { | |
| param ( | |
| [Parameter(ValueFromPipeline=$true)] | |
| [string[]]$ComputerName = $env:COMPUTERNAME, | |
| [string]$NameRegex = '' | |
| ) | |
| foreach ($comp in $ComputerName) { | |
| $keys = '','\Wow6432Node' | |
| foreach ($key in $keys) { |