How can a set a Security Group's email address using PowerShell?

Set-ADGroup "SecurityGroupName" -Replace @{mail="[email protected]"}