Skip to content
Apostolidis Cloud Corner

Apostolidis Cloud Corner

Remarks from a Cloud Architect encounters

  • Home
    • Privacy Policy
  • About me
    • About me
    • Contact Me
  • Azure
  • Microsoft
    • Azure
    • IaC
    • Office 365
    • PowerShell
    • Clients
    • Servers
    • Exchange
    • Hyper-V
  • Linux
  • Ελληνικα
  • Videos
  • Speaking
  • Podcasts

Tag: exchange 2013

Public Folder Sizes

September 5, 2015 Pantelis Apostolidis Exchange, Microsoft, Office 365, PowerShell, Servers Leave a comment

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

Share
Continue reading

Set maximum email message size for outbound messages

May 18, 2015 Pantelis Apostolidis Exchange, Microsoft, Office 365, PowerShell, Servers Leave a comment

To set maximum email message size for outbound messages for an individual user do the following: #First check the current

Share
Continue reading

Create Distribution Groups on Exchange using EMS

May 11, 2015 Pantelis Apostolidis Exchange, Microsoft, Servers Leave a comment

To create a distribution group on Exchange 2010, 2013 & Exchange Online using EMS the command is: New-DistributionGroup -Name “Name”

Share
Continue reading

Create contacts on Exchange using EMS

May 11, 2015 Pantelis Apostolidis Exchange, Microsoft, Servers Leave a comment

To create a contact on Exchange 2010, 2013 & Exchange Online using EMS the command is: New-MailContact -DisplayName “Display Name”

Share
Continue reading

Add members to distribution group using PowerShell

April 1, 2015 Pantelis Apostolidis Exchange, Microsoft, Office 365, Servers Leave a comment

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

Share
Continue reading

Posts pagination

«Previous Posts 1 2 3 Next Posts»

Buy Me A Coffee

Tags

active directory (7) application gateway (4) automation (16) azure (113) azure backup (6) azure front door (6) azurerm (77) azure rm (8) azure security center (5) azure vm (16) backup (6) cluster (4) core (6) devops (5) exchange (22) exchange 2013 (13) exchange online (15) hyper-v (4) iis (5) json (4) linux (4) log analytics (5) managed disks (4) monitoring (5) nested virtualization (6) nsg (5) office 365 (18) oms (5) powershell (42) puppet (5) security (8) speaker (6) sql (16) storage (11) storage account (8) udr (4) virtual machine (10) virtual network (17) virtual network gateway (4) vnet (8) vpn (10) waf (6) web app (6) web application firewall (5) windows server (10)
Copyright © 2014-2025 | Apostolidis Cloud Corner