resource calendar + Exchange 2007 cmdlet

S

Sarah

I am very new at exchange powershell stuff. I am trying to setup some new
room mailboxes on exchange 2007 for outlook 2007, but running into some
issues with the resource information and adding custom properties like auto
accepting.

I have typed the parameters, but when it comes to the identity of the room,
I receive error:

"Set-MailboxCalendarSettings : The operation could not be performed because
object "room" could not be found on domain controller 'server.domain.org'
At line:1 char:28
+ Set-MailboxCalendarSettings <<<< -AutomateProcessing AutoAccept
-AllowConflicts $false"

This is what I'm typing in the shell:

Set-MailboxCalendarSettings -AutomateProcessing AutoAccept -AllowConflicts
$false

Then hit enter, it asks me for the identity. So I type in the identity of
the room. I've tried the Display name, alias, and email address and all come
back with the same error when type between quotes. If I don't put the quotes
it goes back to a regular command line waiting for a new command. But then
when I go and try to add a resource custom property, it still says that there
are no resource custom properties defined."


What am I doing wrong? Or if anyone can point me into the right
direction...I realize I may not be in the right newsgroup, but I can't seem
to find the correct exchange newsgroup.
 
O

outlookmvp

See http://technet.microsoft.com/en-us/library/aa996340.aspx for specifics of the Set-MailboxCalendarSettings command - you need to use the room name:
Set-MailboxCalendarSettings -Identity "5th Floor Conference Room"

If you still have problems with it, you need to ask in the exchange groups where more people are more familiar with shell commands: http://www.microsoft.com/communitie...fault.aspx?dg=microsoft.public.exchange.setup



Sarah wrote on Mon, 08 December 2008 16:22
I am very new at exchange powershell stuff. I am trying to setup some new
room mailboxes on exchange 2007 for outlook 2007, but running into some
issues with the resource information and adding custom properties like auto
accepting.

I have typed the parameters, but when it comes to the identity of the room,
I receive error:

"Set-MailboxCalendarSettings : The operation could not be performed because
object "room" could not be found on domain controller 'server.domain.org'
At line:1 char:28
+ Set-MailboxCalendarSettings <<<< -AutomateProcessing AutoAccept
-AllowConflicts $false"

This is what I'm typing in the shell:

Set-MailboxCalendarSettings -AutomateProcessing AutoAccept -AllowConflicts
$false

Then hit enter, it asks me for the identity. So I type in the identity of
the room. I've tried the Display name, alias, and email address and all come
back with the same error when type between quotes. If I don't put the quotes
it goes back to a regular command line waiting for a new command. But then
when I go and try to add a resource custom property, it still says that there
are no resource custom properties defined."


What am I doing wrong? Or if anyone can point me into the right
direction...I realize I may not be in the right newsgroup, but I can't seem
to find the correct exchange newsgroup.


--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
mailto:[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
mailto:[email protected]
 
S

Sarah

Thanks! That was the technet link that I am using, so I figured I am just
doing something wrong. Thanks for the link to the exchange newsgroups and I
will cross post there.

Sarah.

outlookmvp said:
See http://technet.microsoft.com/en-us/library/aa996340.aspx for specifics of the Set-MailboxCalendarSettings command - you need to use the room name:
Set-MailboxCalendarSettings -Identity "5th Floor Conference Room"

If you still have problems with it, you need to ask in the exchange groups where more people are more familiar with shell commands: http://www.microsoft.com/communitie...fault.aspx?dg=microsoft.public.exchange.setup



Sarah wrote on Mon, 08 December 2008 16:22
I am very new at exchange powershell stuff. I am trying to setup some new
room mailboxes on exchange 2007 for outlook 2007, but running into some
issues with the resource information and adding custom properties like auto
accepting.

I have typed the parameters, but when it comes to the identity of the room,
I receive error:

"Set-MailboxCalendarSettings : The operation could not be performed because
object "room" could not be found on domain controller 'server.domain.org'
At line:1 char:28
+ Set-MailboxCalendarSettings <<<< -AutomateProcessing AutoAccept
-AllowConflicts $false"

This is what I'm typing in the shell:

Set-MailboxCalendarSettings -AutomateProcessing AutoAccept -AllowConflicts
$false

Then hit enter, it asks me for the identity. So I type in the identity of
the room. I've tried the Display name, alias, and email address and all come
back with the same error when type between quotes. If I don't put the quotes
it goes back to a regular command line waiting for a new command. But then
when I go and try to add a resource custom property, it still says that there
are no resource custom properties defined."


What am I doing wrong? Or if anyone can point me into the right
direction...I realize I may not be in the right newsgroup, but I can't seem
to find the correct exchange newsgroup.


--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
mailto:[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
mailto:[email protected]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top