It's not even that hard

get-mailboxcalendarsettings "template calendar" | set-mailboxcalendarsettings 
-param1 value -param2 value

etc. etc.
________________________________
From: Eric Woodford [ericwoodf...@gmail.com]
Sent: Tuesday, September 29, 2009 12:46 PM
To: MS-Exchange Admin Issues
Subject: Re: Piping files to Set-*

I'd think you could attempt to play with the -instance switch on the command.

$Master = get-mailboxcalendarsettings "Master Conference Room"
$Master.displayname = "New Conference Room name"
Set-MailboxCalendarSettings -identity "NewConferenceRoom" -instance $Master

I have not tested this, ended up writing a reusable script that grants same 
settings for all new conference rooms.

Reference: http://technet.microsoft.com/en-us/library/aa996340.aspx



On Tue, Sep 29, 2009 at 7:23 AM, Sobey, Richard A 
<r.so...@imperial.ac.uk<mailto:r.so...@imperial.ac.uk>> wrote:

All,



This is more of a Powershell question, but it’s relating to an Exchange 
problem, so hopefully someone can help me.



I’ve got a resource mailbox configured just right, and I’m going to be creating 
a few more in the next couple of weeks. Is there any way I can export the 
configuration of the existing mailbox and use it to set up the new mailboxes 
correctly, instead of manually entering all the various parameters into 
Set-MailboxCalendarSettings?



Thanks



Richard

Reply via email to