Sharing of thoughts and information is what blogging is all about. This way we can learn from each other. Post A Comment!These postings are provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use.
Resident Bloggers
Chris Di LulloSr. IT Pro Marketing Manager Twitter | LinkedIn Pierre Roman Twitter | LinkedIn Mitch Garvis Twitter | LinkedIn Anthony Bartolo Twitter | LinkedIn
This post is the fourth and final post in a 4-part series for our French-speaking readers on how to use MDT 2010 to deploy Windows 7 in your environment. The series is written by Yannick Plavonil, a Microsoft MVP based in Quebec. You can find this and more on his own blog – Revue du Geek.
Let me know what other topics you would like covered in the future. Leave a comment or send an email by clicking on the link to the right of this post.
Objectif:
Cette derniere partie explique brievement comment utiliser la base de donnée dans MDT 2010.
Pré-requis:
Avant de pouvoir utiliser notre instance SQLExpress, il reste quelque configuration à faire dans la console Deployment Workbench.
Creation de la BD de déploiement
Configuration des permissions pour la base de donnée
Avec la console SQL Management Studio, creer un Security Login pour le compte Labyp\BuildAccount et ajouter les permissions db_datareader sur la base MDT.
Configuration des propriétés du point de déploiement
[Default] _SMSTSORGNAME=LABYP OSInstall=Y SkipAppsOnUpgrade=NO SkipAdminPassword=YES SkipProductKey=YES SkipComputerName=YES SkipDomainMembership=YES SkipUserData=YES UserDataLocation=AUTO SkipLocaleSelection=YES SkipTaskSequence=NO SkipTimeZone=YES SkipApplications=YES SkipBitLocker=YES SkipSummary=YES SkipBDDWelcome=YES SkipCapture=YES SkipFinalSummary=NO TimeZone=035 TimeZoneName=Eastern Standard Time
JoinDomain=LABYP DomainAdmin=LABYP\JoinAccount DomainAdminPassword=Passw0rd MachineObjectOU=ou=NewComputers,dc=labyp,dc=com
WSUSServer=http://MDT01
[CSettings] SQLServer=MDT01 Instance=SQLEXPRESS Database=MDT Netlib=DBNMPNTW SQLShare=Logs$ Table=ComputerSettings Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR
[CRoles] SQLServer=MDT01 Instance=SQLEXPRESS Database=MDT Netlib=DBNMPNTW SQLShare=Logs$ Table=ComputerRoles Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR
[RApps] SQLServer=MDT01 Instance=SQLEXPRESS Database=MDT Netlib=DBNMPNTW SQLShare=Logs$ Table=RoleApplications Parameters=Role Order=Sequence
Creer une entrée dans la BD pour faire un exemple
Exemple pour des applications en fonction des roles
Commencer par ajouter une application dans Deployment Workbench. ici dans mon exemple j’utilise Siverlight.
Donc voici un exemple qui montre comment utiliser la base de donnée dans MDT.