Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Meeting Rooms For AutoAccept

Setting Meeting Rooms For AutoAccept

by  markdmac  Posted    (Edited  )
open Exchange management Shell and Type the following commands. The first command will set the AutoAccept setting and the second example will verify the setting is in place. You need only change the parts in [red]red[/red].

[code enable AutoAccept]
Set-MailboxCalendarSettings [red]"Meeting Room1"[/red] ûAutomateProcessing AutoAccept -DomainController [red]dc.domain.com[/red]
[/code]
[code verify AutoAccept]
Get-MailboxCalendarSettings [red]"Meeting Room1"[/red] -DomainController [red]dc.domain.com[/red][/code]

note that the meeting name is enclosed in quotes. This allows the command to be executed against a room that has spaces in the name.

If you only have a single domain you can omit the -DomainController [red]dc.domain.com[/red] portion of the command.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top