How to sysprep Windows 2008 server R2 or Windows 7
- No Comments
- Mar, 07, 2010
- Angelo Schalley
- vmware, Windows-Microsoft
run powershell ( run as Administrator )
c:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /shutdown
start machine
rename computer
restart
add to domain or other
install new exchange 2010 on Windows 2008 R2 64bit
- No Comments
- Mar, 05, 2010
- Angelo Schalley
- Exchange, Windows-Microsoft
install on DC :
powershell ( run as admin ) : ServerManagerCmd -i RSAT-ADDS
install on Exchange :
powershell ( run as admin ) : ServerManagerCmd -i RSAT-ADDS
install on exchange : 2007 Office System Converter: Microsoft Filter Pack (link)
powershell ( run as admin ) : Set-Service NetTcpPortSharing -StartupType Automatic
powershell ( run as admin ) : Import-Module ServerManager
powershell ( run as admin ) : 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
Read more on install new exchange 2010 on Windows 2008 R2 64bit…
clearing arp cache windows
- No Comments
- Mar, 04, 2010
- Angelo Schalley
- Windows-Microsoft
The Microsoft Windows ARP cache will occasionally become corrupt and need to be cleared.
The first symptom you are likely to notice is that connections to web pages will time out and fail.
Read more on clearing arp cache windows…