Link to home
Start Free TrialLog in
Avatar of Twhite0909
Twhite0909

asked on

List Public Folders Command -Powershell Question

I used the following command to list all Public folders on Exchange 2010 via Powershell.

Get-PublicFolder -Identity "\" -Recurse | Get-PublicFolderClientPermission | where{$_.Accessrights -eq "owner"}


How can I export this to an excel sheet?


Thank you in advanced
ASKER CERTIFIED SOLUTION
Avatar of David Carr
David Carr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Twhite0909
Twhite0909

ASKER

Awesome that ran the command and exported to a beautiful spreadsheet!  Thank you so much!
Glad to help. Come back if you have more questions.