.EXAMPLE
Get-RemoteProgram
Description:
Will generate a list of installed programs on local machine
.EXAMPLE
Get-RemoteProgram -ComputerName server01,server02
Description:
Will generate a list of installed programs on server01 and server02
.EXAMPLE
Get-RemoteProgram -ComputerName Server01 -Property DisplayVersion,VersionMajor
Description:
Will gather the list of programs from Server01 and attempts to retrieve the displayversion and versionmajor subkeys from the registry for each installed program
.EXAMPLE
'server01','server02' | Get-RemoteProgram -Property Uninstallstring
Description
Will retrieve the installed programs on server01/02 that are passed on to the function through the pipeline and also retrieves the uninstall string for each program
Welcome to tech-jockey! This blog is designed to built tech solutions with collaboration of members who believe in sharing. Guests inputs are most welcome.
Comment, like and share.
You can also help tech-jockey to grow
Please Click here to help.
Team Tech-Jockey !!
Friday, November 25, 2016
Get-RemoteProgram Get list of installed programs on remote or local computer
Subscribe to:
Post Comments (Atom)
Content of this blog has been moved to GITHUB
Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...
-
Here is what you need to do: Step 1: Restart your machine. Its always good to go for the ‘when-nothing-works-try-this’ solution Step 2:...
-
Think of the scenario where vm is running with hardware version 10, edit option is grayed out in VC 5.5. The only way to do it was from web...
No comments:
Post a Comment
Thanks for showing interest in tech-jockey.