MDT 2010 Toetsenbord Instellingen Windows 7 & Windows 2008 (R2).

Tijdens het uitrollen van een OS wil je dat alle instellingen zodat Tijdzone, Land Instellingen & Toetsenboard instellingen automatisch goed worden gezet tijdens het deployen.

Alleen als je de instellingen van toetsenbord instellingen in CustomSettings.ini zet worden deze niet altijd doorgevoerd.

CustomSettings.ini Instellingen:
TimeZoneName=W. Europe Standard Time
TimeZone=110
AreaCode=0413
UserLocale=nl-NL
InputLocale=nl-US
KeyboardLocale=0413:00000409

Ik vond op frontslash.wordpress.com de oplossing:

To solve this problem, update the KeyboardLocale line in the ZTIGather.xml file to set allow overwrites to true.

<property id=”KeyboardLocale” type=”string” overwrite=”true” description=”Locale used for Keyboard, can be either 0409:00000409 or en-US format (default is OS Default)” />

Aangepast en nu worden de toetsenbord instellingen netjes toegepast.

MDT Property Reference
http://technet.microsoft.com/en-us/library/bb490304.aspx

VMWare Workstation 7 is vrijgegeven door VMWare

VMWare heeft VMWare Workstation 7 vrijgegeven door VMWare.

De volgende nieuwe OS worden ondersteund:
– Windows 7 Home Basic
– Windows 7 Premium
– Windows 7 Business
– Windows 7 Enterprise
– Windows 7 Ultimate
– Windows 2008 SP2, R2
– Windows Vista SP2

