Search
Topics
Archives
- March 2012 (2)
- February 2012 (2)
- January 2012 (3)
- November 2011 (1)
- October 2011 (3)
- September 2011 (1)
- August 2011 (6)
- July 2011 (1)
- June 2011 (1)
- April 2011 (1)
- March 2011 (4)
- February 2011 (1)
- January 2011 (1)
- November 2010 (1)
- October 2010 (3)
- 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: SysAdmin
Vista: “Access denied” error when attempting to map a printer
Another printing-related issue I experienced this week was as follows: I set up some new printers on the print server, and shared them out I then used Ricoh’s “Default Editor” application to lock down the colour printing options When attempting … Continue reading
Posted in Printing, SysAdmin, Windows
Leave a comment
Vista: Print spooler crashing repeatedly
Had a problem today where a printer driver became corrupted on our print server. This, in turn was causing the Print Spooler service on the workstations to crash repeatedly. I was unable to delete the mapped printers through the normal … Continue reading
Posted in Group Policy, SysAdmin
Leave a comment
Quickly test Windows-auth logon to a SQL DB as a different user
If you need to make a test connection to a MS SQL DB as a different Windows user, and you’re not using SQL authentication, you can do the following: runas /user:domain\sqluser “C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe” You’ll then see the following … Continue reading
Posted in SysAdmin, Windows
Leave a comment
Self-sign your Powershell scripts
Creating my first Powershell script, I came up against code execution issues. Rather than take the easy (sketchy) way out and simply enable execution of unsigned code, I went and figured out how to sign my scripts using my internal … Continue reading
Posted in Scripting, SysAdmin
Leave a comment
Managing Local Admins using GPP
This is a brain dump of something Alan Burchill and Lilia Gutnik presented at TechEd Australia 2009. It covers managing local administrators on your workstations using the power of Group Policy Preferences. Create a new GPO if necessary, link it … Continue reading
Posted in SysAdmin, Windows
Leave a comment