forked from norman/fusionpbx-install.sh-github-mirror
Update the Windows install.
This commit is contained in:
3
windows/resources/get-installed-app.ps1
Normal file
3
windows/resources/get-installed-app.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
Function Get-Installed-App([string]$name) {
|
||||
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object DisplayName -like $name | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate,UninstallString | Format-Table -AutoSize
|
||||
}
|
||||
Reference in New Issue
Block a user