A nice PowerShell command to view all public folders’ sizes Get-PublicFolderStatistics | Sort-Object TotalItemSize -Descending | ft Name,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},@{label=”TotalDeletedItemSize(MB)”;expression={$_.TotalDeletedItemSize.Value.ToMB()}} -wrap | Out-String
Category: Office 365
Connect PowerShell to Office 365 (MsolService)
To connect the PowerShell to Office 365 you need: Microsoft Online Services Sign-In Assistant https://www.microsoft.com/en-us/download/details.aspx?id=39267 Azure Active Directory Module for Windows
Set maximum email message size for outbound messages
To set maximum email message size for outbound messages for an individual user do the following: #First check the current
Add members to distribution group using PowerShell
For Office 365 first Connect PowerShell to Exchange Online $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential
Download & Deploy Office 365 Business & ProPlus
If we need to do local installation of Office 365 to many computers or we need to do it offline then