<?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 for sidefumbling</title>
	<atom:link href="http://www.flobee.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flobee.net</link>
	<description>The consequence of not having six hydrocoptic marzelvanes.</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Scott</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1909</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1909</guid>
		<description>The mailbox folder structure also gets created when a message is sent to it.  (I just don&#039;t recall if the FreeBusy Data folder is, too.)  So you might be able to have the script send it an email, pause it long enough to ensure delivery has taken place (15 seconds should be more than enough), then assign the permission.</description>
		<content:encoded><![CDATA[<p>The mailbox folder structure also gets created when a message is sent to it.  (I just don&#8217;t recall if the FreeBusy Data folder is, too.)  So you might be able to have the script send it an email, pause it long enough to ensure delivery has taken place (15 seconds should be more than enough), then assign the permission.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Martin</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1906</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 21 Nov 2011 07:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1906</guid>
		<description>The idea were to create rooms from a CSV-file and assign &quot;Default&quot; as &quot;Reviewer&quot;. But if I cant assign the correct permissions without opening it manually first, then does it kinda sux (Hope Microsoft will fix this). Guess the next best thing is to assign Full Permission to me, pause the script, open Outlook, close Outlook again, and then continue the script and assign permissions - if I don&#039;t wanna do it 100% manually.</description>
		<content:encoded><![CDATA[<p>The idea were to create rooms from a CSV-file and assign &#8220;Default&#8221; as &#8220;Reviewer&#8221;. But if I cant assign the correct permissions without opening it manually first, then does it kinda sux (Hope Microsoft will fix this). Guess the next best thing is to assign Full Permission to me, pause the script, open Outlook, close Outlook again, and then continue the script and assign permissions &#8211; if I don&#8217;t wanna do it 100% manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Scott</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1904</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1904</guid>
		<description>You won’t be able to set the permission on the Freebusy Data folder until the mailbox has been accessed with Outlook (or, perhaps, when it receives an email message) since the folder structure doesn’t exist until then.  I even accessed a new mailbox with MFCMAPI and that alone doesn’t result in the folder’s creation.  It wasn’t until I opened the inbox from another profile that MFCMAPI showed the Freebusy Data folder existed).</description>
		<content:encoded><![CDATA[<p>You won’t be able to set the permission on the Freebusy Data folder until the mailbox has been accessed with Outlook (or, perhaps, when it receives an email message) since the folder structure doesn’t exist until then.  I even accessed a new mailbox with MFCMAPI and that alone doesn’t result in the folder’s creation.  It wasn’t until I opened the inbox from another profile that MFCMAPI showed the Freebusy Data folder existed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Martin</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1902</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 17 Nov 2011 10:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1902</guid>
		<description>Tried to create a new mailbox with powershell, but when I tries to run the &quot;fix&quot; does it state that freebusy data is missing...

Set-MailboxFolderPermission $mailbox&quot;:\non_ipm_subtree\freebusy data\&quot; -User default -AccessRights Reviewer</description>
		<content:encoded><![CDATA[<p>Tried to create a new mailbox with powershell, but when I tries to run the &#8220;fix&#8221; does it state that freebusy data is missing&#8230;</p>
<p>Set-MailboxFolderPermission $mailbox&#8221;:\non_ipm_subtree\freebusy data\&#8221; -User default -AccessRights Reviewer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Super duper delegate retrieval script by Matt Pollock</title>
		<link>http://www.flobee.net/super-duper-delegate-retrieval-script/comment-page-1/#comment-1894</link>
		<dc:creator>Matt Pollock</dc:creator>
		<pubDate>Wed, 19 Oct 2011 08:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=581#comment-1894</guid>
		<description>Hi Scott
I came across your site after looking for a script to get delegate info from an Exchange 2010 mailbox.
I&#039;ve downloaded your Get-Delegates.ps1 script and have followed the instructions you&#039;ve kindly published.....but I&#039;m getting errors when running the script and cannot see what needs to be amended. Can you look at the output errors and advise where the problem may be please?

When I run the script against my mailbox, I get the following output:
---------------------------------------------------------------
[PS] C:\scripts&gt;.\Get-Delegates.ps1 matthew.pollock -includeSendAs
Exception calling &quot;GetDelegates&quot; with &quot;3&quot; argument(s): &quot;The specified object was not found in the store.&quot;
At C:\scripts\Get-Delegates.ps1:56 char:23
+     $service.GetDelegates &lt;&lt;&lt;&lt; ($owner,$true)
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException

New-Object : Constructor not found. Cannot find an appropriate constructor for type System.Security.Principal.NTAccount
.
At C:\scripts\Get-Delegates.ps1:46 char:23
+         $adUser = New-Object &lt;&lt;&lt;&lt;  System.Security.Principal.NTAccount($_.User)
    + CategoryInfo          : ObjectNotFound: (:) [New-Object], PSArgumentException
    + FullyQualifiedErrorId : CannotFindAppropriateCtor,Microsoft.PowerShell.Commands.NewObjectCommand

You cannot call a method on a null-valued expression.
At C:\scripts\Get-Delegates.ps1:47 char:29
+         $aSID += $adUser.Translate &lt;&lt;&lt;&lt; ([System.Security.Principal.SecurityIdentifier]).Value
    + CategoryInfo          : InvalidOperation: (Translate:String) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull


Matt Pollock has  delegate(s)
---------------------------------------------------------------

Many Thanks

Matt Pollock</description>
		<content:encoded><![CDATA[<p>Hi Scott<br />
I came across your site after looking for a script to get delegate info from an Exchange 2010 mailbox.<br />
I&#8217;ve downloaded your Get-Delegates.ps1 script and have followed the instructions you&#8217;ve kindly published&#8230;..but I&#8217;m getting errors when running the script and cannot see what needs to be amended. Can you look at the output errors and advise where the problem may be please?</p>
<p>When I run the script against my mailbox, I get the following output:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[PS] C:\scripts&gt;.\Get-Delegates.ps1 matthew.pollock -includeSendAs<br />
Exception calling &#8220;GetDelegates&#8221; with &#8220;3&#8243; argument(s): &#8220;The specified object was not found in the store.&#8221;<br />
At C:\scripts\Get-Delegates.ps1:56 char:23<br />
+     $service.GetDelegates &lt;&lt;&lt;&lt; ($owner,$true)<br />
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException<br />
    + FullyQualifiedErrorId : DotNetMethodException</p>
<p>New-Object : Constructor not found. Cannot find an appropriate constructor for type System.Security.Principal.NTAccount<br />
.<br />
At C:\scripts\Get-Delegates.ps1:46 char:23<br />
+         $adUser = New-Object &lt;&lt;&lt;&lt;  System.Security.Principal.NTAccount($_.User)<br />
    + CategoryInfo          : ObjectNotFound: (:) [New-Object], PSArgumentException<br />
    + FullyQualifiedErrorId : CannotFindAppropriateCtor,Microsoft.PowerShell.Commands.NewObjectCommand</p>
<p>You cannot call a method on a null-valued expression.<br />
At C:\scripts\Get-Delegates.ps1:47 char:29<br />
+         $aSID += $adUser.Translate &lt;&lt;&lt;&lt; ([System.Security.Principal.SecurityIdentifier]).Value<br />
    + CategoryInfo          : InvalidOperation: (Translate:String) [], RuntimeException<br />
    + FullyQualifiedErrorId : InvokeMethodOnNull</p>
<p>Matt Pollock has  delegate(s)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Many Thanks</p>
<p>Matt Pollock</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to install all Exchange 2010 prerequisites by Scott</title>
		<link>http://www.flobee.net/script-to-install-all-exchange-2010-prerequisites/comment-page-1/#comment-1885</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 04 Oct 2011 14:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=491#comment-1885</guid>
		<description>You are correct that it doesn&#039;t take into account the latest .NET updates that may have superseded what the script is looking for.  It has been my intention to update the script to account for the latest fixes, but I haven&#039;t had time to do so.</description>
		<content:encoded><![CDATA[<p>You are correct that it doesn&#8217;t take into account the latest .NET updates that may have superseded what the script is looking for.  It has been my intention to update the script to account for the latest fixes, but I haven&#8217;t had time to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query for a mailbox&#8217;s size and quota by Scott</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-1884</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 04 Oct 2011 14:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-1884</guid>
		<description>The storage group and database name are implicitly known since they are contained in the homemdb attribute, which was retrieved in line 52.  To parse that, convert the string into an array; the database will be at index 0, and the storage group at index 1.  This code does it:

arrHomeMdb = Split(homemdb, &quot;,&quot;)
strDB = Mid(arrHomeMdb(0),4)
strSG = Mid(arrHomeMdb(1),4)

You can then add this information to the message box at line 138 (and to the shell output, if you want, at lines 135-137).</description>
		<content:encoded><![CDATA[<p>The storage group and database name are implicitly known since they are contained in the homemdb attribute, which was retrieved in line 52.  To parse that, convert the string into an array; the database will be at index 0, and the storage group at index 1.  This code does it:</p>
<p>arrHomeMdb = Split(homemdb, &#8220;,&#8221;)<br />
strDB = Mid(arrHomeMdb(0),4)<br />
strSG = Mid(arrHomeMdb(1),4)</p>
<p>You can then add this information to the message box at line 138 (and to the shell output, if you want, at lines 135-137).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query for a mailbox&#8217;s size and quota by Steve Tonna</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-1883</link>
		<dc:creator>Steve Tonna</dc:creator>
		<pubDate>Tue, 04 Oct 2011 08:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-1883</guid>
		<description>Thanks and great script,  Can you point me in the right direction in getting the script to display the Storage Group Name and Mail Store Name, aswell please. 

Thanks  Steve</description>
		<content:encoded><![CDATA[<p>Thanks and great script,  Can you point me in the right direction in getting the script to display the Storage Group Name and Mail Store Name, aswell please. </p>
<p>Thanks  Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to install all Exchange 2010 prerequisites by Kristofer</title>
		<link>http://www.flobee.net/script-to-install-all-exchange-2010-prerequisites/comment-page-1/#comment-1882</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Sat, 01 Oct 2011 00:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=491#comment-1882</guid>
		<description>hmm. I think it needs updating. when I run it it receives various errors about windows version number, .net 3.5 version update not relevant anymore. stuff like that.</description>
		<content:encoded><![CDATA[<p>hmm. I think it needs updating. when I run it it receives various errors about windows version number, .net 3.5 version update not relevant anymore. stuff like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert a mailbox GUID to the user and display name by Maurice</title>
		<link>http://www.flobee.net/convert-a-mailbox-guid-to-the-user-and-display-name/comment-page-1/#comment-1874</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=277#comment-1874</guid>
		<description>Great tool,

I started with the manual flipping of the guids like Microsoft suggest and searching for them using LDP but after about 15 of them I decided to use google and found this site.
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Great tool,</p>
<p>I started with the manual flipping of the guids like Microsoft suggest and searching for them using LDP but after about 15 of them I decided to use google and found this site.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically disable ActiveSync for new mailboxes in Exchange 2010 by Sean</title>
		<link>http://www.flobee.net/automatically-disable-activesync-for-new-mailboxes-in-exchange-2010/comment-page-1/#comment-1873</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 09 Sep 2011 08:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=510#comment-1873</guid>
		<description>You can use a start-sleep cmdlet in the script for new-mailbox to put a delay, so the if block would look like:

if($succeeded)
                {
                start-sleep -s 60
                $user = (Get-User $provisioningHandler.UserSpecifiedParameters[&quot;Name&quot;]).distinguishedName
                Set-CASMailbox $user -ActiveSyncEnabled $false
                }

The only caveat is that your wizard will pause for the 60s.

My current problem is getting the enable-mailbox block to trigger when I create a mailbox for an existing user through the EMC.  Just won&#039;t trigger.
</description>
		<content:encoded><![CDATA[<p>You can use a start-sleep cmdlet in the script for new-mailbox to put a delay, so the if block would look like:</p>
<p>if($succeeded)<br />
                {<br />
                start-sleep -s 60<br />
                $user = (Get-User $provisioningHandler.UserSpecifiedParameters["Name"]).distinguishedName<br />
                Set-CASMailbox $user -ActiveSyncEnabled $false<br />
                }</p>
<p>The only caveat is that your wizard will pause for the 60s.</p>
<p>My current problem is getting the enable-mailbox block to trigger when I create a mailbox for an existing user through the EMC.  Just won&#8217;t trigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically disable ActiveSync for new mailboxes in Exchange 2010 by galaara98</title>
		<link>http://www.flobee.net/automatically-disable-activesync-for-new-mailboxes-in-exchange-2010/comment-page-1/#comment-1870</link>
		<dc:creator>galaara98</dc:creator>
		<pubDate>Wed, 07 Sep 2011 21:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=510#comment-1870</guid>
		<description>My company has significant lag, so we adapted with a loop that tries to nonchalantly handle the missing object.  The code would be something similar to this:

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; 
&lt;Configuration version=&quot;1.0&quot;&gt; 
    &lt;Feature Name=&quot;MailboxProvisioning&quot; Cmdlets=&quot;enable-mailbox&quot;&gt; 
        &lt;ApiCall Name=&quot;OnComplete&quot;&gt; 
            if($succeeded) 
                { 
                $user = (Get-User $provisioningHandler.UserSpecifiedParameters[&quot;Identity&quot;]).distinguishedName 
                Set-CASMailbox $user -ActiveSyncEnabled $false
                } 
        &lt;/ApiCall&gt; 
    &lt;/Feature&gt; 
    &lt;Feature Name=&quot;MailboxProvisioning&quot; Cmdlets=&quot;new-mailbox&quot;&gt; 
        &lt;ApiCall Name=&quot;OnComplete&quot;&gt; 
            if($succeeded) {
                   $ErrorActionPreference = &quot;SilentlyContinue&quot;
                   $SecondsYouAreWillingToWait = 55 #I chose a for loop so it would give up after a while, set your tolerance here
                   Remove-variable user #a token precaution, a safeguard
                   for ($LoopVar = 0;$LoopVar -lt $SecondsYouAreWillingToWait;$LoopVar++) {
                        start-sleep –s 1
                        $user = (Get-User $provisioningHandler.UserSpecifiedParameters[&quot;Name&quot;]).distinguishedName
                        If (-not($user)) {#I prefer to test for null versus existence, personal preference
                             continue
                        } else {
                             Set-CASMailbox $user -ActiveSyncEnabled $false
                             break
                        }
                    }
                    $ErrorActionPreference = &quot;Continue&quot;
                    If ($LoopVariable –ge $SecondsYouAreWillingToWait) { #it never happened
                         #write-warning “Mailbox object never found in AD” #not useful to output, maybe eventvwr would be better
                    }
              } 
        &lt;/ApiCall&gt; 
    &lt;/Feature&gt; 
&lt;/Configuration&gt;</description>
		<content:encoded><![CDATA[<p>My company has significant lag, so we adapted with a loop that tries to nonchalantly handle the missing object.  The code would be something similar to this:</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;<br />
&lt;Configuration version=&quot;1.0&quot;&gt;<br />
    &lt;Feature Name=&quot;MailboxProvisioning&quot; Cmdlets=&quot;enable-mailbox&quot;&gt;<br />
        &lt;ApiCall Name=&quot;OnComplete&quot;&gt;<br />
            if($succeeded)<br />
                {<br />
                $user = (Get-User $provisioningHandler.UserSpecifiedParameters[&quot;Identity&quot;]).distinguishedName<br />
                Set-CASMailbox $user -ActiveSyncEnabled $false<br />
                }<br />
        &lt;/ApiCall&gt;<br />
    &lt;/Feature&gt;<br />
    &lt;Feature Name=&quot;MailboxProvisioning&quot; Cmdlets=&quot;new-mailbox&quot;&gt;<br />
        &lt;ApiCall Name=&quot;OnComplete&quot;&gt;<br />
            if($succeeded) {<br />
                   $ErrorActionPreference = &quot;SilentlyContinue&quot;<br />
                   $SecondsYouAreWillingToWait = 55 #I chose a for loop so it would give up after a while, set your tolerance here<br />
                   Remove-variable user #a token precaution, a safeguard<br />
                   for ($LoopVar = 0;$LoopVar -lt $SecondsYouAreWillingToWait;$LoopVar++) {<br />
                        start-sleep –s 1<br />
                        $user = (Get-User $provisioningHandler.UserSpecifiedParameters[&quot;Name&quot;]).distinguishedName<br />
                        If (-not($user)) {#I prefer to test for null versus existence, personal preference<br />
                             continue<br />
                        } else {<br />
                             Set-CASMailbox $user -ActiveSyncEnabled $false<br />
                             break<br />
                        }<br />
                    }<br />
                    $ErrorActionPreference = &quot;Continue&quot;<br />
                    If ($LoopVariable –ge $SecondsYouAreWillingToWait) { #it never happened<br />
                         #write-warning “Mailbox object never found in AD” #not useful to output, maybe eventvwr would be better<br />
                    }<br />
              }<br />
        &lt;/ApiCall&gt;<br />
    &lt;/Feature&gt;<br />
&lt;/Configuration&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically disable ActiveSync for new mailboxes in Exchange 2010 by Scott</title>
		<link>http://www.flobee.net/automatically-disable-activesync-for-new-mailboxes-in-exchange-2010/comment-page-1/#comment-1869</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=510#comment-1869</guid>
		<description>&quot;It&quot; isn&#039;t running enable-mailbox.  The two sections dictate what the agent should do if you run enable-mailbox or new-mailbox.  My guess is either DC replication latency is resulting in a user not found or that the user-specified parameter of Name isn&#039;t valid.  The parameter needs to be one that is named in the cmdlet.  Name is a required parameter and that is why it is safe to rely on that value when used with new-mailbox.  If it is because of DC latency, I have yet to figure out how to know which DC was used for the first cmdlet so that it can be specified to use in the second cmdlet (without hardcoding one in the first cmdlet).  To know if it is because of that, you can try specifying the DC to use with new-mailbox and then doing the same with the cmdlet the agent runs.</description>
		<content:encoded><![CDATA[<p>&#8220;It&#8221; isn&#8217;t running enable-mailbox.  The two sections dictate what the agent should do if you run enable-mailbox or new-mailbox.  My guess is either DC replication latency is resulting in a user not found or that the user-specified parameter of Name isn&#8217;t valid.  The parameter needs to be one that is named in the cmdlet.  Name is a required parameter and that is why it is safe to rely on that value when used with new-mailbox.  If it is because of DC latency, I have yet to figure out how to know which DC was used for the first cmdlet so that it can be specified to use in the second cmdlet (without hardcoding one in the first cmdlet).  To know if it is because of that, you can try specifying the DC to use with new-mailbox and then doing the same with the cmdlet the agent runs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically disable ActiveSync for new mailboxes in Exchange 2010 by Don</title>
		<link>http://www.flobee.net/automatically-disable-activesync-for-new-mailboxes-in-exchange-2010/comment-page-1/#comment-1868</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 30 Aug 2011 12:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=510#comment-1868</guid>
		<description>Based on the error - it looks like it&#039;s running enable-mailbox?</description>
		<content:encoded><![CDATA[<p>Based on the error &#8211; it looks like it&#8217;s running enable-mailbox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically disable ActiveSync for new mailboxes in Exchange 2010 by Don</title>
		<link>http://www.flobee.net/automatically-disable-activesync-for-new-mailboxes-in-exchange-2010/comment-page-1/#comment-1867</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 30 Aug 2011 12:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=510#comment-1867</guid>
		<description>One small issue - this works perfectly well for enabling a pre-existing user on AD, but doesn&#039;t seem to work for new users in AD (raises a huge error related to Identity not being valid).

Is there a reason both are different?</description>
		<content:encoded><![CDATA[<p>One small issue &#8211; this works perfectly well for enabling a pre-existing user on AD, but doesn&#8217;t seem to work for new users in AD (raises a huge error related to Identity not being valid).</p>
<p>Is there a reason both are different?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Exchange ActiveSync for users on Exchange 2010 by Blake Brannon</title>
		<link>http://www.flobee.net/disable-exchange-activesync-for-users-on-exchange-2010/comment-page-1/#comment-1866</link>
		<dc:creator>Blake Brannon</dc:creator>
		<pubDate>Tue, 16 Aug 2011 03:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=486#comment-1866</guid>
		<description>Tools like AirWatch can help solve the waiver issue for companies as you won&#039;t need to do a full wipe of the device through Exchange to wipe all corporate data from the device.</description>
		<content:encoded><![CDATA[<p>Tools like AirWatch can help solve the waiver issue for companies as you won&#8217;t need to do a full wipe of the device through Exchange to wipe all corporate data from the device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Scott</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1865</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 08 Aug 2011 13:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1865</guid>
		<description>You can just use the alias for the identity.  The AD cmdlets can be tricky when using identity, but the Exchange ones let you use display name, alias, SMTP address, etc.</description>
		<content:encoded><![CDATA[<p>You can just use the alias for the identity.  The AD cmdlets can be tricky when using identity, but the Exchange ones let you use display name, alias, SMTP address, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by JungleDongle</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1864</link>
		<dc:creator>JungleDongle</dc:creator>
		<pubDate>Mon, 08 Aug 2011 09:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1864</guid>
		<description>Hi,

What is the identity syntax exactly for room resource? I have tryed that same syntax with different variations for identity in Exchange Shell but it allways says that identity could not be found. Resource user account is by default disabled, could this influence on this matter?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What is the identity syntax exactly for room resource? I have tryed that same syntax with different variations for identity in Exchange Shell but it allways says that identity could not be found. Resource user account is by default disabled, could this influence on this matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Determine the proxy server when automatic detection is used by chrissie1</title>
		<link>http://www.flobee.net/determine-the-proxy-server-when-automatic-detection-is-used/comment-page-1/#comment-1860</link>
		<dc:creator>chrissie1</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=476#comment-1860</guid>
		<description>I thank you so much. I could kiss you.</description>
		<content:encoded><![CDATA[<p>I thank you so much. I could kiss you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get automatic notification when running low on BES licenses by Scott</title>
		<link>http://www.flobee.net/get-automatic-notification-when-running-low-on-bes-licenses/comment-page-1/#comment-1855</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 30 Jun 2011 20:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=81#comment-1855</guid>
		<description>Did you look at the script contents yet?  Lines 7-10 are labeled as being the configurable variables to work in your environment, notably the server name and database name.  Lines 12-15 are for configuring the email notification, notably the server and recipient.  If that isn&#039;t enough clarification, let me know.

Scott</description>
		<content:encoded><![CDATA[<p>Did you look at the script contents yet?  Lines 7-10 are labeled as being the configurable variables to work in your environment, notably the server name and database name.  Lines 12-15 are for configuring the email notification, notably the server and recipient.  If that isn&#8217;t enough clarification, let me know.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get automatic notification when running low on BES licenses by jeff tolman</title>
		<link>http://www.flobee.net/get-automatic-notification-when-running-low-on-bes-licenses/comment-page-1/#comment-1853</link>
		<dc:creator>jeff tolman</dc:creator>
		<pubDate>Fri, 24 Jun 2011 13:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=81#comment-1853</guid>
		<description>can you provide me with what areas i need to amend to utilise this script. Many Thanks</description>
		<content:encoded><![CDATA[<p>can you provide me with what areas i need to amend to utilise this script. Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find (and delete) orphaned delegate rules by Jeff K.</title>
		<link>http://www.flobee.net/find-and-delete-orphaned-delegate-rules/comment-page-1/#comment-1842</link>
		<dc:creator>Jeff K.</dc:creator>
		<pubDate>Tue, 10 May 2011 13:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=6#comment-1842</guid>
		<description>Awesome work!  We had to remove a bunch of people at a client site post-downsizing and they were plagued by the phantom delegate issue.  Your script made short work of finding the culprit.  Many thanks!!</description>
		<content:encoded><![CDATA[<p>Awesome work!  We had to remove a bunch of people at a client site post-downsizing and they were plagued by the phantom delegate issue.  Your script made short work of finding the culprit.  Many thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to install all Exchange 2010 prerequisites by Keith</title>
		<link>http://www.flobee.net/script-to-install-all-exchange-2010-prerequisites/comment-page-1/#comment-1840</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 28 Mar 2011 19:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=491#comment-1840</guid>
		<description>Thank you for the script.  I am reading &quot;Forgotten God&quot; by Francis Chan now.  It is a good read.</description>
		<content:encoded><![CDATA[<p>Thank you for the script.  I am reading &#8220;Forgotten God&#8221; by Francis Chan now.  It is a good read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Found a bug with Set-MailboxFolderPermission by Jay Ryan</title>
		<link>http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/comment-page-1/#comment-1833</link>
		<dc:creator>Jay Ryan</dc:creator>
		<pubDate>Sat, 05 Mar 2011 20:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=527#comment-1833</guid>
		<description>I ran into a similar problem and am finding your post helpful.  What I see is mailboxes moved from our 2003 environment have the non_ipm_subtree\freebusy data however mailboxes created in 2010 do not, and Outlook 2003 users are getting &quot;Unable to Open Free/busy information&quot;

Looking for answers...</description>
		<content:encoded><![CDATA[<p>I ran into a similar problem and am finding your post helpful.  What I see is mailboxes moved from our 2003 environment have the non_ipm_subtree\freebusy data however mailboxes created in 2010 do not, and Outlook 2003 users are getting &#8220;Unable to Open Free/busy information&#8221;</p>
<p>Looking for answers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to clear the mail attribute using PowerShell by mygoo0ool</title>
		<link>http://www.flobee.net/how-to-clear-the-mail-attribute-using-powershell/comment-page-1/#comment-1829</link>
		<dc:creator>mygoo0ool</dc:creator>
		<pubDate>Mon, 28 Feb 2011 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=409#comment-1829</guid>
		<description>Yatta \o/ !! Thank you very much for your post ;)</description>
		<content:encoded><![CDATA[<p>Yatta \o/ !! Thank you very much for your post <img src='http://www.flobee.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

