Windows server 2003/2008 and Exchange 2007 – How to check public folder permissions

Posted by aidas | Posted in Exchange 2007, Powershell, Windows 2003, Windows 2008 | Posted on 05-05-2009

0

We will check how to list Public Folder “TestPF” permissions which is located under \Finance on Exchange 2007 server “TestExchange”. For that open exchange powershell in Windows server 2003 and type:

Get-PublicFolderClientPermission \Finance\TestPF -Server TestExchange

Windows server 2003/2008 and Exchange 2007 – How to create public folder via powershell

Posted by aidas | Posted in Exchange 2007, Powershell, Windows 2003, Windows 2008 | Posted on 05-05-2009

0

This post will show how to create new public folder named “TestPF” under existing PF path \Finance in Exchange 2007 server “TestExchange” running on Windows server 2003. To start with this tast open exchange powershell and type:

New-PublicFolder -Name TestPF -Path \Finance -Server TestExchange