Friday, March 15, 2013

Exclude a single user from a Dynamic Distribution Group in Exchange 2007

By default the Exchange Management Console only shows a fairly limited view of the filtering possibilities for generating Dynamic Distribution Groups. The PowerShell based Exchange Management Shell can be used for much finer grained control of these group filters.

1. Open EMS - Open the start menu and type exchange. Select Exchange Management Shell.
2. Enter the following command: Set-DynamicDistributionGroup -Identity "Group Name" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and -not(Name -like 'Display Name'))}
3. Double check the new filter - Open the filters pane of the group properties in EMC and check that it was updated correctly.

The filter pane in the group properties will now show the full filter rather than the simplified checkbox display.

Tuesday, March 5, 2013

Shake Your Toner Cartridge

In a story entirely unrelated to the Harlem Shake I was recently almost out of toner on an unbranded cartridge for my Dell 1700n laser printer. Without the time or the resources immediately available to acquire a replacement I opted to just take the cart out, shake it back and forth for ~10 seconds and reinsert it. Voila! >300 prints later and it's still going strong, strong enough that you'd never know it was low on toner. I'm sure it'll still need replacing soon, but as a temporary stopgap I couldn't be happier.

Friday, February 22, 2013

Office 2007, IE, FF show in 8 bit (ish) color in XP

I just came across a very frustrating issue that took me far longer to solve than it should. A user came to me because Office 2007 applications had no color. What I saw when I checked was that they were displayed in what appeared to be 8 bit color regardless of the color depth set on the display. Websites also when viewed in IE or FF were missing colors or images. I tried deleting registry keys for Office to attempt to reset any user modified settings to no avail. I downloaded Chrome in an attempt to check if it was related to some shared rendering library between the other two. What I found was that Chrome looked fine!

Bewildered and frustrated I frantically searched Google and found somewhere (sorry, I didn't save the link) a mention about High Contrast Mode. Now I'm familiar with high contrast color schemes, and in fact I double checked the color scheme and reset it to Windows Classic early in the process. What I was unfamiliar with is the Accessibility Options control panel setting "High Contrast Mode". It just so happens that this had been turned on. It appears that Office, IE, and FF were all attempting to honor this setting and make the computer more accessible by displaying everything in a low color high contrast mode. For whatever reason Chrome ignores this setting.

Unchecking that box fixed the problem across all affected applications.

Tuesday, October 2, 2012

Monday, September 24, 2012

Alternative to the meta key

I use and love my Unicomp Classic 101. When I bought it I was primarily using Linux and didn't see the need to have a Windows (also known as meta, super, that-one-between-ctrl+alt, etc). Since moving to mostly Windows 7 though, I've noticed that there is functionality built around that key. I believe this is increasingly showing up in Linux window managers as well. If any of you are in the same boat as me, fear not! In Windows 7 ctrl-esc provides the same functionality!

Microsoft Security Essentials

I never thought I'd find myself recommending a product from Microsoft, but Microsoft Security Essentials billed as "The anti-annoying, anti-expensive, anti-virus program" rocks. Free for up to 10 computers this thing lives up to those claims. Since there's no "premium" version unlike almost every other Windows antivirus, there's no need for nagging, or ads. The updates are smooth and require no user intervention, unlike a particular open-source windows av. MSE also provides real-time protection which in some similar products is a premium feature. I really haven't found anything to dislike about this product just yet, and I will certainly be installing it on the computers of everyone for whom I end up providing pro-bono tech support.

Friday, June 15, 2012

Enable telnet client in Windows 7

The telnet client is inexplicably disabled in a default install of Windows 7. It's there, but must be specifically enabled. Here are the instructions from technet:
  1. Click Start, and then click Control Panel.
  2. On the Control Panel Home page, click Programs.
  3. In the Programs and Features section, click Turn Windows features on or off.
  4. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  5. In the Windows Features list, select Telnet Client, and then click OK
Annoying.