Answered by:
"Send on behalf" jog csoportnak egy shared mailbox-ra

Question
-
Sziasztok,
Exchange 2007 SP1 rendszeren kellene shared mailbox-okon "Send on behalf" jogot beállítani csoportnak.
Outlook-al belépve a postafiókba ez könnyen megoldható (Tools>Options>Delegates), de nekem szerver oldalról kellene megtenni és itt kezdődnek a gondok, mert a "Mail flow settings> Delivery options"-nál csak user adható meg csoport nem.
A "Set-Mailbox UserMailbox -GrantSendOnBehalfTo" cmdlet nem fodja el: "not a mailbox user or mail-enabled user", a "Add-AdPermission "Group Name" -user "User Name" -AccessRights extendedright -ExtendedRights" pedig nem ismeri a "Sendf on behalf"-ot:
The ExtendedRights parameter specifies the extended rights needed to perform the operation. Valid values include:
- Send-As
- Receive-As
- View Information Store status
Guglival sajnos nem találtam megoldást.
Tudnátok tanácsot adni?
Köszi,
István
Monday, October 6, 2008 11:36 AM - Send-As
Answers
-
"Send as"-t nem szeretnék szerintem. Viszont én meg jól elnéztem, csoportokat csak Outlook-ból tudsz hozzáadni.
Monday, October 6, 2008 3:11 PM
All replies
-
Mert nem mail enabled Security Group, distribution group-ra símán nem is megy. (ahogy most egy helyen látom)Monday, October 6, 2008 11:49 AM
-
Set-mailbox kell neked és egy Security Group aki mail-enabled.
Monday, October 6, 2008 12:08 PM -
Az teljesen egyértelmü, hogy distribution group-al nem fog menni, ezért is:
new-DistributionGroup -Name 'teszt-G' -Type 'Security' -OrganizationalUnit 'cegnev.com/Groups' -SamAccountName 'teszt-G' -Alias 'teszt-G'
set-mailbox 'shared_mailbox' -GrantSendOnBehalfTo 'teszt-G'
Az eredmény továbbra is: teszt-G is not a mailbox user or mail-enabled user.
Monday, October 6, 2008 12:14 PM -
És ha a csoportnak az Add-ADPermission cmdlet-tel jogot is adsz rá?Monday, October 6, 2008 12:17 PM
-
Ha jól értem erre gondolsz:
Add-AdPermission "teszt-G" -user "shared_mailbox" -AccessRights extendedright -ExtendedRights "Send on behalf"
A
http://technet.microsoft.com/en-us/library/bb124403(EXCHG.80).aspx szerint az ExtendedRights csak Send-As, Receive-As, View Information Store status jogokat ismer.
Monday, October 6, 2008 2:20 PM -
Erre:
Code SnippetAdd-ADPermission "Test02" -User "Test01" –AccessRights extendedright -ExtendedRights "send as"
Monday, October 6, 2008 3:06 PM -
"Send as"-t nem szeretnék szerintem. Viszont én meg jól elnéztem, csoportokat csak Outlook-ból tudsz hozzáadni.
Monday, October 6, 2008 3:11 PM -
Hát ez a jog eldöntendő.
"If you want the recipient to see that the message has been sent by a delegate, use Send On Behalf. If you don't want the recipient to know that the message was sent by a delegate, use the Send As permission."
Monday, October 6, 2008 3:30 PM -
Sajnos a kérés kifejezetten az, hogy "Send on behalf" legyen és ne "Send as.."
Mivel a felhasználók ill postafiókok száma erősen két jegyű, így mindenképpen valami csoport alapú megoldás szükséges.
De ha FlowM@n kollégának igaza van akkor ez így nem fog menni
és van egy kis cserencsém, akkor elfogadják a "Send as" megoldást is, ami ugye EMC-ben jobbgombolható.
Köszi a segítséget!
István
Monday, October 6, 2008 4:08 PM -
Egyenlőre nem látom, hogyan tudnék csinálni/lehet-e olyan cmdlet-et, ami a "Send on behalf" -ot engedélyez, mert nem látom a korlátokat. De ez az én hibám.Monday, October 6, 2008 4:14 PM
-
Én sem teljesen értem a dolgot, de Exch 2007 esetében nem ez az első.
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3894792&SiteID=17
Monday, October 6, 2008 5:58 PM