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
How do I suppress default click behaviour on hyperlink field on form?
Script Trouble
I am unable to open another users mailbox in Outlook 07
Microsoft Office Access can't open the file...
Visual.net command completion
FInd Cursor position
Windows Update returns Error 403 forbidden
Access database form check box
Global Error Handling - winform
how to get MS Access query "description" text field via VBA