Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

EAP by group

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2007] >> General >> EAP by group Page: [1]
Login
Message << Older Topic   Newer Topic >>
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
EAP by group - 29.Dec.2008 6:04:42 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Hi all.

I´m totaly newbee in exchange 2007.
How do i maken a EAP based on group member ship?

Regards Henrik
Post #: 1
RE: EAP by group - 29.Dec.2008 6:11:18 PM   
mark@mvps.org

 

Posts: 5428
Joined: 9.Jun.2004
From: Philadelphia PA
Status: offline
EAP as in authentication?
You authenticate to AD. You should provide some more information.

_____________________________

Mark Arnold (Exchange MVP)
List Moderator

(in reply to dunch)
Post #: 2
RE: EAP by group - 29.Dec.2008 6:34:38 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
Think he meant Exchange Activesync Policy.  If that's the case, there's no way to dynamically do it other than creating the policy, use PowerShell to find all the users of a group and cycle through the users using get-casmailbox and assigning the policy to those specific users.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to mark@mvps.org)
Post #: 3
RE: EAP by group - 29.Dec.2008 6:38:15 PM   
mark@mvps.org

 

Posts: 5428
Joined: 9.Jun.2004
From: Philadelphia PA
Status: offline
Ahhh, of course.
I've been having an "AD day" :-)

_____________________________

Mark Arnold (Exchange MVP)
List Moderator

(in reply to Elan Shudnow)
Post #: 4
RE: EAP by group - 29.Dec.2008 7:01:30 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Hi.

EAP as in email address policy

(in reply to mark@mvps.org)
Post #: 5
RE: EAP by group - 29.Dec.2008 7:04:38 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Sorry for my lak off details..

(in reply to dunch)
Post #: 6
RE: EAP by group - 29.Dec.2008 7:09:15 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
i want to create a email address policy based on grup membership so that users in group1 get test1.com and group 2 get group2.com and so on.

Is that possible?

(in reply to dunch)
Post #: 7
RE: EAP by group - 29.Dec.2008 7:48:05 PM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
Not possible.
You would have to use a custom attribute on each user.
The options that are available to you are in the wizard within EMC. You will see that they are quite limited.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to dunch)
Post #: 8
RE: EAP by group - 30.Dec.2008 2:51:15 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
OK, bummer :-(

What to do ??? EAP by company ?

(in reply to Sembee)
Post #: 9
RE: EAP by group - 30.Dec.2008 3:24:41 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
http://technet.microsoft.com/en-us/library/aa996800.aspx

You can see all the conditions there.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to dunch)
Post #: 10
RE: EAP by group - 30.Dec.2008 6:43:36 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Hey Elan.

What would you do if i may ask?

(in reply to Elan Shudnow)
Post #: 11
RE: EAP by group - 30.Dec.2008 7:17:35 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
It doesn't really matter what I would do.  The options are there.  Choose the best that fits your needs and do it.  There's always the option to script out the expansion of a group and add the Custom Attribute for every user and then just filter on that attribute.  you can have the script run using Scheduled Tasks so it'll automatically update the list.  I'd personally just one of the available built-in options if possible as there's less working parts and you're keeping things more simple.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to dunch)
Post #: 12
RE: EAP by group - 30.Dec.2008 7:34:18 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Is this comman ok?

New-EmailAddressPolicy “testdom eap” -RecipientFilter {((MemberOfGroup
-eq “CN=testdom,OU=Testdom=domain,DC=local”) -and (RecipientType
-eq ‘UserMailbox’))}
-EnabledPrimarySMTPAddressTemplate ‘SMTP:%g%1s@testdom.local’

Have the users in a OU hosting - OU testdom then a OU for the users and one for the group.
Dos it seem right?

(in reply to Elan Shudnow)
Post #: 13
RE: EAP by group - 30.Dec.2008 8:24:01 PM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
When i type this comman i get som errors.
New-EmailAddressPolicy “COMTROL EAP” -RecipientFilter {((MemberOfGroup -eq “CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=domain,DC=local”) -and (RecipientType -eq ‘UserMailbox’))} -EnabledPrimarySMTPAddressTemplate ‘SMTP:%g%1s@testdom.local’

Error:
New-EmailAddressPolicy : Cannot bind parameter 'RecipientFilter' to the target.
Exception setting "RecipientFilter": "Invalid filter syntax. For a description
of the filter parameter syntax see the command help.
"((MemberOfGroup -eq "CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=cpit,DC=dk"
) -and (RecipientType -eq `UserMailbox'))" at position 21."
At line:1 char:54
+ New-EmailAddressPolicy "COMTROL EAP" -RecipientFilter  <<<< {((MemberOfGroup
-eq "CN=CONTROL,OU=Groups,OU=CONTROL,OU=Hosting,DC=domain,DC=local") -and (Recipient
Type -eq `UserMailbox'))} -EnabledPrimarySMTPAddressTemplate `SMTP:%g%1s@testdom.local'

(in reply to dunch)
Post #: 14
RE: EAP by group - 30.Dec.2008 9:57:10 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
You can create the EAP via the GUI.  Give it a try, less prone to error.  When you go to initiate the creation of the EAP, it'll tell you the PowerShell code you are running in case you want to reference it to what you are entering incorrectly.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to dunch)
Post #: 15
RE: EAP by group - 31.Dec.2008 5:05:55 AM   
dunch

 

Posts: 20
Joined: 17.Nov.2004
From: Denmark
Status: offline
Like written ealier i can not create a EAP that give members of a group a serten smtp address with GUI it have to be with powershell.

(in reply to Elan Shudnow)
Post #: 16
RE: EAP by group - 1.Jan.2009 12:55:41 PM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
If you give the users a custom attribute, which can be done in bulk with something like admodify.net then you can create the Email Address Policy through the GUI using that attribute.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to dunch)
Post #: 17
RE: EAP by group - 1.Jan.2009 1:07:12 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
quote:

ORIGINAL: dunch

Like written ealier i can not create a EAP that give members of a group a serten smtp address with GUI it have to be with powershell.



Actually it's been stated that you need to use the Custom Attribute if you want to do it by group.  And a couple options have been presented to you.  Simon has stated you can use ADModify. And I have said you can have a script to find all members of a group and automatically give them a custom attribute.  I also gave you the option of using one of t he available EAP options such as Company.  The choice is yours.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to dunch)
Post #: 18

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2007] >> General >> EAP by group Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter