<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>ResourceMailbox &#8211; Webbanshee</title>
	<atom:link href="https://webbanshee.net/tag/resourcemailbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbanshee.net</link>
	<description>Your Exchange Server Blog</description>
	<lastBuildDate>Thu, 13 Feb 2020 07:59:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://webbanshee.net/wp-content/uploads/2017/01/WB_BL_RND-150x150.png</url>
	<title>ResourceMailbox &#8211; Webbanshee</title>
	<link>https://webbanshee.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">122610384</site>	<item>
		<title>Bulk permissons resource calendar</title>
		<link>https://webbanshee.net/bulk-permissons-resource-calendar/</link>
					<comments>https://webbanshee.net/bulk-permissons-resource-calendar/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 12:50:31 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ResourceMailbox]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=461</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/bulk-permissons-resource-calendar/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/BulkpermissionResourceCal.svg" /><span class="exTeaser">This is useful when you have a user who has access rights to a lot of resource mailbox calendars or if you want to modify the rights of the  calendar's Default user.<span class="exreadmore">...read more<br />
</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/bulk-permissons-resource-calendar/">Bulk permissons resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is useful when you have a user who has access rights to a lot of resource mailbox calendars or if you want to modify the rights of the  calendar&#8217;s Default user.</p>
<p>First we need to grab the resource mailboxes only. When you  have kept the default mailbox size than your ProhibitSendQuota should be 490 MB.  We can grab Room and Equipment mailboxes in once when we filter for the ProhibitSendQuota :</p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-Mailbox -OrganizationalUnit &#8220;TenantName&#8221; -ResultSize unlimited | where {$_.ProhibitSendQuota -eq &#8220;490 MB&#8221;}</strong></p>
</div>
<p>Make sure that you see only resource mailboxes and the output contains all resources you expect.<br />
If you are pleased with the result in the output run the following from the ISE or Powershell :</p>
<div class="wpe-box wpe-box-note">
<p><strong>$allresbox =</strong> <span style="color: #a60505;"><strong>Get-Mailbox -OrganizationalUnit &#8220;TenantName&#8221; -ResultSize unlimited | where {$_.ProhibitSendQuota -eq &#8220;490 MB&#8221;}</strong></span><br />
<strong>foreach ($Mailbox in $allresbox)</strong><br />
<strong> {Set-MailboxFolderPermission -Identity ($Mailbox.alias+&#8217;:\Calendar&#8217;) -User Default -AccessRights AvailabilityOnly }</strong></p>
</div>
<p>We just have granted AvailabilityOnly rights to the Default user. ( showing free / busy information )</p>
<p>The second Method to grab the resource mailboxes would be to filter for the RecipientTypeDetails parameter. Please keep in mind that the value of this parameter can be different since a resource mailbox can be a RoomMailbox or an EquipmentMailbox. The filter must be set accordingly, I recommend to run it on both types :</p>
<div class="wpe-box wpe-box-note">
<p><span style="color: #a60505;"><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -ResultSize unlimited | where {$_.RecipientTypeDetails -eq &#8220;RoomMailbox&#8221;}<br />
</strong></span><br />
<span style="color: #a60505;"> <strong> Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -ResultSize unlimited | where {$_.RecipientTypeDetails -eq &#8220;EquipmentMailbox&#8221;}</strong></span></p>
</div>
<p>Same again , when the output looks like expected, replace the red part ( one after the other ) with the red part in the script.</p>
<p>To use this on user mailboxes verify the output of the following command and replace the command below with the red part in the script above:</p>
<div class="wpe-box wpe-box-note">
<p><span style="color: #a60505;"><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -ResultSize unlimited</strong></span></p>
</div>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/bulk-permissons-resource-calendar/">Bulk permissons resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/bulk-permissons-resource-calendar/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">461</post-id>	</item>
		<item>
		<title>Remove canceled meeting resource calendar</title>
		<link>https://webbanshee.net/remove-canceled-meeting/</link>
					<comments>https://webbanshee.net/remove-canceled-meeting/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 20:18:20 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ResourceMailbox]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=447</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/resource-calendar-remove-meeting/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/RemoveMeetingResourceCal.svg" /><span class="exTeaser" style="width:99%;">A user makes a new meeting request and sends it to a resource mailbox. The meeting will be placed in the calendar of the user and in the calendar of the resource mailbox.</span><span class="exText" style="width:99%;">The status in the resource calendar stays tentative.  Some minutes later the same user wants to delete the meeting ( for whatever reason )..<span class="exreadmore">...read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-canceled-meeting/">Remove canceled meeting resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To remove canceled meeting requests from a resource mailbox calendar let&#8217;s take a look on the serverside functionality with the help of the following example :</p>
<p>A user makes a new meeting request and sends it to a resource mailbox. The meeting will be placed  in the calendar of the user and in the calendar of the resource mailbox. The status in the resource calendar stays tentative.  Some minutes later the same user wants to delete the meeting ( for whatever reason ).</p>
<p>Because he is not the delegate / owner of the resource mailbox he just can cancel the meeting in his own calendar. The result is that the canceled meeting stays in the resource calendar just labeled :  canceled.</p>
<p>This comes because the AutomateProcessing Parameter within the Get-CalendarProcessing CMDlet is set to AutoUpdate. AutoUpdate places the meeting in the calendar of the resource mailbox and updates it to tentative. On the other hand the cancel request will not be processed with AutoUpdate, instead just the owner of the resource mailbox can remove these canceled meeting requests from the calendar.</p>
<p>To remove canceled meeting requests from the resource mailbox calendar we need to modify the AutomateProcessing parameter :</p>
<p>Setting the AutomateProcessing parameter to AutoAccept will place the meeting requests as accepted meetings in the calendar and will process the cancelation requests for meetings directly , without any intervention of the owner. This keeps the resource calendar clean and transparent.</p>
<p><strong>First we need to know the values of following CalendarProcessing Parameters :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -Identity &#8220;ResourceMailboxName&#8221; | Get-CalendarProcessing | select AutomateProcessing, RemoveOldMeetingMessages</strong></p>
</div>
<p><strong>To allow users to remove canceled meeting requests these parameters should have the following values :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>AutomateProcessing  :  AutoAccept</strong><br />
<strong> RemoveOldMeetingMessages :  $True</strong></p>
</div>
<p><strong>The values can be adjusted as follows :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-mailbox -OrganizationalUnit &#8220;TenantName&#8221; -Identity &#8220;ResourceMailboxName&#8221; | Set-CalendarProcessing -AutomateProcessing AutoAccept -RemoveOldMeetingMessages $True</strong></p>
</div>
<p>To use it in a 2010 MultiTenant environment replace <strong>-OrganizationalUnit</strong> with <strong>-Organization</strong>.<br />
To use it on an OnPremise server just leave <strong>-OrganizationalUnit</strong> or <strong>Organization</strong> away.</p>
<p>Your users will now be able to remove canceled meeting requests from a resource calendar.</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-canceled-meeting/">Remove canceled meeting resource calendar</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/remove-canceled-meeting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">447</post-id>	</item>
	</channel>
</rss>
