Remove-RoutingGroupConnector – The operation couldn’t be performed because ‘rg-exchange’ matches multiple entries.
Wednesday, September 28th, 2011 Posted in Exchange, Powershell | No Comments »I have this problems that i could delete a routinggroup between an old Exchange 2003 and a new Exchange 2010. When i type Get-RoutingGroupConnector Name ...
TMG and Internet Explorer 9 – file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=
Tuesday, May 31st, 2011 Posted in Exchange, Windows | No Comments »Hello If you have Internet Explorer 9 and TMG / UAG installed on the same machine you need to apply this patch, else you will get: file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=%7B1FC3773B-C941-450C-BA39-224904EFD093%7D * Open "C:\Program Files\Microsoft Forefront Threat Management Gateway\UI_HTMLs\TabsHandler\TabsHandler.htc" Search for the 3 lines which contain "paddingTop", and ...
Get all mailboxes that have this domain in there primary email address
Wednesday, May 11th, 2011 Posted in Exchange | No Comments »GET-MAILBOX * | where { $_.PrimarySMTPAddress.Domain -eq 'kennethdalbjerg.dk' }
Roles to be installed before Exchange 2010 SP1
Friday, April 29th, 2011 Posted in Exchange, Windows | 1 Comment »Start powershell and run import-module servermanager Then run Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Active Sync – Unexpected Exchange mailbox Server (Exchange 2003)
Tuesday, February 15th, 2011 Posted in Exchange, Windows | No Comments »Unexpected Exchange mailbox Server error: Server: [server01.XXXX.XX] User: [XXX@XXXX.XX] HTTP status code: [503]. Verify that the Exchange mailbox Server is working correctly. If you got this error, please follow this steps: Try disabling the firewall Reset Exchange Folder in IIS - http://support.microsoft.com/kb/883380 (Dont ...
Give all users access to all mailbox calendar
Monday, February 14th, 2011 Posted in Exchange, Powershell | No Comments »foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity "$($Mailbox.Name):\calendar" -AccessRights Author -User default }
Exchange Room Mailbox automatic deletes calendar appointments
Monday, February 14th, 2011 Posted in Exchange | No Comments »If you have created a room mailbox, and want to create appointments directly in the calendar of the room mailbox, then you need to: Enable the user in Active Directory Set the password of the user Log on to a workstation with that ...
Backup of Exchange 2010 database level and document level with Ahsay
Friday, February 4th, 2011 Posted in Ahsay, Exchange, Windows | 4 Comments »Installation of the Ashay Client: Download the Ahsay Client: http://eval.ahsay.com/obs/download/obm-win.exe After the installation please apply the latest hotfix. http://download.ahsay.com/support/hot-fixes/55/obm-win-hotfix.zip Put the content of the hotfix into the folder: c:\program files\ahsayobm\ Disable Continous Backup services Database level: To backup the database level, just select Exchange Database Level, and ...
howto export mailbox size to CSV file Exchange 2007/2010
Tuesday, December 7th, 2010 Posted in Exchange | No Comments »Howto Export all mailbox'es and there size to a CSV file get-mailbox | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime | Export-Csv c:\exchange.csv
Test Exchange remote connectivity
Tuesday, November 9th, 2010 Posted in Computer, Exchange, Windows | No Comments »Microsoft have launch a new webpage to test Exchange remote connectivity. It can test: ActiveSync Activesync autodiscover Outlook autodiscover Microsoft Exchange Web Services Connectivity Tests Outlook Anywhere (RPC over HTTP) Inbound SMTP E-Mail Outbound SMTP E-Mail https://www.testexchangeconnectivity.com/