Avatar of Joe_Budden
Joe_Budden

asked on 

List of users with SEND AS permission to a mailbox

Any way I can get an output of this in Exchange 2007?
Exchange

Avatar of undefined
Last Comment
Malli Boppe
Avatar of KSK2000
KSK2000
Flag of India image

You can use get-adpermission command to see who all has send as permission on a mailbox. Pls refer technet - http://technet.microsoft.com/en-us/library/bb125183(EXCHG.80).aspx for more details on command.
Avatar of Joe_Budden
Joe_Budden

ASKER

Sure, but how would I get an export of just SEND AS for Marketing? The link doesn't show how?
Avatar of KSK2000
KSK2000
Flag of India image

Get-ADPermission ......  | Export-CSV test.csv
ASKER CERTIFIED SOLUTION
Avatar of ronnypot
ronnypot
Flag of Netherlands image

Blurred text
THIS SOLUTION IS 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
Avatar of Malli Boppe
Malli Boppe
Flag of Australia image


Try the below

get-mailbox -identity exchangealias -resultsize unlimited | get-mailboxpermission | where { ($_.accessrights -eq "SendAs") -and ($_.isinherited -eq $false) -and -not ($_.user -like "NT Authority\self")} | ft identity,user -autosize | out-file c:\log\users.txt
Exchange
Exchange

Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.

213K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo