Archives
Categories
-
Recent Posts
-
Recent Comments
- ncbrady on ARM64 support for OSD added to Configuration Manager
- Luis on ARM64 support for OSD added to Configuration Manager
- Ed on Fixing: “Total identified Windows installations: 0”
- SuFan on Problems imaging a Surface Go 4 using Configuration Manager
- johndevr on An update about location redirection on Windows 365 Cloud PCs
-
-
Meta
Category Archives: 1709
How can I customize the start screen in Windows 10 using Intune
Introduction I’ve been doing a lot of testing with Windows AutoPilot recently (blog post coming soon), and as part of that testing, I wanted my Windows 10 version 1709 (Fall Creators update) devices to have a customized start screen (or … Continue reading
Posted in 1709, Intune, Office 365 Suite, Start Screen
Leave a comment
How can I automate the deployment of Windows 10 version 1709 (Fall Creators Update) using MDT and PowerShell ?
Introduction Microsoft released the new Surface Pro and recently a new operating system, Windows 10 version 1709 (Fall Creators Update). Now you can automate the installation of it using PowerShell. This script has been written to allow you to automate … Continue reading
Posted in 1709, MDT (build 8443), PowerShell
Leave a comment
Collection query for All Windows 10 version 1709
This is a quick post about a query you can use to find All Windows 10 version 1709, here’s the query ! 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 = … Continue reading
Posted in 1709, Windows 10
Leave a comment
Windows 10 version 1709 is on VLSC now !
Introduction Windows 10 version 1709 (Fall Creators Update) is finally available on Microsoft’s Volume Licensing Service Center. To see what’s new in Windows 10 1709 see the following post See what’s new for IT pros in Windows 10, version 1709 … Continue reading
Posted in 1709, Windows 10
Leave a comment