Archives
Categories
-
Recent Posts
-
Recent Comments
- DK on Fixing: “Total identified Windows installations: 0”
- Dhruv on Fixing: “Total identified Windows installations: 0”
- ncbrady on Fixing: “Total identified Windows installations: 0”
- Billy Votta on Fixing: “Total identified Windows installations: 0”
- ncbrady on Fixing: “Total identified Windows installations: 0”
-
-
Meta
Category Archives: 1703
How can I enable the diagnostic prompt for Windows 10 upgrades in Windows 10 v1703 and later
Introduction On Windows 10 version 1607 and earlier during Windows 10 upgrades from one version to another, after the computer reboots to upgrade the operating system you’ll see a screen similar to the below At this point you could press … Continue reading
Posted in 1607, 1703, Windows 10
Leave a comment
How can I automate the deployment of Windows 10 (Creators Update) using MDT and PowerShell ?
Introduction This script has been written to allow you to automate the deployment Windows 10 version 1703 (Creators Update) using the latest available software including: Windows 10 x64 (version 1703, MSDN media) Microsoft Deployment Toolkit (MDT) build 8443 Latest available … Continue reading
Posted in 1703, MDT (build 8443), PowerShell, Windows 10
Leave a comment
How can I determine what SCEP AntiMalware policies are installed in Windows 10 version 1703
Introduction Windows 10 version 1703 was released to MSDN recently and of course many are upgrading their labs prior to the VLSC release. One thing that has changed drastically in Windows 10 version 1703 is the SCEP application (System Center … Continue reading
SCCM Query for All Windows 10 version 1703 ?
Introduction Here’s a quick post with a new query for All Windows 10 Version 1703 devices (excluding LTSB) select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_R_System.OSBranch != 2 and (SMS_R_System.OperatingSystemNameandVersion = ‘Microsoft Windows NT Workstation … Continue reading
Posted in 1703, Windows 10
1 Comment
ADK 1703 released, Windows 10 version 1703 on MSDN
Introduction Microsoft have released both Windows 10 version 1703 and ADK 1703 today, one is on MSDN the other on Microsoft’s download site. Download the media Download Windows ADK 1703 Download Windows 10 version 1703 What’s new in Windows 10 … Continue reading
Posted in 1703, Assessment and Deployment Kit, MSDN, Windows 10
1 Comment