About
Pricing
Community
Teams
Start Free Trial
Log in
dgswin
asked on
12/11/2014
How to view a send as permission for a public folder
What is the powershell command to view a send as permission for a public folder?
Exchange
6
1
Last Comment
dgswin
8/22/2022 - Mon
Zaheer Iqbal
12/11/2014
Try the following
http://technet.microsoft.com/en-us/library/bb123881%28v=exchg.141%29.aspx
dgswin
12/11/2014
ASKER
I don't see the send as permission for the public folder.
Whait is the exactly command?
Zaheer Iqbal
12/11/2014
Sorry that was for 2010
Get-PublicFolder -Identity -recurse -Server servername | Get-PublicFolderClientPerm
ission -server servername > c:non_extended_pflist.txt
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
dgswin
12/11/2014
ASKER
I did that :
Get-PublicFolder -Identity "\Dossiers spéciaux\Solution Mcafee" -Server 'Epervier' | Get-PublicFolderClientPerm
ission -server 'Epervier'
The result display just the AccessRights, not the Send As permission.
ASKER CERTIFIED SOLUTION
dgswin
12/12/2014
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
dgswin
12/17/2014
ASKER
Because it's the solution.
http://technet.microsoft.com/en-us/library/bb123881%28v=exchg.141%29.aspx