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: SysAdmin
Use Group Policy Preferences to hide a physical drive
Just saw this note whilst browsing the help on Drive Maps in Group Policy Preferences: You can use a Drive Map preference item to configure the visibility of a physical drive rather than a mapped drive. To do so, select … Continue reading
Posted in Group Policy, SysAdmin, Windows
Leave a comment
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