Monday, September 21, 2009
fantastic quote from TechNet Magazine
One of the articles is entitled "Windows 7: The 10 Things You Must Do First" and it includes the following quote: "It's amazing how the most unsophisticated user, incapable of so much as a password reset without helpdesk support, can install complex multi-tiered, client-server, front-end applications if the reward involves shopping or sports."
How true that is. It is still amazing to me how much junk people can get installed on their computers in a very VERY short amount of time. I know, a lot of it is pretty convincing or hidden or misleading, but still.
Gotta love IT!
Tuesday, September 15, 2009
Wednesday, September 9, 2009
Windows 7 Remote Server Admin. Tools
Friday, June 26, 2009
MCSA obtained!
Looks like I can use all 3, or combine the MCSA and MCP (since the MCP is implied). Pretty cool!
Friday, November 14, 2008
Remotely Uninstall Software
- I did a Google search for how to uninstall software remotely. I came across the command "msiexec" which people use to install or uninstall programs on the local computer with a reference to the programs GUID. I also found "psexec" (a sysinternal tool) that lets me execute commands on a remote computer.
- I did another search for a VBS script to get the software install on the remote computer. I needed one that gave me the GUID of the packages that were installed so I could pass it to msiexec.
- I found one on Microsoft's site and created my VBS file.
- I created a batch file that would be executed on the remote computers that used msiexec.