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…
What is: BPDU filter? – bpdufilter
- No Comments
- Mar, 05, 2010
- Angelo Schalley
- Cisco, Networking
BPDUs are the messages exchanged between switches to calculate the spanning tree topology. BPDU filter is a feature used to filter sending or receiving BPDUs on a switchport.
It is extremely useful on those ports which are configured as portfast ports as there is no need to send or receive any BPDU messages on of these ports.
Read more on What is: BPDU filter? – bpdufilter…