Disabilitare o abilitare il firewall in HYPER-V 2008 e Windows Server 2008 dalla riga di comando

A volte capita di dover abilitare/disabilitare il firewall dalla riga di comando in HYPER-V o Windows Server 2008. Ecco i comandi Per disabilitarlo netsh advfirewall set currentprofile state off Per abilitarlo netsh advfirewall set currentprofile state on
Read more...Tags:firewall , hyper-v , windows server 2008 , windows server 2008 R2
Installare Microsoft Exchange 2010 in Windows Server 2008 R2

Per prima cosa installare il Microsoft Filter Pack. Installare il ruolo di Active Directory e di WEB IIS Aprire la PowerShell ed eseguire il seguente comando: Import-Module ServerManager Sempre con la setssa PowerShell eseguire il seguente comando: 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 Questo installerà i pre-requisiti per Client Access, Hub Transport, e Mailbox roles. Dopo che Windows si sarà riavviato, dalla PowerShell eseguite il seguente comando: Set-Service NetTcpPortSharing -StartupType Automatic Per sicurezza eseguite Windows Update ed…
Read more...