A few days ago I wanted to find where exactly a binary/exe "command" was located on the disk, specifically nuget. I tried checking the path variable but was unable to find anything useful. Turns out that once again Powershell had a quick solution. I thought Get-Command only showed you Powershell cmlets, that's wrong. It works…
Category: Device Management
PS C:\> Get-BlogPost -ID 1ce087b
PS C:\> Get-BlogPost -ID 7e79f97
Installing all drivers in a driverpack folder using Powershell
PS C:\> Get-BlogPost -ID 6ce0a34
How to invoke a Task Sequence on your machine using Windows Powershell
PS C:\> Get-BlogPost -ID fe3523a
Powershell script for getting your Configuration Manager servers
Something I find very hard to do in practice is keeping documentation up to date, if you don't automate this it simply will not get done. In this post I am sharing a PowerShell function that can be used to get all your Configuration Manager servers and what roles they have, great for building automated…
PS C:\> Get-BlogPost -ID 2c5e967
How to download CMTrace from Microsoft
Update 2025-05-06: While not from Microsoft the company PatchMyPC has uploaded cmtrace on their website, if you trust them (I do) it is much quicker then the original method from Microsoft. https://patchmypc.com/cmtrace I was recently faced with a problem, I wanted needed CMTrace to read a logfile from one of my scripts on a computer…
PS C:\> Get-BlogPost -ID 5f197c2