Jacob’s Lifestream

Stranger things have happened... 
Filed under

Exchange

 

The Three UC Amigos : How can I analyze my public folder usage?

Pretty cool if you're an Exchange admin. Which I happen to be ;)

Loading mentions Retweet
Filed under  //   Exchange   Public Folders   Tools  

Comments [0]

Exchangepedia Blog: iPhone OS 3.1 Security Changes and Exchange ActiveSync Policy

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.

Important to remember these days, when execs start sporting iPhones.

Loading mentions Retweet
Filed under  //   Exchange   iPhone  

Comments [0]

Exchange/AD: Finding users whose mail is forwarded

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 was a bit too long ;)

Loading mentions Retweet
Filed under  //   Active Directory   Exchange   PowerShell  

Comments [0]