RE: [MDT-OSD] MDT 8443: Invalid DeploymentType value "" specified. The deployment will not proceed.

2016-11-17 Thread Michael Niehaus
I’ve duplicated the issue – it only happens when you specify SkipProductKey=NO in CustomSettings.ini. To fix the issue, either change CustomSettings.ini to specify SkipProductKey=YES or make a simple script change. The script in question in DeployWiz_ProductKeyVista.vbs. Find this line:

Re: [MDT-OSD] MDT / Windows Update / Drivers

2016-11-17 Thread Erik Wold
Hi, This will help you out: Set bInstall = False in "Drivers" in ZTIWindowsupdate.wsf in Deploymentshare\Scripts Mvh Erik On Thu, Nov 17, 2016 at 8:40 PM +0100, "Erik Droszcz" > wrote: Hello, I am struggling with deploying Windows 10 v1607

[MDT-OSD] RE: Modify Quick Action List

2016-11-17 Thread Matt Muster
Looks like you can just delete them out of the following registry location: HKCU\Control Panel\Quick Actions\Pinned From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Séguin, Mario (BAC/LAC) Sent: Thursday, November 17, 2016 9:53 AM To:

[MDT-OSD] MDT / Windows Update / Drivers

2016-11-17 Thread Erik Droszcz
Hello, I am struggling with deploying Windows 10 v1607 (Build 14393.447) using MDT 8443. The issue I am having is with drivers being downloaded during the Windows Update steps in the Task Sequence. I was reading this article https://technet.micros

[MDT-OSD] Modify Quick Action List

2016-11-17 Thread BAC/LAC
Hi All, Does anyone know if it's possible to modify the Quick Action list via a script. Thanks [cid:image001.png@01D240C0.C9168340]

[MDT-OSD] Windows 10 VPN Connection

2016-11-17 Thread BAC/LAC
Hi All, Does anyone know if it's possible to remove the ability to create VPN connections in Windows 10? Thanks [cid:image001.png@01D240C0.ABD817D0]

RE: [MDT-OSD] MDT / Windows Update / Drivers

2016-11-17 Thread Michael Niehaus
There is another way too: You can customize the query. But this wouldn't be necessary in cases where you are capturing an image. This is the logic from ZTIWindowsUpdate.wsf: If WScript.Arguments.Unnamed.Count > 0 then