Archives
Categories
-
Recent Posts
- First look at the Migrate to the cloud app
- Technical Preview 2204 is out, brings ADR organization, Admin service + dark mode improvements
- Cloud attach – Endpoint Managers silver lining – part 10 using apps with tenant attach
- New video: Escrow Bitlocker recovery password to the site during a task sequence in Configuration Manager 2203
- Enabling dark-mode in Configuration Manager 2203
-
Recent Comments
- ncbrady on First look at the Migrate to the cloud app
- Dany on First look at the Migrate to the cloud app
- glumc on OSD via boot media and CMG, available in TP2009
- ncbrady on Creating a VMSS CMG and setting VM size with Technical Preview 2105
- stuffygibbon on Creating a VMSS CMG and setting VM size with Technical Preview 2105
-
-
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