Nieuwe Features:
– Windows 7
– Aero
– Windows XP Mode Compatible
– 3D Graphics Verbeteringen voor Windows XP gasten
– vSphere Support ESX 4.0 Overwegingen voor het draaien van een ESX gast.
– Virtuele Printing
– Four-way SMP
– Guest 32GB Memory
– 256-bit Encryption
– AutoProtect
– Advanced Linux Sound Architecture (ALSA
– Cross-Platform License Keys
– Pauzeer een Virtual Machine
– Expand virtuele schijven
– Compact virtuele schijven
– Shared Folder Compatibiliteit
– On-Demand VMware Tools Download
– Drag and Drop Enhancements
– Virtual Network Editor
– Fuse Mount voor Linux
– Vereenvoudigde Verzamelen van Informatie over ondersteuning
– IPv6 Support

Officiële Release Notos vind je HIER

Essentiele Handleiding voor het uitrollen van Windows 7

Microsoft heeft een gratis E-book ter beschikking gesteld waar door middel van een aantal onderwerpen is uitgelegd wat er allemaal komt bij komen bij een Windows 7 uit rol. Hier komen ook MDT en WDS in voor.  Ik heb het even snel doorgelezen en er zitten zeker een aantal interessante onderwerpen tussen. Lees het pdf goed door.

Onderwerpen:
– Implementatieplatform
– Planning Deployment
– Testen Application Compatibility
– Ontwikkeling Disk Images
– Migrating User State Data
– Deploying Applications
– Voorbereiding Windows PE
– Configuring Windows Deployment Services (WDS)
– Met behulp van Volume Activation
– Implementeren met Microsoft Deployment Toolkit (MDT)

eBook

MDT 2010 Officieel Vrijgegeven & MDT 2010 Nieuwe Functies

Microsoft heeft MDT 2010 vrijgegeven. Dit is de tool van Microsoft waarmee OS mee uitgerold kunnen worden. De nieuwe versie heeft heel veel nieuwe functies. Deze versie ondersteund Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows 2008 en Windows 2008 R2.
Downloaden doe je MDT 2010 HIER

 Michael Niehaus heeft een overzicht gemaakt van alle nieuwe functies en stuk voor stuk uitlegt wat het doet. Ik heb even een mooi overzicht van gemaakt:

Automatically update MDT 2010 boot images in WDS
Automating Long-Running MDT 2010 Tasks

MDT 2010 New Feature #1: Logging directly to the network
MDT 2010 New Feature #2: Gathering virtualization details
MDT 2010 New Feature #3: Suspend and resume a Lite Touch task sequence
MDT 2010 New Feature #4: Folders everywhere
MDT 2010 New Feature #5: Support for multiple deployment shares
MDT 2010 New Feature #6: Drag and drop
MDT 2010 New Feature #7: Boot image creation optimized
MDT 2010 New Feature #8: No more visible command windows when booting Lite Touch Windows PE
MDT 2010 New Feature #9: Copy and paste support in the Deployment Workbench task sequence editor
MDT 2010 New Feature #10: Detection of signed drivers
MDT 2010 New Feature #11: Windows 7 and Windows Server 2008 R2 support
MDT 2010 New Feature #12: USMT 4.0 hardlink support
MDT 2010 New Feature #13: New task sequence templates
MDT 2010 New Feature #14: Database improvements
MDT 2010 New Feature #15: Finish actions
MDT 2010 New Feature #16: PowerShell support
MDT 2010 New Feature #17: Customizable boot image process
MDT 2010 New Feature #18: Selection Profiles
MDT 2010 New Feature #19: Improved Driver Management
MDT 2010 New Feature #20: General Purpose ConfigMgr wizard
MDT 2010 New Feature #21: Copying extra folders

Weekend Nieuws

Microsoft

Exchange 2007 SP2 Setup fails if all domain controllers are running Windows Server 2008 R2
Exchange 2007 SP2 & Windows 2008 Server Backup…
SYSVOL Replication Migration Guide: FRS to DFS Replication
Exchange Server 2010 Management Pack (x64) Release Candidate
How to use disclaimer in Exchange 2010
Uncovering the new Exchange 2007 SP2 Volume Snapshot (VSS) Plug-in (Part 1)
Uncovering the new Exchange 2007 SP2 Volume Snapshot (VSS) Plug-in (Part 2)
Exchange 2010 and Outlook 2003 clients – connection issues
New Intel iaStor driver available
BLOG: Alles over Nieuwe versie MDT 2010 
Group Policy Settings References for Windows and Windows Server
Windows Server 2008 R2 Upgrade Paths
Windows 7 Upgrade Paths

VMWare

vSphere-certification-style-prep-exam-now-online
VMworld 2009: ThinApp upcoming features
How to design a 700+ server datacenter that will only be used for a week
Firewall port connection diagram

VMWare vSphere Client 4 op Windows 7 X64 RTM

 vmware-logo-new-2009-400
Hoe de VMware vSphere Client versie 4  werkend krijgen op een 64-bits Windows 7 (RTM) installatie.  Wees er van bewust dat deze methode niet wordt aanbevolen in een productie omgeving, aangezien de client draait in ontwikkeling modus draait. Maar ik heb tot op heden nog geen problemen ontdekt.

Eerst moet je de  VpxClient.exe.config bestand bewerken die te vinden is in
C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher map.

Het moet er uit komen te zien als hier onder.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<connectionManagement>
<clear/>
<add address="*" maxconnection="8" />
</connectionManagement>
</system.net>
<appSettings>
<add key = "protocolports" value = "https:443"/>
</appSettings>
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
</configuration>

Vervolgens hebben we een bestand genaamd System.dll  nodig die niet bestaat op een niet Windows 7 machine.

Het is ook mogelijk om het config bestand en dll HIER te downloaden

Plaats de config bestand in C:\Program Files\Vmware\Infrastructure\Virtual Infrastructure Client\Launcher map.

In de Launcher maken we een nieuwe  map aan genaamd Lib en in deze map plaatsen we het gedownloade DLL-bestand.

Ga naar systeem eigenschappen en maak een nieuwe ‘Environment Variable en noem deze "Devpath” met de waarde van C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib. Je kunt deze vinden onder Control Panel –> System and Security –> System –> Advanced system settings

image

image

Herstart de PC en VMware vSphere Client nu moeten werken, zonder foutmeldingen.

BRON: http://communities.vmware.com/thread/211440

Upgrade MDT 2008 naar MDT 2010

1. Deinstalleer de oude de WAIK versie

2. Installeer op een Windows 2008 machine Powershell als Feature

3. Installeer de nieuwe WAIK Versie die ook Windows 7 & Windows 2008 R2 ondersteund.
image image
image image
image image

image 

4. Installeer MDT 2010
image image
image image
image

5. Start Deployment Workbench op.
image
Kies voor Open Deployment Share
image 
 image
Geef het oude path in de van de oude distributie map. Vergeet ook het vinkje niet aan te zetten.
 image
image 

5. Open Windows Deployment Services.

6. Gooi de oude Boot Images weg.

7. Voeg de twee nieuwe die tijdens de upgrade gemaakt zijn toe
LiteTouchPE_x86.wim
LiteTouchPE_x64.wim

image

Windows 2008 R2, Hyper V2, Exchange 2010, MDT Video’s

Op Edge van Microsoft Technet staan een heleboel mooie Video’s gemaakt door Microsoft.

Heb er maar even een mooie verzameling van gemaakt.

Zoals normaal je heb je geen “tijd” om alles te lezen of je moet geen leven hebben

Als je iets zit wat je leukt wat er bij zit vindt doe je voordeel er mee.

Windows Server 2008 R2: Remote Desktop Services – The Series (P1)
Windows Server 2008 R2: Remote Desktop Services – The Series (P2)
Windows Server 2008 R2- Remote Desktop Services – The Series (P3)
Windows Server 2008 R2- Remote Desktop Services – The Series (P4)
Windows Server 2008 R2- Remote Desktop Services – The Series (P5)

Part 1 Master Your Environment with System Center Configuration Manager 2007
Part 2 Master Your Environment with System Center Configuration Manager 2007
Part 3 Master Your Environment with System Center Configuration Manager 2007
Part 4 Master Your Environment with System Center Configuration Manager 2007

Hyper-V R2- Failover & Live Migration
Hyper-V R2- Making Highly Available VMs
Hyper-V R2- Making Highly Available VMs
Hyper-V R2- Dynamic Storage
Hyper-V R2- USB over Network with Fabulatech
Hyper-V R2- Introducing Cluster Shared Volumes
Hyper-V R2- Building a Hyper-V R2 Cluster
Hyper-V R2- Initial Installation & Configuration

Demo 1 – Hyper-V Live Migration
Demo 2 – Boot From VHD
Demo 3 – Windows PowerShell 2.0 Remoting
Demo 4 – Active Directory Enhancements

Microsoft Deployment Toolkit – building install media for Windows 7
Windows XP Migration to Windows 7 RC using MDT Beta 1 – Part 1- The OS Install
Windows XP Migration to Windows 7 RC using MDT 2010 Beta 1 – Part 2- How To Build It…

Open Source Software (OSS) on Windows Server 2008

Exchange 2010 Demo: Read and Reply State
Exchange 2010 Demo: Conversation View
Exchange 2010 Demo: Move Conversation
Exchange 2010 Demo: Nickname Cache
Exchange 2010 Demo: UM Card

Interview with Kristian Andaker on Transitions to Exchange Server 2010
Interview with Kristian Andaker on Exchange 2010 OWA
Interview with Matt Gossage on Exchange Server 2010 and Storage
Interview with Scott Schnoll on Exchange 2010 High Availability
Interview with Scott Schnoll on Backup Strategy in Exchange 2010
Interview with Becky Benfield on Exchange 2010 Site Resiliency at Tech Ed 2009

Waarom zijn dagen zo kort!!!!!!!!!!!!!

Audit Event Id 529 & 680 on Security Log in de Event Viewer

Een collega merkte de volgende event id’s log op verschillende server’s.

Ik werk momenteel op een Windows 7 RC machine die niet in het domein hangt.

Ik werk heel vaak met mRemote op Server over te nemen.

De meldingen waren als volgt:

eventid529 eventid680

De boosdoener was het volgende.

image
Check:
image

Oplossing:

Verander het volgende in:
image

Nu zijn de meldingen verdwenen op de desbetreffende server.

Technet Links:
Windows Server 2003-based domain controllers may incorrectly return the "NO_SUCH_USER (0xc0000064)" status code in response to logon requests

Kerberos Event ID: 529 is logged when you use a local user account to verify security access or group membership on a Windows Server 2003-based Kerberos client

Hoe een bootable vSphere ESXI 4 USB stick maken

vmware image

ESX 4i vereist minimaal 2048 MB aan geheugen.

Je hebt 2 tooltjes nodig om een vSphere ESXI 4.0 USB stick te maken.
Je kunt het ook met WinImage doen zie de handleidingen HIER & HIER

Maar op een of andere  manier krijg ik onder Windows 7 & Windows 7 een error met geen melding dus moet het maar op een andere manier. Zie de afbeelding hieronder.
image

Oplossing (WERKT NIET OP WINDOWS 7 COMPUTER)

1. 7-Zip(Free), DD (Gratis)

2. Download the ESXi ISO (VMware-VMvisor-Installer-4.0.0-164009.x86_64.iso)

3. Open de ISO met 7-Zip

4. Open “image.tgz” met 7-Zip

5. Ga naar  “\image.tgz.temptar\usr\lib\vmware\installer\VMware-VMvisor-big-164009-x86_64.dd.bz2\”

image

6. Extract “VMware-VMvisor-big-164009-x86_64.dd” & kopieer deze naar de map D:\DD

7. Pak dd-0.5.zip uit naar d:\dd\

8. Run –> CMD

9. Ga naar D:\DD

10 Typ het volgende dd –list enter

Je krijgt nu een lijst te zien met alle harddisk apparaten die in je computer zit
dd1

11. Zoek hier je USB stick op. Het is iets in de trend van \\?\Device\HarddiskVolume6

12. Type dan het volgende dd bs=1M if=VMware-VMvisor-big-164009-x86_64.dd of=\\?\Device\HarddiskVolume6 vervang het laatste stukje door je USB Stick…

13. Je hebt nu als het goed is een USB stick met daarop vSphere ESXi 4.0

dd2 

Veel plezier met je VMWare vSphere USB Stick 😀

Translate »