by Admin | Jan 17, 2011 | Other |
So you had this Windows Domain Controller also running DNS on the network for years and years. Uninstalling the Domain Controller role is not a problem since computers will start using another DC on the network. But what about the DNS role? You might have a bunch of...
by Admin | Jan 16, 2011 | Other, Windows |
I was working for a company with offices all over Europe and they wanted to have a word template that included the Active Directory data (name, title, street address etc) when a new document was created. This is how I did it… Sorry for using Word 2003, but that...
by Admin | Jan 11, 2011 | ActiveSync, Mobile |
Just a quick post on useful PowerShell commands to get some ActiveSync config and statistics. Basic, but I wanted them quickly accessible for my own reference 🙂 Get-MailboxStatistics -Identity username | fl Get device statistics: Get-ActiveSyncDeviceStatistics...
by Admin | Jan 10, 2011 | Exchange |
I often get to configure POP3 on mail environments. The easiest way to test if it works is to use telnet (using built-in or Putty). First, connect to port 110: telnet POPserver.domain.com 110 Then run the following to authenticate, list mails and quit. Just change...
by Admin | Jan 7, 2011 | Other |
It’s quite common that you from a client or a TS/Citrix server need to execute an .exe from another server via UNC path. Then you might end up getting the following error: The published could not be verified. Are you sure you want to run this software. First...