-
Useful WMIC commands
Some WMIC (and Get-WMIObject) commands that I use all the time…
-
Connect ConfigMgr to Power BI
I sometimes hear device management professionals saying something like, “I haven’t got around to using PowerShell yet” or “I haven’t had time to look into InTune and Azure yet”. Most people in the industry will agree that this is the future of device management, but getting started with a new technology takes some effort getting…
-
Dynamic drive maps with Group Policy Preferences
Yeah I know that cloud is the way to go and that everyone should use OneDrive and Teams instead of old style SMB drives. BUT…if you still need to do some dynamic drive mapping e.g. based on a user’s Active Directory group membership or the existence of a server or share, read on. To map…
-
Elevate privileges as a different user
Have you ever needed to start a program as a different user AND as an administrator at the same time?
-
Pre-provision BitLocker fails with Invalid command line argument ‘/full’
Do you you suddenly get this error during OSD after upgrading to SCCM 1806?
-
BitLocker clean up
Update 2021-03-12: I have corrected the description of this script to be more accurate. I have used this script on PC clients in production to check if BitLocker is already enabled and that the necessary protectors are created. If not, the script will add a TPM protector and a recovery password protector which will be…