<?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: Add-mailboxpermission vs Add-AdPermission Part 1</title>
	<atom:link href="http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/</link>
	<description>This blog is dedicated to Microsoft Exchange</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:44:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Exchange Genie</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-3114</link>
		<dc:creator>Exchange Genie</dc:creator>
		<pubDate>Thu, 16 Jul 2009 02:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-3114</guid>
		<description>Wow NT 4 still out there huh :P</description>
		<content:encoded><![CDATA[<p>Wow NT 4 still out there huh <img src='http://www.exchange-genie.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-3033</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-3033</guid>
		<description>I have a NT 4.0 domain with users that have mailboxes in an AD domain hosting exchange 2007. ADMT has migrated and disabled the accounts, primary accounts for exchange 2007 mailboxes, from the NT 4.0 domain.( These accounts will be used in future , post migration).

 I migrated from exchange 5.5 - Exchange 2003 - Exchange 2007. All the mailboxes migrated are set as linked mailboxes and work just fine. any NEW mailboxes are set as user mailboxes however I need to change them to linked however :

I have tried to create a linked mailbox via the shell and gui tools but cannot. The GUI Exchange management console does not show the trusted NT 4.0 domain, andf I cannot therefore select a user account for the linked mailbiox. The add-mailbox shell command requires a AD domain controller (-linkeddomaincontroller).

Does Exchange 2007 not supported trusted NT 4.0 domains ?</description>
		<content:encoded><![CDATA[<p>I have a NT 4.0 domain with users that have mailboxes in an AD domain hosting exchange 2007. ADMT has migrated and disabled the accounts, primary accounts for exchange 2007 mailboxes, from the NT 4.0 domain.( These accounts will be used in future , post migration).</p>
<p> I migrated from exchange 5.5 &#8211; Exchange 2003 &#8211; Exchange 2007. All the mailboxes migrated are set as linked mailboxes and work just fine. any NEW mailboxes are set as user mailboxes however I need to change them to linked however :</p>
<p>I have tried to create a linked mailbox via the shell and gui tools but cannot. The GUI Exchange management console does not show the trusted NT 4.0 domain, andf I cannot therefore select a user account for the linked mailbiox. The add-mailbox shell command requires a AD domain controller (-linkeddomaincontroller).</p>
<p>Does Exchange 2007 not supported trusted NT 4.0 domains ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-2612</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-2612</guid>
		<description>Hey very nice blog!! Man .. Beautiful .. Amazing .. I will bookmark your blog and take the feeds also...</description>
		<content:encoded><![CDATA[<p>Hey very nice blog!! Man .. Beautiful .. Amazing .. I will bookmark your blog and take the feeds also&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-2501</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 30 May 2009 10:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-2501</guid>
		<description>I used the cmdlet get-mailbox &#124; Add-MailboxPermission -Identity {$_.Name} -AccessRights FullAccess -User &quot;testuser&quot;
And it worked fine giving me permission to all mailboxes.

But now when i am trying to remove these permissions using:
get-mailbox &#124; Remove-MailboxPermission -Identity {$_.Name} -AccessRights FullAccess -User &quot;testuser&quot;
It does not work. I am still able to open other user&#039;s mailbox ad I still my SID in the EMC under &quot;Manage Full Access Permission&quot;

Running Exchange server 2007 and I am in all the required admin groups - Exchange Recepient, Exchange Organization, Dns admin, Domain Administrators,etc..
Can someone help me out here? Thanks</description>
		<content:encoded><![CDATA[<p>I used the cmdlet get-mailbox | Add-MailboxPermission -Identity {$_.Name} -AccessRights FullAccess -User &#8220;testuser&#8221;<br />
And it worked fine giving me permission to all mailboxes.</p>
<p>But now when i am trying to remove these permissions using:<br />
get-mailbox | Remove-MailboxPermission -Identity {$_.Name} -AccessRights FullAccess -User &#8220;testuser&#8221;<br />
It does not work. I am still able to open other user&#8217;s mailbox ad I still my SID in the EMC under &#8220;Manage Full Access Permission&#8221;</p>
<p>Running Exchange server 2007 and I am in all the required admin groups &#8211; Exchange Recepient, Exchange Organization, Dns admin, Domain Administrators,etc..<br />
Can someone help me out here? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Real</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-735</link>
		<dc:creator>Real</dc:creator>
		<pubDate>Wed, 11 Mar 2009 02:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-735</guid>
		<description>&gt; John R
&gt; I would like the same but just with read or viewing rights

I&#039;ve been searching for a &quot;read-only&quot; access to a shared mailbox for quite a while. Most threads are generally ending like this one - with a question on how to deny users the right to delete - and then no answer...

I simply can&#039;t believe there&#039;s no way to achieve this, and yet, didn&#039;t find a solution either.

Any help out there?</description>
		<content:encoded><![CDATA[<p>&gt; John R<br />
&gt; I would like the same but just with read or viewing rights</p>
<p>I&#8217;ve been searching for a &#8220;read-only&#8221; access to a shared mailbox for quite a while. Most threads are generally ending like this one &#8211; with a question on how to deny users the right to delete &#8211; and then no answer&#8230;</p>
<p>I simply can&#8217;t believe there&#8217;s no way to achieve this, and yet, didn&#8217;t find a solution either.</p>
<p>Any help out there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John R</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-647</link>
		<dc:creator>John R</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-647</guid>
		<description>What if I want to allow a user just to view emails on another user&#039;s mailbox? -fullaccess allows a user to add the mailbox in Outlook and delete emails if they want to. I would like the same but just with read or viewing rights</description>
		<content:encoded><![CDATA[<p>What if I want to allow a user just to view emails on another user&#8217;s mailbox? -fullaccess allows a user to add the mailbox in Outlook and delete emails if they want to. I would like the same but just with read or viewing rights</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sysadmin</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-232</link>
		<dc:creator>Sysadmin</dc:creator>
		<pubDate>Tue, 05 Aug 2008 14:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-232</guid>
		<description>Hi,&lt;br/&gt;Thanks for the lead - since the exchange administrator is also a domain administrator , he was specificly denied. We also are multi domain (politicly)&lt;br/&gt;this solved it &lt;br/&gt;Get-MailboxDatabase &#124; SetAdPermission -User domain\user -AccessRights extendedright -ExtendedRights &quot;Send As&quot; &lt;br/&gt;And the same for &quot;Receive As&quot;</description>
		<content:encoded><![CDATA[<p>Hi,<br />Thanks for the lead &#8211; since the exchange administrator is also a domain administrator , he was specificly denied. We also are multi domain (politicly)<br />this solved it <br />Get-MailboxDatabase | SetAdPermission -User domain\user -AccessRights extendedright -ExtendedRights &#8220;Send As&#8221; <br />And the same for &#8220;Receive As&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john h.</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-185</link>
		<dc:creator>john h.</dc:creator>
		<pubDate>Thu, 12 Jun 2008 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-185</guid>
		<description>Thanks Shane,&lt;br/&gt;&lt;br/&gt;Can you delegate the change permission to a security group as well?&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&lt;br/&gt;John</description>
		<content:encoded><![CDATA[<p>Thanks Shane,</p>
<p>Can you delegate the change permission to a security group as well?</p>
<p>Thanks</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange_Genie</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-173</link>
		<dc:creator>Exchange_Genie</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-173</guid>
		<description>Let me doublecheck but I believe as along a you delegate the change permission to a user they will be able to run the command and modify the perms.</description>
		<content:encoded><![CDATA[<p>Let me doublecheck but I believe as along a you delegate the change permission to a user they will be able to run the command and modify the perms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John H.</title>
		<link>http://www.exchange-genie.com/2007/07/add-mailboxpermission-vs-add-adpermission-part-1/comment-page-1/#comment-172</link>
		<dc:creator>John H.</dc:creator>
		<pubDate>Thu, 05 Jun 2008 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=13#comment-172</guid>
		<description>Shane,&lt;br/&gt;&lt;br/&gt;Your stated by default, only members of the Exchange Organization Admin Role could run the add-mailbox permission.&lt;br/&gt;&lt;br/&gt;Is there a way to modify the permissions to allow Exchange Recipent Administrators to use this command?&lt;br/&gt;&lt;br/&gt;We are currently in a multidomain environment where the domain administrators are also exchange admins for users in their domain and have the Exchange Recipient Administrator Role assigned.  The goal is to have the domain admins to have full access to manage mailboxes only in their respective domains.  &lt;br/&gt;&lt;br/&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Shane,</p>
<p>Your stated by default, only members of the Exchange Organization Admin Role could run the add-mailbox permission.</p>
<p>Is there a way to modify the permissions to allow Exchange Recipent Administrators to use this command?</p>
<p>We are currently in a multidomain environment where the domain administrators are also exchange admins for users in their domain and have the Exchange Recipient Administrator Role assigned.  The goal is to have the domain admins to have full access to manage mailboxes only in their respective domains.  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

