Set an alias during mailbox creation

I'm trying to use

Set-QADUser $user -Proxy -ObjectAttributes @{"edsaCreateMsExchMailbox"=$true; "proxyAddress"= "SMTP:user@aliasdomain.it"}

to create a mailbox and set an alias.

It's not working. Any idea how to do that?

Thanks