Skip navigation

Instantly Stop Instant Messaging

Our company has many offices spread throughout the world, with each office having its own IT support staff. Our CTO sent an email about one of the offices getting a virus through IM. He wanted to make sure that every office had a way to block IM because all the offices are on the same WAN, which means they can infect each other. For various reasons, not all the offices wanted to use their firewalls to block IM. Because all the offices use Active Directory (AD), I suggested they use Group Policy to stop their users from running IM. Blocking IM for everyone or for just one person is easy.

If you want to stop everyone from using IM, you can set a Group Policy Object (GPO) for the entire domain. Follow these steps:

  1. Open the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in.
  2. Right-click the organizational unit (OU) for which you want to block IM, and choose Properties.
  3. Click the GPO you want to apply.
  4. Click Edit.
  5. In Group Policy Editor (GPE), expand User Configuration, Administrative Templates, System.
  6. In the right pane, double-click the Don't run specified Windows applications option.
  7. Click Enabled, then click Show.
  8. Click Add and type the name of restricted IM program (e.g., msnmsgr.exe)
  9. Click OK three times.
  10. Close GPE.

If you want to stop an individual user from using IM, you can set a GPO for one specific machine. Follow these steps:

  1. Go to the user's PC.
  2. Click Start, then click Run.
  3. Type gpedit.msc and click OK.
  4. Follow steps 5 through 10 in the steps just given.
  5. Reboot the computer.

Note that if a domain-level GPO is defined, it might override this local GPO.

The steps I've outlined work well for most users. However, if you have extremely savvy users, they can still run the program by renaming the blocked executable or by executing it from a command prompt.

—Stefan Fagerholm

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish