You can add Calendar Permissions Using Powershell for users using the following command: if user2 needs to access user1's calendar Add-MailboxFolderPermission -identity “user1:\calendar” –user “user2” -AccessRights Reviewer the same can be done to give permission to a security group Add-MailboxFolderPermission -identity “user1:\calendar” –user “DomainName\securitygroup” -AccessRights Reviewer Below is the list of access rights and explanation None FolderVisible … Continue reading Manage Exchange 2010 Calendar Permissions Using Powershell
Exchange 2010
Redirect Exchange OWA to default site and force SSL in Exchange 2010
OWA redirect to default site forcing SSL is useful If you have those one or two users who cant seem to remember to add the https or the OWA to the exchange OWA url. To do this via IIS manger can be time consuming and tricky, below is the script which I came across (Mark … Continue reading Redirect Exchange OWA to default site and force SSL in Exchange 2010
Insufficient System resources in Exchange 2010, disable back pressure/resource monitoring
Starting from Exchange 2007, the edge transport service uses the system resource monitoring feauture to determine vital resources such as hard drive space and memory and take action in an attempt to prevent service outages. This can be a pain as the whole thing is calculated on a formula, 100 * (hard disk size - fixed constant) … Continue reading Insufficient System resources in Exchange 2010, disable back pressure/resource monitoring
Deleted Mailbox missing in Disconnected Mailbox under Recepient configuration in Exchange 2010
This is because the clean up agent hasnt run yet, to run it use PS: Clean-MailboxDatabase databasename