Skip to content


How to list Exchange Server 2007 Public Folder permissions

In power shell command prompt type

[PS] C:Documents and SettingsexserviceDesktop>Get-PublicFolder -Identity -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername > c:non_extended_pflist.txt

[PS] C:Documents and SettingsexserviceDesktop>Get-PublicFolder -Identity -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername | fl > c:extented_pfpermlist.txt

Leonardo

Related posts:

  1. Booting single mode using Grub/ Lilo
  2. Change PostgreSQL Password

Posted in Knowledge Base.

Tagged with .


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Shelley says

    This is great info, thanks!



Some HTML is OK

or, reply to this post via trackback.