Archives
Categories
-
Recent Posts
- Getting started with Azure Key Vault
- Windows 11 has blank icons on the taskbar ? try this fix
- Updating the Windows app to the latest version
- Confused about Microsoft 365, Office 365, Enterprise Mobility + Security, and Windows 11 Subscriptions ?
- Getting more out of Windows 365 – Securing your Windows 365 PC’s
-
Recent Comments
- ncbrady on Fixing: “Total identified Windows installations: 0”
- Blake S on Fixing: “Total identified Windows installations: 0”
- ncbrady on Fixing: “Total identified Windows installations: 0”
- Blake S on Fixing: “Total identified Windows installations: 0”
- Christian O'Connor on Fixing: “Total identified Windows installations: 0”
-
-
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 https://blogs.technet.microsoft.com/windowsitpro/2017/10/10/see-whats-new-for-it-pros-in-windows-10-version-1709/ To find out how to get it, see https://blogs.windows.com/windowsexperience/2017/10/17/get-windows-10-fall-creators-update/ Downloads … Continue reading
Posted in 1709, Windows 10
Leave a comment