Recent Posts

Generating a New SCCM Client GUID

less than 1 minute read

Stop the SCCM service in Powershell using Stop-Service ccmexec and then wait for it to fully stop. Rename the C:\Windows\SMSCFG.INI file to something li...

SCCM Client Health PowerBI Report Version 0.1

1 minute read

Recently we’ve been struggling to get our client health under control. We implemented the script developed by Anders Rodland which has helped us fix large nu...

Getting Redirected URI’s In Powershell

1 minute read

I recently ran into an issue where I needed the direct resource URI in a Powershell script. This is incredibly useful if you need to parse the actual URI ins...

Finding All Traverse Groups Using Powershell

2 minute read

When it comes to managing file shares one of the larger issues I deal with on a regular basis is identifying all the traverse groups that lead to a specific ...