Get-Mailbox -Filter {(customattribute5 -eq "costcenter1") -and (customattribute13 -ne $null)} |ForEach-Object {Set-Mailbox -Identity $_.alias, -IssueWarningQuota $_.customattribute10 -ProhibitSendQuota $_.customattribute13 -WhatIf}