Link to home
Start Free TrialLog in
Avatar of dgswin
dgswinFlag for Canada

asked on

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?
Avatar of Zaheer Iqbal
Zaheer Iqbal
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of dgswin

ASKER

I don't see the send as permission for the public folder.

Whait is the exactly command?
Sorry that was for 2010

Get-PublicFolder -Identity -recurse -Server servername | Get-PublicFolderClientPermission -server servername > c:non_extended_pflist.txt
Avatar of dgswin

ASKER

I did that :
Get-PublicFolder -Identity "\Dossiers spéciaux\Solution Mcafee" -Server 'Epervier' | Get-PublicFolderClientPermission -server 'Epervier'

The result display just the AccessRights, not the Send As permission.
ASKER CERTIFIED SOLUTION
Avatar of dgswin
dgswin
Flag of Canada 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 dgswin

ASKER

Because it's the solution.