|
Parameter
|
Required
|
Type
|
Description
|
|---|
|
Identity
|
Required
|
Microsoft.Exchange.Configuration.Tasks.PublicFolderIdParameter
|
Use the Identity parameter to specify the GUID or public folder name that represents a specific public folder. You can also include the path using the format TopLevelPublicFolder\PublicFolder.
You can omit the parameter label Identity so that only the public folder name or GUID is supplied.
|
|
AgeLimit
|
Optional
|
Microsoft.Exchange.Data.EnhancedTimeSpan
|
The AgeLimit parameter specifies the overall age limit on the folder. Replicas of this public folder will be automatically deleted when the age limit is exceeded. This parameter is mutually exclusive with the UseDatabaseAgeDefaults parameter.
|
|
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
|
The DomainController parameter specifies the domain controller to use to write this configuration change to Active Directory. Use the fully qualified domain name (FQDN) of the domain controller that you want to use.
|
|
HiddenFromAddressListsEnabled
|
Optional
|
System.Boolean
|
The HiddenFromAddressListsEnabled parameter specifies whether to hide the public folder from address lists.
|
|
Instance
|
Optional
|
Microsoft.Exchange.Data.Mapi.PublicFolder
|
The Instance parameter enables you to pass an entire object to the command to be processed. It is mainly used in scripts where an entire object must be passed to the command.
|
|
LocalReplicaAgeLimit
|
Optional
|
Microsoft.Exchange.Data.EnhancedTimeSpan
|
The LocalReplicaAgeLimit parameter specifies the age limit of the replica on the connected server, if there is a replica on it.
|
|
MaxItemSize
|
Optional
|
Microsoft.Exchange.Data.Unlimited
|
The MaxItemSize parameter specifies the maximum item size in kilobytes (KB) that can be posted. This parameter is mutually exclusive with the UseDatabaseQuotaDefaults parameter.
|
|
Name
|
Optional
|
System.String
|
The Name parameter specifies the name for the public folder.
|
|
PerUserReadStateEnabled
|
Optional
|
System.Boolean
|
The PerUserReadStateEnabled parameter specifies to maintain read and unread data on a per-user basis.
|
|
PostStorageQuota
|
Optional
|
Microsoft.Exchange.Data.Unlimited
|
The PostStorageQuota parameter specifies the size (in KB) when a public folder doesn't allow posting. This parameter is mutually exclusive with the UseDatabaseQuotaDefaults parameter.
|
|
Replicas
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter[]
|
The Replicas parameter specifies a list of Mailbox servers with which to replicate this public folder.
|
|
ReplicationSchedule
|
Optional
|
Microsoft.Exchange.Data.Schedule
|
The ReplicationSchedule parameter specifies the replication schedule for the folder in the following format:
Weekday.Hour:Minute [AM/PM]-Weekday.Hour:Minute [AM/PM].
Weekdays can be is full form or abbreviated. If you prefer to use a 24-hour clock, omit AM/PM. Formats can be mixed.
Example: Sun.1:15 AM-Monday.23:00
This parameter is mutually exclusive with the UseDatabaseReplicationSchedule parameter.
|
|
RetainDeletedItemsFor
|
Optional
|
Microsoft.Exchange.Data.EnhancedTimeSpan
|
The RetainDeletedItemsFor parameter specifies the retention time for deleted items. This parameter is mutually exclusive with the UseDatabaseRetentionDefaults parameter.
|
|
Server
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter
|
The Server parameter specifies the server on which to perform the selected operations.
|
|
StorageQuota
|
Optional
|
Microsoft.Exchange.Data.Unlimited
|
The StorageQuota parameter specifies the size (in KB) when the public folder will start issuing warnings. This parameter is mutually exclusive with the UseDatabaseQuotaDefaults parameter.
|
|
UseDatabaseAgeDefaults
|
Optional
|
System.Boolean
|
The UseDatabaseAgeDefaults parameter specifies to use the database age limit.
|
|
UseDatabaseQuotaDefaults
|
Optional
|
System.Boolean
|
The UseDatabaseQuotaDefaults parameter specifies to use the public store quota limits.
|
|
UseDatabaseReplicationSchedule
|
Optional
|
System.Boolean
|
The UseDatabaseReplicationSchedule parameter specifies the public folder replication schedule.
|
|
UseDatabaseRetentionDefaults
|
Optional
|
System.Boolean
|
The UseDatabaseRetentionDefaults parameter specifies to use the database retention defaults.
|
|
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.
|