Archives
-
Recent Posts
- Gathering logs and sending an email when you need to reset Windows Autopilot – part 3
- Improvements to BitLocker support via cloud management gateway
- Cloud attach – Endpoint Managers silver lining – part 4 Enabling co-management
- Adding devices or users to an Azure AD group after Windows Autopilot is complete but only when the device is marked as Compliant
- Fixing One or more Azure AD app secrets used by Cloud Services will expire soon
-
-
Recent Comments
- btho386 on How can I get BitLocker Recovery Keys from the ConfigMgr database in SCCM?
- ncbrady on How can I get BitLocker Recovery Keys from the ConfigMgr database in SCCM?
- btho386 on How can I get BitLocker Recovery Keys from the ConfigMgr database in SCCM?
- ncbrady on How can I get BitLocker Recovery Keys from the ConfigMgr database in SCCM?
- btho386 on How can I get BitLocker Recovery Keys from the ConfigMgr database in SCCM?
-
Categories
- Active Directory
- Altaro
- Altaro VM Backup
- Apple
- Assessment and Deployment Kit
- ASUS
- Azure Cloud Storage
- AzureAD
- BitLocker
- book
- Cireson ConfigMgr Portal
- CMG
- cost
- Covid19
- Current Branch for Business
- Custom Client User Settings
- CVE-2019-0708
- Dell
- Gaming
- hidden
- hololens
- HoloLens 2
- HP
- hyper-v
- IKEA
- Intune
- 1703
- Android
- Azure
- Azure AD
- Azure Portal
- BitLocker
- company portal
- Compliance
- Conditional Access
- ctrl_alt_d
- DFCI
- docs
- Edition Upgrade
- EMS
- Graph
- iOS
- macOS
- MAM-WE
- Microsoft Edge
- Microsoft Store for Business
- MVA
- Office 365 Suite
- pilot deployment
- PowerShell scripts
- Preview
- Start Screen
- troubleshooting
- win32 app
- Windows AutoPilot
- Windows Phone 8
- WIP
- Lenovo
- MBAM
- MDT
- Microsoft Ignite
- Microsoft Surface
- MMS 2016
- MSDN
- MSIgnite2018
- MVA
- MVP
- Nvidia RTX 2060
- Patch My PC
- PowerShell
- RansomWare
- SCCM
- ConfigMgr 2007
- ConfigMgr 2012
- System Center Configuration Manager (Current Branch)
- System Center Configuration Manager Technical Preview
- 1604
- 1605
- 1606
- 1607
- 1608
- 1609
- 1610
- 1611
- 1612
- 1701
- 1702
- 1703
- 1704
- 1705
- 1706
- 1708
- 1709
- 1710
- 1712
- 1801
- 1802
- 1803
- 1804
- 1806
- 1808
- 1809
- 1810
- 1810.2
- 1902.2
- 1903
- 1904
- 1905
- 1906
- 1907
- 1908
- 1908.2
- 1909
- 1910
- 1911
- 1912
- 2001
- 2002
- 2002.2
- 2003
- 2004
- 2005
- 2006
- 2007
- 2008
- 2009
- 2010
- 2010.2
- 2101
- Manage Duplicate Hardware Identifiers
- teams messaging
- TP2102
- Security
- SQL Server 2016
- SQL Server 2017
- Surface Pro X
- Uncategorized
- Uservoice
- USMT
- video
- VLSC
- Vmware
- WannaCry
- wbemtest
- WFH
- Windows 10
- Windows 7
- Windows 8
- Windows Server 2016
- Windows Server 2019
-
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