|
Parameter
|
Required
|
Type
|
Description
|
|---|
|
DefaultFolderType
|
Required
|
System.Nullable
|
The DefaultFolderType parameter specifies which type of default folder to create (for example, an additional Inbox folder). When you have multiple copies of a default folder, you can assign different content settings to each one. For example, you could have two Inbox folders, one for which the contents are retained for one month, and a second for which the contents are retained for one year. You must assign a unique name (using the Name parameter) to each of the multiple managed default folders.
If a value in not entered for the DefaultFolderType parameter, a managed custom folder is created. The folder types that you can specify are:
-
Calendar
-
Contacts
-
DeletedItems
-
Drafts
-
Inbox
-
JunkEmail
-
Journal
-
Notes
-
Outbox
-
SentItems
-
Tasks
-
All
-
ManagedCustomFolder
-
RssSubscriptions
-
SyncIssues
-
ConversationHistory
|
|
FolderName
|
Required
|
System.String
|
The FolderName parameter specifies the name of the folder as it will appear in users' mailboxes. You cannot set the FolderName value for managed default folders. This string can be up to 255 characters long.
Note:
The FolderName parameter should not be confused with the Name parameter.
|
|
Name
|
Required
|
System.String
|
The Name parameter specifies a unique name for the folder. This value is used by the administrator as a handle for the folder. It does not appear in users' mailboxes. This string can be up to 65 characters long.
Note:
The Name parameter should not be confused with the FolderName parameter.
|
|
BaseFolderOnly
|
Optional
|
System.Boolean
|
The BaseFolderOnly parameter is used to prevent managed folder assistant from applying mailbox policy to the content of subfolders of the managed folder.
|
|
Comment
|
Optional
|
System.String
|
The Comment parameter specifies the default administrator comment to be displayed with the folder in Microsoft Outlook 2007 and Outlook Web Access. This string can be up to 255 characters long.
|
|
Confirm
|
Optional
|
System.Management.Automation.SwitchParameter
|
The Confirm parameter causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm parameter.
|
|
DomainController
|
Optional
|
Microsoft.Exchange.Data.Fqdn
|
To specify the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory, include the DomainController parameter in the command.
|
|
LocalizedComment
|
Optional
|
Microsoft.Exchange.Data.MultiValuedProperty
|
The LocalizedComment parameter specifies localized administrator comments and their languages. Localized comments are displayed instead of the default comment when the language setting of Outlook 2007 matches a language specified for this parameter value. Comments must be in the form ISOLanguageCode:Comment (for example, -LocalizedComment EN-US:"This is a localized comment in US English").
|
|
LocalizedFolderName
|
Optional
|
Microsoft.Exchange.Data.MultiValuedProperty
|
The LocalizedFolderName parameter specifies localized folder names and their languages. Localized folder names are displayed instead of the default folder name when the language setting of Outlook 2007 matches a language specified for this parameter value. Comments must be in the form ISOLanguageCode:Comment (for example, -LocalizedFolderName EN-US:"This is a localized folder name in US English").
|
|
MustDisplayCommentEnabled
|
Optional
|
System.Boolean
|
If the MustDisplayCommentEnabled parameter is present and is set to $true, the parameter sets a flag that is used by Outlook 2007 to prevent users from minimizing a folder comment (that is visible in Outlook 2007 and Outlook Web Access). If the parameter is not present or is set to $false, users can minimize the comment.
|
|
StorageQuota
|
Optional
|
Microsoft.Exchange.Data.Unlimited
|
The StorageQuota parameter specifies the storage size limit for the mailbox folder. When the folder size exceeds this limit, no additional items may be added. Mailbox sizes can be specified in kilobytes (KB) or megabytes (MB), (for example, as 100 KB or 5 MB).
|
|
TemplateInstance
|
Optional
|
System.Management.Automation.PSObject
|
When an existing object is supplied to the TemplateInstance parameter, the command uses the configuration of that object to create an exact duplicate of the object on a local or target server.
|
|
WhatIf
|
Optional
|
System.Management.Automation.SwitchParameter
|
The WhatIf parameter instructs the command to simulate the actions that it would take on the object. By using the WhatIf parameter, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf parameter.
|