Microsoft
Software
Hardware
Network
Question : How do you count the number of folders in an Exchange 2007 mailbox?
Hello,
I'm trying to find a way through Powershell to count the number of folders in a Exchange 2007 mailbox. I've only been able to find a script to count the number of items within a folder, but not the actual number of folders. Does anybody know of a way to do this?
thanks!
Answer : How do you count the number of folders in an Exchange 2007 mailbox?
[PS] C:\>$objFolder = Get-MailboxFolderStatistic
s
| fl FolderPath
[PS] C:\>$objFolder.count
Random Solutions
My Last Access 97 Back End Upgrade - Slight Problem
"Insert" query in VBA not working with SQL Server
Access search between different forms
Quick excel formula
DFS Replication 2003 R2 / 2008
Looking for DataList Replacement in WinForms for C#
relate field in main form to similar field in subform
invoice template with Perforated paper
SSRS Report display all months
Can a Windows 2008 server be promoted to a DC in a Windows 2003 domain ?