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
VBA, Copy cell contents down.
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
Active Directory Move & Upgrade
Ways to hide columns in datatable and datagrid - win forms
Login - Username and Password
VBA Code for Indirect Back End Synchronization Over VPN?
New Button Disabled on Form
how to highlight the current row in Access 2007 split form datasheet
Excel dates going into ms Access as number
Access 2003 the default printer become the fax,when my command button called fax is clicked?