Powershell Script to uninstall software on Remote Computer [AskJoyB]

in dtube •  7 years ago 


Powershell Script to uninstall software on Remote Computer http://aikitsupport.com

Powershell Script to uninstall software on Remote Computer


$app = Get-WmiObject Win32_Product -ComputerName "SOME COMPUTER" | where { $_.name -eq "Citrix Receiver Updater" }
$app.Uninstall()


Get a IT Job - http://skl.sh/2ewiCnT What New Skill its Automation

http://skl.sh/2ewiCnT Why Skillshare Course are Best? Get Discount 0.99 Cents 3 Months

More Information : http://aikitsupport.com/lms/buy-courses/

All AIK IT Support Trainings Now on Skillshare

Any Question You Have Just Click http://aikitsupport.com


Facebook : https://www.facebook.com/AIKITSupport/
Twitter : https://twitter.com/AIKITSupport
Support Us : https://www.patreon.com/askjoyb


Buy Best WordPress Hosting : http://aikshop.com [Power VPS Server]
****************************************************


► Watch on DTube
► Watch Source (IPFS)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank you very much ....

Now I can uninstall that game one of our employees play alot

very helpful.

Hey thanks for your comment, yes its will work silently :)