
Check Which Intune Policies Are Applied
Reading Time: 5 minutesHow to check which Intune policies are applied to a specific device, and how to go the other way and see which devices have a specific policy.
Access PDQ Info with Powershell
Reading Time: 5 minutes You read that right, access PDQ information with PowerShell. You will need the PS SQL Lite module first. This module will allow you to access the SQL lite server. The second thing you will need is a Powershell script on the server accessing the…
Ping a /24 Subnet with Powershell
Reading Time: 2 minutes A friend asked me how to ping a /24 subnet the other day. I thought it would be a good little blog post. This is a one-liner. Here we go. 1..254 | ForEach-Object {Test-Connection -ComputerName "10.10.1.$_" -Count 1 | Select-Object…
Mitel Director NCC logs
Reading Time: < 1 minute One of the things that have helped me throughout my struggles with Mitel/Shoretel is the NCC logs inside the shoreline data folder. These logs can be hard to read, and very aggravating. Let’s look at a log example. Below is a table that…
