Delete Email

Hello All, I have a need to user Active Roles cmdlets to script the mailbox disablement of DL's and Users. I have the user one but not sure what to use for Groups.

User Mailbox disablement: (This works)

Set-QADUser -Identity $userObj -Proxy -ObjectAttributes @{'edsaDeleteMailbox'=$true}

Group Mailbox disablement (This is not working)

Set-QADGroup -Identity $adObj -Proxy -ObjectAttributes @{'edsaDeleteEmail'=$true}

Anyone have any ideas?

Thanks, Lu