by Admin | Jul 25, 2013 | Exchange |
Just ran into this when upgrading Exchange 2010 CAS-servers to SP2 + RU3 (yeah, SP3 is available and it might be fixed there…) and couldn’t find many other posts regarding it and thought I’d let you know. After the upgrade (and reboot), my CAS...
by Admin | Jul 25, 2013 | Windows |
I do this all the time, so why even bother doing it via GUI when you can PowerShell it. Enable RDP using Powershell and ff you have the Windows Firewall enabled, you also need to allow RDP through Windows Firewall: Set-ItemProperty...
by Admin | Mar 14, 2013 | Other |
So Google decided to shutdown Google Reader which I’ve been using for years and I’m very happy with it. Since my personal domain is on Google Apps, I find it useful to get Single Sign On, I always keep it as a pinned item in Chrome and I like the fact that...
by Admin | Jan 15, 2013 | Other |
I try hard to be an effective Sysadmin both by using processes and techniques such as GTD, Getting Things Done to manage my everyday work, try to follow Inbox Zero to always keep my Inbox empty and I’m always interested in ways to get me more efficient. Some of...
by Admin | Jan 9, 2013 | Windows |
Here’s how to get Schema Version of Active Directory from command line or using PowerShell: Using dsquery: dsquery * “CN=Schema,CN=Configuration,DC=lab,DC=local” -scope base -attr objectversion Using PowerShell: Get-ADObject...