Archives
Categories
-
Recent Posts
- A quick look at using Windows 365 Cloud PC’s via Motorola Thinkphone
- Configuration Manager 2409 is globally available, what’s in it for you ?
- Technical Preview 2411 is out, upgrade now before your lab times out
- Automating Windows 365 part 3 – Provisioning Cloud PC’s
- Getting started with Azure Key Vault
-
Recent Comments
- ncbrady on Fixing: “Total identified Windows installations: 0”
- Nicole Daniele Genciane on Fixing: “Total identified Windows installations: 0”
- Colin Kelly on How can I use multiple monitors with Windows 365
- DK on Fixing: “Total identified Windows installations: 0”
- Dhruv 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