Visualizzazione post con etichetta Exchange 2010. Mostra tutti i post
Visualizzazione post con etichetta Exchange 2010. Mostra tutti i post

mercoledì 4 maggio 2011

Exchange 2010 W3WP High Memory Usage

Exchange 2010 High w3wp Memory Usage, it may happen that the w3wp service IIS going to saturate the Ram Exchange Server 2010 SP1.
This disruption can be caused by a worm Conficker.B, causing delays in the delivery of mail, with frequent disconnections client.

Solution:

Stop IIs

Downloaded from Windows Update, the update control worms in April
2011 and verify that there is rollup5 Microsoft Exchange 2010.

lunedì 25 ottobre 2010

Mandare una mail per conto di un gruppo su Exchange 2010

Mandare una mail per conto di un gruppo su Exchange 2010:

da Exchange 2010 PowerShell:

Set-DistributionGroup GroupName -GrantSendOnBehalfTo UserName

http://social.technet.microsoft.com/Forums/it-IT/exchangeit/thread/0782b6bb-8314-4edf-a498-40e0efda484a

venerdì 3 settembre 2010

Come conoscere lo spazio delle cassette postali su Exchange 2010

Per conoscere lo spazio delle cassette postali su un server Exchange 2010, basta andare in Exchange Managment Shell e digitare:


Get-MailboxStatistics -Server horo-na | sort-object totalitemsize -descending | format-table totalitemsize,displayname


verrà fuori un elenco di cassette postali in ordine di grandezza della stessa.