# RecipientEnforcementProvisioningPolicy object is: # -Static object in tiny tenants (BPOS_L) # -Hydrated objects in dehydrated tenants (BPOS_S) if(!$AdvancedHydrateableObjectsSharedEnabled) { $PublicFolderMailboxCountQuota = $ServicePlanSettings.Organization.GetPublicFolderMailboxCountQuota(); # No. Update count quota Use cases # 1 Yes Install a new tenant # 2 Yes Upgrade existing tenant to a service plan with different count quota # 3 No Upgrade existing tenant to a service plan with same count quota # 2 will override customized count quota. Service plan gets high priority. # 3 will keep customized count quota if users are in similiar service plans. if($OldServicePlanSettings -eq $null -or $RoleIsCrossSKUMigration -or $RoleIsBPOSSHydration -or ($PublicFolderMailboxCountQuota -ne $OldServicePlanSettings.Organization.GetPublicFolderMailboxCountQuota())) { $recipientPolicy = Get-RecipientEnforcementProvisioningPolicy -Organization $RoleOrganizationHierarchicalPath -DomainController $RoleDomainController -IgnoreDehydratedFlag; Write-ExchangeSetupLog -info ("Service plan feature: PublicFolderMailboxCountQuota. Setting PublicFolderMailboxCountQuota to " + $PublicFolderMailboxCountQuota) ; Set-RecipientEnforcementProvisioningPolicy $recipientPolicy -PublicFolderMailboxCountQuota $PublicFolderMailboxCountQuota -DomainController $RoleDomainController -IgnoreDehydratedFlag; } }
Recipient Update Service '{3}' was configured to perform a full rebuild at {8}. This may cause a delay when processing new ...
Recipient Update Service not found or there is no server designated for the service. To have recipients and address lists ...
RecipientDomains must be specified for a Non-TransportRuleScoped connector, RecipientDomains should not be specified otherwise. ...
RecipientEnforcementProvisioningPolicy object is: # -Static object in tiny tenants (BPOS_L) # -Hydrated objects in dehydrated ...
RecipientEnforcementProvisioningPolicy object is: # -Static object in tiny tenants (BPOS_L) # -Hydrated objects in dehydrated ...
Recipients failed to prelicense per second is the number of recipients that failed to be prelicensed by the Prelicensing ...
Recipients prelicensed for external messages per second is the number of recipients successfuly prelicensed by the Prelicensing ...
Recipients prelicensed per second is the number of recipients successfully prelicensed by the Prelicensing Agent per second. ...
Recipients Rejected by Recipient Validation per second is the number of recipients rejected by recipient validation per second. ...