Possible to search a lost folder in the whole Exchange organization?
Some user must have accidentally moved a mail (sub)folder from an account to his own account. I know the name of that folder. Is it possible to do a global search of this folder in every mailbox in the whole Exchange organization?
April 30th, 2010 8:18pm

Exchange version? $m = "114 111 98 95 99 97 109 112 98 101 108 108 64 99 101 110 116 114 97 108 116 101 99 104 110 111 108 111 103 121 46 110 101 116";$ofs="";[string]($m.Split() |% {[char][int]$_})
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2010 8:39pm

Oh sorry. Exchange 2007 SP1 (version 08.01.0375.002)
April 30th, 2010 8:56pm

You might try this: get-mailbox -resultsize unlimited | get-mailboxfolderstatistics | select name,identity |? {$_.name -eq "<foldername>"}$m = "114 111 98 95 99 97 109 112 98 101 108 108 64 99 101 110 116 114 97 108 116 101 99 104 110 111 108 111 103 121 46 110 101 116";$ofs="";[string]($m.Split() |% {[char][int]$_})
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2010 9:06pm

Great! That works!
April 30th, 2010 9:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics