Link to home
Start Free TrialLog in
Avatar of Michael Leonard
Michael LeonardFlag for United States of America

asked on

how can i modify this powershell script to key on an AD security group [mail enabled]

can someone provide a way that i can modify this powershell script to key on the members of a mail enabled security group, rather than having to specify each email address. [there are over 100 addresses]

the goal is to only allow the members of that group to book a conference room [platform Exchange 2013]

Set-CalendarProcessing -Identity "Car 53" -AutomateProcessing AutoAccept -BookInPolicy "ayla@contoso.com","tony@contoso.com"

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Ciprian Lozonschi
Ciprian Lozonschi
Flag of Czechia 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 Michael Leonard

ASKER

thanks I'll test that out shortly in my lab.
thank you that worked.