Connect via powershell

 

$Cred = Get-Credential

 

$s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection

Import-PSSession $s

Add-RecipientPermission <Group Display name> -AccessRights SendAs -Trustee <user>