Ricerca Articoli

Tag: Exchange

Indirizzi IP di EOP (Exchange Online Protection)

I seguenti indirizzi IP del data center Microsoft vengono utilizzati da Microsoft Exchange Online Protection (EOP) durante l’invio o la ricezione della posta elettronica o per i servizi amministrativi e del portale di Exchange Online Protection. Per inviare e ricevere i messaggi da EOP o utilizzare i servizi amministrativi, verificare che la rete accetti connessioni […]

Impostare permessi calendari Exchange tramite PowerShell

Concedere la prima volta i permessi all’utente user2 per accedere come Proprietario al calendario dell’utente user1 add-MailboxFolderPermission -Identity user1:\calendario -user user2 -AccessRights Owner Modificare i permessi all’utente user2 per accedere come Proprietario al calendario dell’utente user1 set-MailboxFolderPermission -Identity user1:\calendario -user user2 -AccessRights Owner Concedere la prima volta i permessi al gruppo Userscalendar per accedere come […]

Managing Exchange 2010 External/Internal URL’s via PowerShell

Oltre a impostare gli Internal/external URL dalla Management Console si devono anche aggiungere dalla powerdhell: Set-WebServicesVirtualDirectory “servername\ews (Default Web Site)” -InternalUrl https://nome.dominio.it/ews/Exchange.asmx Set-ClientAccessServer -Identity servername -AutoDiscoverServiceInternalUri https://nome.dominio.it/Autodiscover/autodiscover.xml servername=nome del server exchange nome.dominio.it= url di accesso esterno (es: owa.azienda.com) Il link sottostante riporta tutti i comandi powershell per controllare e sistemare gli URL via powershell. http://social.technet.microsoft.com/wiki/contents/articles/5163.managing-exchange-2010-externalinternal-url-s-via-powershell.aspx […]

Limite dimensione file pst e ost

In questo articolo viene descritto come utilizzare le seguenti voci del Registro di sistema per limitare la dimensione del file pst e ost file. I valori indicati sono per impostare un limite di 50Gb con avviso a 47,5 Gb. Posizione chiavi di registro Outlook 2013 HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\PST HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\PST Outlook 2010 HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\PST HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\PST Outlook 2007 HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\PST HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PST […]

Installare ruoli richiesti da Exchange 2010

Aprire una console Windows PowerShell (in modalità elevata) e lanciare il seguente comando: Import-Module ServerManager Sui server che ospiteranno i ruoli Client Access, Hub Transport e Mailbox installare le componenti necessarie tramite le seguenti cmdlet: 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

Exchange 2003SP2 database size limit

On the computer running Exchange Server, start Regedit.exe. Open one of the following registry keys: Private Database HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Private-Mailbox Store GUID Public Database HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Public-Public Store GUID Create a new DWORD entry called “Database Size Limit in Gb” and give it the appropriate value for maximum database size in GB. For Exchange Server 2003 Standard […]