Quantcast
Channel: Exchange 2013 – azure365pro.com
Viewing all articles
Browse latest Browse all 170

Quick Tip – New-MailboxFolder – Exchange 2013

$
0
0

image_thumb1

 

New-MailboxFolder doesn’t have the capability of creating folders in users mailboxes.

When administrator is logged in . It has the capability of creating a folder only in Administrator mailbox

So an administrator cannot create Custom root folders in users mailboxes using this command. (RBAC has Implicit read scope set to Self – Which cannot be overridden)

EWS Managed API is the only alternative available to accomplish these tasks

PS —

To Create Folder in Administrator Mailbox

New-MailboxFolder -Parent administrator -Name Folder1

To Create Folder in Administrator Mailbox Below Inbox Folder

New-MailboxFolder -Parent :\Inbox -Name Folder1

image

Trying to Create a mailbox folder in user mailbox called “RR”

You will endup with an Error –saying it Doesn’t exist as it doesn’t have read permissions over the other objects

image

New-MailboxFolder -Parent RR -Name Folder1
The specified mailbox “RR” doesn’t exist.
+ CategoryInfo          : NotSpecified: (:) [New-MailboxFolder], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=EXCH2013,RequestId=4ccd32aa-dd39-489d-918b-5b37c8ac8ee8,TimeStamp=7/21/2014 5:15
:21 AM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] DC37182,Microsoft.Exchange.Management.StoreTask
s.NewMailboxFolder
+ PSComputerName        : exch2013.testcareexchange.biz

Satheshwaran Manoharan

Exchange MVP , Publisher of CareExchange.in
I have been supporting/Deploying/Designing Microsoft Exchange for some years . If you any Questions ?. Please share you thoughts via Comments.

LinkedIn Google+ Skype 


Viewing all articles
Browse latest Browse all 170

Trending Articles