Ondrej Sebeladoitpshway.com·Jun 23, 2022How to upload Autopilot hashes from SCCM into Intune using PowerShellI was in need to gather Autopilot hashes to be able to migrate a subset of our SCCM clients into Intune to leverage the Autopilot feature. Get Autopilot hashes from SCCM As you may know, SCCM automatically gathers Autopilot hash from every Windows cl...Discuss·2.7K readsIntune/SCCM/MDTPowershell
Ian Santillanievsantillan.hashnode.dev·Sep 6, 2019New extended support dates for MDOP toolsWhat is the difference between mainstream and extended support? While a product is in mainstream support, we continue to develop features for the product, provide updates and fixes, and offer support. When a product enters into extended support, we c...DiscussMicrosoft
Ian Santillanievsantillan.hashnode.dev·Feb 7, 2019Running 64-bit PowerShell Scripts in the ConfigMgr 2012 EnvironmentDue to a license server change, I needed to update a registry on a list of systems to point to the new server name. Simple, use a PowerShell script to update it! In testing, all seems to work fine, however, when packaging the script as a Program in a...DiscussTIL