Microsoft Change Microsoft Forms Ownership From Former Employees This is really easy to do, but it took some digging to figure out. As a global admin, go to https://forms.office.com/pages/[email protected], where [email protected] is replaced by—as you might have guessed—the former employee's UPN. I
Apple Make a Bootable Windows 11 USB on macOS This should also work for Windows 10. Install wimlib This is required to split the .wim file on the ISO into a useable size brew install wimlib Get the USB drive's identifier diskutil list external This post assumes the identifier is disk4 Format the USB drive diskutil eraseDisk
Azure Switch Tenants in Azure CLI Suppose your Microsoft 365 account is configured with access to multiple Microsoft 365 tenants in Azure AD. Using the Azure Portal affords you the ability to easily switch between tenants from the user menu. Unfortunately it is not as easy from the Azure CLI.
Azure Bulk Delete All Azure Resources Sometimes you need a fresh start. Your personal account in Azure is no exception. Instead of painstakingly using the Azure Portal to delete each resource one at a time, here's a quick way to do it. Disclaimer This will delete all resources and resource groups in Azure. Please