This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Function Get-InstalledPrograms{ | |
| <# | |
| .Synopsis | |
| Get a list of installed programs from local or remote computers. | |
| .DESCRIPTION | |
| Get a list of installed programs from local or remote computers. Will pull list from both 32 and 64bit hives (not a complete and accurate list) | |
| .NOTES | |
| Name: Get-InstalledPrograms.ps1 |
NewerOlder