Search
Topics
Archives
- July 2010 (3)
- June 2010 (1)
- April 2010 (1)
- November 2009 (1)
- July 2009 (1)
- April 2009 (2)
- October 2008 (3)
- August 2008 (2)
- May 2008 (1)
- February 2008 (1)
- October 2007 (2)
- August 2007 (2)
- July 2007 (2)
- May 2007 (1)
- April 2007 (3)
- March 2007 (2)
- December 2006 (3)
- November 2006 (4)
- October 2006 (3)
- July 2006 (3)
Category Archives: Windows
Deploying MYOB Premier via GPO – The free way
Read my update: http://daniel.streefkerkonline.com/update-deploying-myob-premier-via-msi/ After many attempts over the years to get MYOB Premier deployed via AD GPO, I stumbled across a method this morning using only free tools. These two tools are an essential part of my MSI toolkit, … Continue reading
Posted in Software Deployment, SysAdmin, Windows
3 Comments
GPO-Based Deployment of Outlook 2003 Junk Email Lists
Here’s how to deploy an Outlook 2003 Junk Email list to your domain via GPO.
Creating a new OEM Windows XP CD
Steps to create a new XP OEM CD. Handy if you’ve lost the vendor’s original CD, and you want to use the key that’s on the physical PC. Using a retail or MSDN CD won’t help, as your key won’t … Continue reading
Posted in SysAdmin, Windows
5 Comments
Be gone, Windows Update reminder
A quick way to stop Windows Update from asking you to reboot is to simply: Go to Start, Run Type ‘net stop wuauserv’, and click OK This will stop the service. I don’t see this as a problem, as the … Continue reading
Posted in Windows
Leave a comment
Poor Man’s Grep (Windows)
You can filter out text strings in Windows command prompt by piping the output to the ‘FINDSTR’ command. See below for an example: netstat -an | findstr 192.168.1.15 TCP 192.168.1.10:1088 192.168.1.100:8080 ESTABLISHED
Posted in SysAdmin, Windows
2 Comments