if ($ServicePlanSettings.Organization.TransportRuleCollectionRegexCharsLimit) { Microsoft.Exchange.Data.ByteQuantifiedSize ...

if ($ServicePlanSettings.Organization.TransportRuleCollectionRegexCharsLimit)          {              [Microsoft.Exchange.Data.ByteQuantifiedSize] $TransportRuleCollectionRegexCharsLimit = $ServicePlanSettings.Organization.TransportRuleCollectionRegexCharsLimit;              Set-Transportconfig -TransportRuleCollectionRegexCharsLimit $TransportRuleCollectionRegexCharsLimit -Identity:$RoleTenantName;          }