Archives
Categories
-
-
Recent Posts
- Quick tip: Free up space on your ConfigMgr server
- Getting started with Windows 365 – Part 6. Point in time restore
- Getting started with Windows 365 – Part 5. Managing your Cloud PC
- How can I configure alerts for Windows 365 activity in Intune
- Windows 365 – Your connection failed – Error Code 0x3000047
-
Recent Comments
- ncbrady on Learn about Bitlocker Management in Microsoft Endpoint Configuration Manager version 1910 – part 8 Migration
- Matt Aljanabi on Learn about Bitlocker Management in Microsoft Endpoint Configuration Manager version 1910 – part 8 Migration
- ncbrady on Learn about Bitlocker Management in Microsoft Endpoint Configuration Manager version 1910 – part 8 Migration
- Matt Aljanabi on Learn about Bitlocker Management in Microsoft Endpoint Configuration Manager version 1910 – part 8 Migration
- Zephyr2084 on How can I RDP to an Azure AD joined Windows 10 device ?
-
-
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