Category: Office 365
Office 365 Exchange Online Forward email to multiple addresses
In General it is not possible to forward an email to multiple addresses. This command…
Get Users with a specific Office 365 License
Sometimes we need to get users with a specific Get-MsolUser -MaxResults 15000 | Where-Object {($_.licenses).AccountSkuId…
Useful PowerShell Commands for Office 365 Administration
Users Get-MsolUser -UserPrincipalName xxxx Groups Get-Group -Identity xxxx Get-DistributionGroup -Identity xxxx Remove-UnifiedGroup -Identity Set-DistributionGroup –Identity…