Microsoft Visual Studio 2010 Remote Uninstall Here is an example how to uninstall Microsoft Visual Studio 2010 remotely. This script include these steps: 1. Getting the list of computers and performs actions following actions on them 2. Check if it is pinging, if there is installed Microsoft Visual Studio 2010 using WMI 3. Copies...
Remove Annoying XPS and TIFF Microsoft Office Printers When you are installing whatever version of Microsoft Office it is installing without any question two types of printers which are useless in some configurations and even more they are malicious when some of it is selected as default. That is why I decided to delete Microsoft XPS Document Writer and...
Getting OS Language When you use some language oriented objects of workstation like local admin user or local admins group it’s names and other properties depends on the language of OS. That’s why it’s helpful to know the language of OS you are using or writing scripts for. For this purposes here it is a...
Which User is Logged in to Workstation It is useful to know which user is logged in to the specified workstation. For this I wrote this script. #getting the needed workstations. in this example all XPs in our domain Get-QADComputer -OSName "Windows XP Professional" | foreach ` { #each of them is testing for ping. if it's pinging the...

« Previous Entries