Exchange 2007 & Windows Mobile

Hieronder de lijst met Features die ondersteund worden door de verschillende versie’s van Windows Mobile

Operating system Features
Windows Mobile 6.1 · Direct Push
· HTML e-mail support
· Message flags
· Quick message retrieval
· Task synchronization
· Global address book lookup
· Enhanced calendar views
· Meeting attendee information
· Out of Office management
· Exchange search
· Windows SharePoint Services and Windows file share (UNC) document access
· Enforcement of Exchange ActiveSync mailbox policies
· Remote device wipe
· Basic authentication
· Integration with Internet Security and Acceleration (ISA) Server
· Certificate-based authentication
· S/MIME support (with Exchange 2007 SP1)
· Device storage card encryption
· Support for rights management
Windows Mobile powered devices with the Messaging & Security Feature Pack Windows Mobile 6.0 en lager · Direct Push
· Global address book lookup
· Task synchronization
· Enforcement of Exchange ActiveSync mailbox policies
· Remote device wipe
· Secure Sockets Layer (SSL) encryption
· Basic authentication
· Integration with ISA Server
· Certificate-based authentication
· S/MIME support (with Exchange 2007 SP1)
All Windows Mobile powered devices · Synchronization of e-mail messages, calendar, and contact data
· SSL encryption
· Basic authentication
· Integration with ISA Server

Rollup 5 voor Exchange 2007 SP1 (KB953467)

Rollup 5 voor Exchange 2007 SP1 verschenen. Er zitten zijn paar belangrijke bugs opgelost.

  • KB949968 Unified Messaging does not handle the diversion header correctly in Exchange Server 2007 Service Pack 1
  • KB954197 Exchange 2007 CAS cannot copy the OAB from the OAB share on Windows Server 2008-based Exchange 2007 CCR clusters
  • KB957978 The OAB generation is unsuccessful and Event IDs 9328 and 9373 are logged in the Application log in a Windows Server 2008-based Exchange 2007 Single-Copy cluster environment

Meer informative over deze release te vinden is hier: KB953467
Je de patch HIER downloaden.

Powershell Start-Transscript

clip_image002
Start-Transcript is een handige tool.

Namelijk het logt namelijk alles wat je in typt in Powershell.

Dan kun je later filteren wat je bijvoorbeeld wilt gebruiken zonder kopiëren & plakken te gebruiken.

C:\PS>start-transcript

Dit start hij het transcript hij slaat het standaard op in de standaard locatie.

Ik gebruik vaak c:\PS>Start-Transcript -path d:\psexchtest.txt -noclobber

-Path zorgt er voor hij een tekst bestand aanmaakt op de schijf die ik gekozen heb met een naam die ik opgegeven heb.

-noclobber zorgt er voor dat het bestand niet overschreven wordt. Als hij ziet dat bestand bestaat dan krijg je een foutmelding.

Met stop-transcript wordt het bestand opgeslagen en wordt de transscript beëindigd.

Voorbeeldje:

start-transscript

Windows Deployment Toolkit 2008 (MDT) testen VMWare Workstation

Maak een Virtuele Machine aan OS Windows XP.
Zorg dat deze een Disk heeft van 10GB en 512MB geheugen lager als 512MB dan werkt MDT niet.
Voeg in de VMX file de volgende regel toe dan heb geen vmware drivers nodig
ethernet0.VirtualDev = “e1000”
Start de VM en boot van netwerk met PXE en druk dan twee keer op F12.

clip_image002
clip_image004

clip_image006

Voor nu laat ik het hierbij. Er komt nog een vervolg hier op met de deployen van Windows SP3 op de meest makkelijk en ideale manier.

De gemaakte Deployment Point Image “LiteTouchPE_x86.wim” Toevoegen aan Windows Deployment Services (WDS)

Onder E:DistributionBoot vind je 2 bestanden LiteTouchPE_x86.wim en LiteTouchPE_x86.iso

De WIM kun je aan WDS aan hangen onder Boot Images en de ISO kun je branden als je toevallig een netwerkkaart kaart hebt die geen PXE ondersteund.

clip_image001
clip_image002
clip_image003
clip_image004
clip_image005
clip_image006
image

Een OS toevoegen binnen Windows Deployment Toolkit 2008 (MDT)

De scherm afbeeldingen spreken voor zich

clip_image002
clip_image004

clip_image005
Je krijgt geen voltooi scherm te zien. Als alles is goed gegaan is dan zie je het OS in de lijst verschijnen.

64 bit Windows PE niet te zien in Windows Deployment Services

Zie je het volgende artikel voor het gemiste x64 in PXE.

http://technet2.microsoft.com/WindowsVista/en/library/9e197135-6711-4c20-bfad-fc80fc2151301033.mspx?mfr=true

Je moet x64 aanzetten als je 64bits OS wilt uitrollen via WDS zie het volgende stukje tekst:

• x64-based client computers do not receive an x64 Windows PE boot image. This can occur if the PXE basic input/output system (BIOS) implementation of the network booting computer does not correctly identify itself as being capable of working with x64-based computers. To work around this issue, enable architecture detection in the boot programs. To do this, run this command on your WDS server:

Commando: WDSUTIL /set-server /architecturediscovery:yes

Translate »