Stranger things have happened...
via blogs.technet.com Pretty cool if you're an Exchange admin. Which I happen to be ;)
February, 22 2010 • 0 Comments • 0 Faves
With the latest iPhone OS 3.1 update, iPhones start identifying themselves correctly, and if the ActiveSync policy configured by the administrator requires device encryption (see Figure 1 below), data on the device is encrypted. That's great news— unless you happen to have an older iPhone. If you're using the (Original/Classic/2G/1G?) iPhone , or the iPhone 3G, and device encryption is required, you will be unable to log on to your mailbox. via exchangepedia.com Important to remember these days, when execs...
September, 16 2009 • 0 Comments • 0 Faves
I was asked earlier by one of my colleagues, if there was a way to find out which users have their mail forwarded to other users. I answered no, cause I don't know of a way to do that. So, just now my colleague Thomas presented me with the answer: get-qaduser -SizeLimit 0 -IncludedProperties altrecipient -ldapfilter '(&(mail=*)(altRecipient=*))' | Select-Object -property "name","description","altrecipient" | where {$_.altrecipient -like "*Put a name here*"} Pretty cool :) Updated at 17:14, the powershell code...
May, 18 2009 • 0 Comments • 0 Faves