Archives
Categories
-
Recent Posts
-
Recent Comments
-
-
Meta
Author Archives: ncbrady
Update 1802 for Configuration Manager Technical Preview Branch – Available Now!
This month’s new preview features include: Improvements in OSD Improvements to Windows 10 in-place upgrade task sequence – The default task sequence template for Windows 10 in-place upgrade now includes additional groups with recommended actions to add before and after … Continue reading
How can I enable the diagnostic prompt for Windows 10 upgrades in Windows 10 v1703 and later
Introduction On Windows 10 version 1607 and earlier during Windows 10 upgrades from one version to another, after the computer reboots to upgrade the operating system you’ll see a screen similar to the below At this point you could press … Continue reading
Posted in 1607, 1703, Windows 10
Leave a comment
How can I send notification messages using PowerShell in Microsoft Intune
Introduction Occasionally you want to inform users about something, such as the need to update or install software, and the easiest way to do that is with some sort of a popup notification. The ability to do that in Microsoft … Continue reading
Posted in Intune, PowerShell scripts
Leave a comment
System Center Configuration Manager Technical Preview 1801 now available !
Introduction Microsoft have released the latest Technical Preview release of System Center Configuration Manager namely System Center Configuration Manager Technical Preview 1801. There are two main versions (of Configuration Manager) available: System Center Configuration Manager (Current Branch) System … Continue reading
Posted in 1801
Leave a comment
Troubleshooting “Something went wrong error 801c0003” during enrollment via Windows AutoPilot and Microsoft Intune
Introduction Yesterday I needed to deploy a new Windows 10 version 1709 Virtual Machine using Windows AutoPilot, with a user that did not have Administrative permissions on that Virtual Machine, so I created the profile in Windows AutoPilot in the … Continue reading
Posted in Windows AutoPilot
1 Comment
System Center Configuration Manager Technical Preview 1712 now available !
Introduction Microsoft have released the latest Technical Preview release of System Center Configuration Manager namely System Center Configuration Manager Technical Preview 1712. There are two main versions (of Configuration Manager) available: System Center Configuration Manager (Current Branch) System … Continue reading
How can I use Windows AutoPilot with a Proxy ?
Introduction Microsoft describes Windows AutoPilot as “Windows AutoPilot is a suite of capabilities designed to simplify and modernize the deployment and management of new Windows 10 PCs”. That roughly translates to a cloud based method of deploying new Windows 10 … Continue reading
Posted in Intune, Windows AutoPilot
12 Comments
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
System Center Configuration Manager Technical Preview 1711 now available !
Introduction Microsoft (together with a bunch of Microsoft MVP’s in Seattle) have released the latest Technical Preview release of System Center Configuration Manager namely System Center Configuration Manager Technical Preview 1711. There are two main versions (of Configuration Manager) available: … Continue reading
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
How can I quickly create a Hyper-V Virtual Machine using PowerShell
Introduction This is an extremely quick post to help you create Hyper-V virtual machines using PowerShell. The script assumes you’ve already installed the Hyper-V feature in Windows. You can define a bunch of variables *highlighted in red below* such as … Continue reading
Posted in hyper-v, PowerShell
Leave a comment
System Center Configuration Manager Technical Preview 1710 now available !
Introduction Another month has passed by and finally we get to play with the latest Technical Preview release of System Center Configuration Manager from Microsoft. I would have blogged about it earlier but my lab took a nose dive and … Continue reading
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
Microsoft Ignite 2017 – Intune, ConfigMgr, Windows 10 & Office 365 ProPlus sessions on demand
Introduction Here’s some links with videos of all the Microsoft Intune and Configuration Manager, Windows 10 & Office 365 ProPlus content @ Microsoft Ignite in Florida last month. Intune/ConfigMgr: Mobile device and app management overview with Microsoft Intune System Center Configuration … Continue reading
Posted in 2017, Microsoft Ignite
Leave a comment
