Vorbereiten des Forests und der Domäne
- Domänen und Forest-Schema müssen mindestens Windows 2003 native sein.
Forest:
Domäne
- setup /PrepareLegacyExchangePermissions
- setup /PrepareSchema
Quelle: http://technet.microsoft.com/de-de/library/bb125224.aspx
- Installation eines CAS Servers
Import-Module ServerManager
Add-WindowsFeature NET-Framework
Add-WindowsFeature RSAT-ADDS
Add-WindowsFeature Web-Server
Add-WindowsFeature Web-Basic-Auth
Add-WindowsFeature Web-Metabase
Add-WindowsFeature Web-Windows-Auth
Add-WindowsFeature Web-Net-Ext
Add-WindowsFeature Web-Lgcy-Mgmt-Console
Add-WindowsFeature WAS-Process-Model
Add-WindowsFeature RSAT-Web-Server
Add-WindowsFeature -ISAPI-Ext,Web-Digest-Auth
Add-WindowsFeature Web-Dyn-Compression | fl
Add-WindowsFeature NET-HTTP-Activation
Add-WindowsFeature RPC-Over-HTTP-Proxy
RestartDienst NET.TCP Port Sharing auf automatisch stellen
Installation des 2007 Office System Converter: Microsoft Filter Pack
Setup
- Installation eines MB/HUB Servers
Import-Module ServerManager
Add-WindowsFeature NET-Framework
Add-WindowsFeature RSAT-ADDS
Add-WindowsFeature Web-Server
Add-WindowsFeature Web-Basic-Auth
Add-WindowsFeature Web-Metabase
Add-WindowsFeature Web-Windows-Auth
Add-WindowsFeature Web-Net-Ext
Add-WindowsFeature Web-Lgcy-Mgmt-Console
Add-WindowsFeature WAS-Process-Model
Add-WindowsFeature RSAT-Web-Server
Add-WindowsFeature -ISAPI-Ext,Web-Digest-Auth
Add-WindowsFeature Web-Dyn-Compression | fl
Add-WindowsFeature NET-HTTP-Activation
Add-WindowsFeature RPC-Over-HTTP-Proxy
RestartDienst NET.TCP Port Sharing auf automatisch stellen
Installation des 2007 Office System Converter: Microsoft Filter Pack

Leave a comment