Get the ten biggest mailboxes in Exchange 2010 export to report using PowerShell
Get-Mailbox -database | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object...
Read MoreUse Powershell in Exchange 2010 to give a distribution group permissions to a security group’s member’s calendars’
The first thing you will want to do is create and active directory security group. In my example I create one named “calendartest”. ...
Read MoreManage Exchange 2010 Calendar Permissions Using Powershell
In this example we will add a domain group named group-calendarReviewers to a mailbox named Jeremy.Whittaker. We will give the group...
Read MoreRedirect port 80 on exchange 2010 to ssl or 443 for OWA or Outlook Web Access
You must use caution when changing the IIS settings for Exchange 2010. The reason is simple. Powershell or the Exchange management...
Read MoreHow to limit users access to OWA in Exchange 2007 via powershell
The first thing you’re going to want to do is create two users in active directory. OWAEnabled and OWADisabled You then need to...
Read More