ps1 bogus
The account specified is not mailbox enabled or could not be found in Active
Directory.
Chapter 15: User, Group, and Public Folder Administration
463
When the mailbox - enabled user identity is for a resource mailbox and not a user mailbox, the following
error message is generated:
[PS] C:\ > newuser-publicfolder.ps1 confrm1
The mailbox enabled account specified is not a user mailbox.
When a public folder for the mailbox - enabled user already exists, the following error message is
generated:
[PS] C:\ > newuser-publicfolder.ps1 user1
A Public Folder for this user already exists.
If the default public folder store for the mailbox - enabled user is not available, the following error
message is generated:
[PS] C:\ > newuser-publicfolder.ps1 user3
Public Folder Database ???MB001\Public Folder Database??™ is not available. Please
check it??™s status.
When a mailbox - enabled user who does not already have a public folder is used as the identity,
the script executes and creates the folder. The output is standard for the New-PublicFolder and
Set-PublicFolderPermission cmdlets.
[PS] C:\ > newuser-publicfolder.ps1 user3
Name Parent Path
---- -----------
User Three \Corporate
Identity : \corporate\User Three
User : exchangeexchange.local/Corporate/User Three
AccessRights : {Editor}
One aspect of a script like newuser-publicfolder.
Pages:
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645