Powered by
WordPress
  • Creating a wildcard cert on Windows using LetsEncrypt

    While in theory you can easily generate internal certificates for internet-based usage, as long as you deploy your CA’s trusted root certificate, there are times (e.g. Windows Autopilot + AAD Join + Co-Management Settings + CMG) when that’s just not practical. But since you can easily get free certificates these days, it’s worth some effort…

  • Windows Autopilot testing with VMs

    We all test with virtual machines whenever possible, right? I know I always have, and for expediency I typically went through this process: That gets the VM into a reusable state. You can then go through the device registration process: At this point, you should be able to walk through OOBE. It will prompt to…

  • 2023 might be Windows 11’s year after all

    Back in early 2023, I argued in a blog post that 2023 would be a good year to evaluate Windows 11 so that you could start deploying it with the release of Windows 11 23H2 around October of this year. That made the assumption that Windows 11 23H2 would be another full feature upgrade (in-place…

  • What is the Windows Server 2022 Datacenter Azure Edition, and how does it do Azure AD Join?

    Microsoft started talking about an Azure-specific version of Windows Server 2022 back in 2021. So what is it? As Orin’s blog post describes it: Windows Server Azure Edition is a special version of Windows Server built specifically to run either as an Azure IaaS VM in Azure or as a VM on an Azure Stack…

  • Get-WindowsAutopilotInfo.ps1 updated, by Microsoft this time

    Updated 2023-06-12 16:32 PST. Version 3.8 of Get-WindowsAutopilotInfo has been posted, fixing the -AddToGroup dependencies. So everything should be working as expected now, and using the new Microsoft.Graph modules. Updated 2023-06-12 14:07 PST. Now version 3.7 of Get-WindowsAutopilotInfo has been posted, changing the Write-Information lines back to Write-Host. But there’s another problem with -AddToGroup, updated…

  • Get-WindowsAutopilotInfo.ps1 updated, but not by Microsoft?

    The original version of Get-WindowsAutopilotInfo.ps1 was designed to solve a specific problem: How to get the hardware hash from an existing machine and put it into a (somewhat non-standard) CSV file that can be uploaded to Intune, Microsoft Store for Business, or even Partner Center. I created this initially while still working in Windows marketing…

  • Off on a tangent: Is a CompTIA A+ certification worth it?

    It’s always the simple questions that take me down rabbit holes. In this case, it’s a simple question: Is an A+ certification worthwhile for someone wanting to get a job in IT? If you read through the details on the CompTIA web site, you would think this is a certainty: “CompTIA A+ Is the Industry…

  • Creating a kiosk with Linux

    One of the presentations I did this week was about kiosks — how to configure them for various platforms. Since I’ve spent a fair amount of time working with Linux over the past couple of years, that was one of the platforms that I covered. Here’s an overview of what I did to create a…

  • The inner workings of a media creation tool

    I thought to myself “I wonder how many people would download and run a random executable” — implicitly trusting what it does. Of course I already knew the answer — I guess my blog is considered “trustworthy enough” to take the chance. (If you don’t know what I’m talking about, see my previous blog post.)…

  • Another Windows media creation tool? Sure, why not.

    Note: See the bottom of the log for the change history and latest version. Since the initial Windows 10 release, Microsoft has made available the Media Creation Tool (MCT). Now there is a Windows 10 version and a Windows 11 version. But there are some limitations, like being architecture-dependent and only presenting a limited list…

  • VBScript as a removable Windows 11 feature?

    While I generally appreciate Microsoft’s efforts to provide ways to remove old stuff from Windows (and I wish this removal also removed the files from \Windows\WinSXS to free up disk space, but historically this hasn’t happened), an interesting one has shown up in the latest Windows Insider builds, per Neowin: An option to remove VBScript.…

  • Want to block Windows 11 “moments” that add new features?

    Microsoft announced on February 9th that they are adding a new controls to Windows 11 22H2 (and beyond) that allow organizations to temporarily turn off new features that are periodically released on top of Windows 11 through Windows updates. On February 28th, they announced that those new features will be delivered in the March Patch…

  • “Something went wrong”: An Autopilot + AAD + Intune reliability retrospective

    I’m sure it would come as no surprise to anyone that the #1 troubleshooting step when you see an error message is to search for it via Google or whatever other search engine you prefer. There’s one particular error that seems to point people toward my blog post titled “Something went wrong” with OOBEADV10. As…

  • Microsoft supports Windows 11 on ARM for M1/M2-based Macs with Parallels

    I’ve written about my experiences with running Windows 11 for ARM64 on the newer ARM-based Mac devices from Apple, using both Parallels Desktop and VMware Horizon. But Microsoft’s position was always that these were unsupported solutions that you could use at your own risk. With a support article published recently, Microsoft has now “annointed” Parallels…

  • Simplify the process of generating an AAD bulk enrollment provisioning package

    The process is supposed to be fairly easy: Launch Windows Imaging and Configuration Designer (ICD), walk through the wizard, specify that you want to join Azure AD, type in your Azure AD credentials, generate a provisioning package that can be used on multiple machines to join them to Azure AD. But then reality hits you.…

  • The mysterious case of the failed AD domain join

    Sometimes I do some weird stuff, but this wasn’t one of those times. All I was trying to do was simple Configuration Manager task sequences to do bare metal deployment of Windows 10 and Windows 11, nothing fancy (not even any MDT integration, not that there’s anything wrong with that). But a strange thing happened:…

  • Samsung Magician won’t launch? Here’s a simple fix

    If you’ve ever installed the Samsung Magician software to check to see if your Samsung SSD’s need firmware updates, you might have seen an annoying behavior: You might have an older version, and it offers an update to a newer version, and that offers an update to a newer version, and that offers an update…

  • Troubleshooting UEFI boot entries: how #5 is 4th

    Some days things just go in a different direction than you expect. In today’s troubleshooting exercise, I had to figure out why a PC wasn’t booting as expected to a new UEFI boot entry created using the UEFIv2 module that I created sometime back. When I looked at the UEFI boot entries, I could see…

  • MacOS Ventura: Where have I heard this before…

    Apple released a new version of MacOS called Ventura (version 13), and it has generated some heated discussions around a topic that sounds very familiar: The replacement of the venerable System Preferences (the equivalent of Windows’s Control Panel) with a new System Settings app. Old: And new: (And no, the difference isn’t light vs. dark:…

  • Is 2023 the year for Windows on ARM64?

    Windows on ARM goes back over a decade. Fortunately, it’s gone from a relatively-crippled device that only ran store apps (Windows RT) to a much more general-purpose device. But is it ready for general use? The answer to that likely depends on your definition of “general use.” I have a collection of ARM64 devices (certainly…