nice share estra.......i am looking for such scripts which can help me learn powershell
I learn from examples![]()
Source - Windows PowerShell Blog
The following is the PowerShell (version 2.0+) command to list software that is installed on a local computer:
There is also a variation on that, and also a different command for x64 systems that you can find at the source under the comments.Code:gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, HelpLink, UninstallString |ogv
nice share estra.......i am looking for such scripts which can help me learn powershell
I learn from examples![]()
Really good, I agree with riteshtechie
Thank you
That's a handy tip. I dindn't know it. Thanks estra.![]()
Bookmarks