<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Exchange Server 2007 Resource Mailboxes Part 3 – Custom Resource Properties</title>
	<atom:link href="http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 07:46:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Paul Cunningham</title>
		<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/comment-page-1/#comment-6215</link>
		<dc:creator>Paul Cunningham</dc:creator>
		<pubDate>Fri, 07 Aug 2009 09:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1042#comment-6215</guid>
		<description>Hi Micahel,

First, creating custom properties such as &quot;Whiteboard&quot; or &quot;Projector&quot;  for Room Mailboxes does not automatically create matching Equipment Mailboxes for the Whiteboard or Projector.

If you want to create Equipment Mailboxes see my post here:
http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-2-equipment-mailboxes/

Then if you want to create an Address List to show just your Equipment Mailboxes, run this Exchange Management Shell command (all one line):

New-AddressList &quot;All Equipment&quot; -RecipientFilter &quot;(ResourceType -eq &#039;Equipment&#039;)&quot;

Then run:

Update-AddressList &quot;All Equipment&quot;

Restart Outlook and you should now see a new &quot;All Equipment&quot; address list.</description>
		<content:encoded><![CDATA[<p>Hi Micahel,</p>
<p>First, creating custom properties such as &#8220;Whiteboard&#8221; or &#8220;Projector&#8221;  for Room Mailboxes does not automatically create matching Equipment Mailboxes for the Whiteboard or Projector.</p>
<p>If you want to create Equipment Mailboxes see my post here:<br />
<a href="http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-2-equipment-mailboxes/" rel="nofollow">http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-2-equipment-mailboxes/</a></p>
<p>Then if you want to create an Address List to show just your Equipment Mailboxes, run this Exchange Management Shell command (all one line):</p>
<p>New-AddressList &#8220;All Equipment&#8221; -RecipientFilter &#8220;(ResourceType -eq &#8216;Equipment&#8217;)&#8221;</p>
<p>Then run:</p>
<p>Update-AddressList &#8220;All Equipment&#8221;</p>
<p>Restart Outlook and you should now see a new &#8220;All Equipment&#8221; address list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micahel</title>
		<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/comment-page-1/#comment-6196</link>
		<dc:creator>Micahel</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1042#comment-6196</guid>
		<description>Great we can set custom properties for equipment resources, but how can users view them? I haven&#039;t been able to find any way to custom a &quot;All Equipment&quot; address book view so the user can see the custom properties like they can with the &quot;All Rooms&quot; address book.</description>
		<content:encoded><![CDATA[<p>Great we can set custom properties for equipment resources, but how can users view them? I haven&#8217;t been able to find any way to custom a &#8220;All Equipment&#8221; address book view so the user can see the custom properties like they can with the &#8220;All Rooms&#8221; address book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cunningham</title>
		<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/comment-page-1/#comment-3947</link>
		<dc:creator>Paul Cunningham</dc:creator>
		<pubDate>Wed, 03 Jun 2009 10:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1042#comment-3947</guid>
		<description>Hi Owen,

Some of the command lines have wrapped.

Set-ResourceConfig -ResourcePropertySchema Room/Projector

...should be all one line/command.  You can also refer to the Technet page for Set-ResourceConfig to see example syntax.

http://technet.microsoft.com/en-us/library/aa998861.aspx</description>
		<content:encoded><![CDATA[<p>Hi Owen,</p>
<p>Some of the command lines have wrapped.</p>
<p>Set-ResourceConfig -ResourcePropertySchema Room/Projector</p>
<p>&#8230;should be all one line/command.  You can also refer to the Technet page for Set-ResourceConfig to see example syntax.</p>
<p><a href="http://technet.microsoft.com/en-us/library/aa998861.aspx" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/technet.microsoft.com/en-us/library/aa998861.aspx?referer=');">http://technet.microsoft.com/en-us/library/aa998861.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/comment-page-1/#comment-3858</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Mon, 01 Jun 2009 01:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1042#comment-3858</guid>
		<description>I flunk out at the second command. What gives?
[PS] C:\&gt;Set-ResourceConfig -ResourcePropertySchema Room/Projector
Set-ResourceConfig : Active Directory operation failed on mail.rsnz.local. This
 error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090A85, comment: Error in
attribute conversion operation, data 0, vece
At line:1 char:19
+ Set-ResourceConfig  &lt;&lt;&lt;&lt; -ResourcePropertySchema Room/Projector</description>
		<content:encoded><![CDATA[<p>I flunk out at the second command. What gives?<br />
[PS] C:\&gt;Set-ResourceConfig -ResourcePropertySchema Room/Projector<br />
Set-ResourceConfig : Active Directory operation failed on mail.rsnz.local. This<br />
 error is not retriable. Additional information: The parameter is incorrect.<br />
Active directory response: 00000057: LdapErr: DSID-0C090A85, comment: Error in<br />
attribute conversion operation, data 0, vece<br />
At line:1 char:19<br />
+ Set-ResourceConfig  &lt;&lt;&lt;&lt; -ResourcePropertySchema Room/Projector</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange Server 2007 Resource Mailboxes Part 2 - Equipment Mailboxes</title>
		<link>http://www.theemailadmin.com/2009/05/exchange-server-2007-resource-mailboxes-part-3-%e2%80%93-custom-resource-properties/comment-page-1/#comment-3729</link>
		<dc:creator>Exchange Server 2007 Resource Mailboxes Part 2 - Equipment Mailboxes</dc:creator>
		<pubDate>Thu, 28 May 2009 13:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1042#comment-3729</guid>
		<description>[...] the next part of the series: Exchange Server 2007 Resource Mailboxes Part 3 – Custom Resource Properties   Liked this post? Share [...]</description>
		<content:encoded><![CDATA[<p>[...] the next part of the series: Exchange Server 2007 Resource Mailboxes Part 3 – Custom Resource Properties   Liked this post? Share [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
