
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.
Resource – SHD Get ACL
Reading Time: 2 minutes Ever need to combine Get-childitem and Get-ACL while only pulling the access information and users? Well, here we are. I hope you all can use it well. function Get-SHDACL { [cmdletbinding()] param ( [parameter(Mandatory =…
Exchange Online – Mailbox Size Audit
Reading Time: 4 minutes Here is a little powerhouse script I wrote to audit the mailbox sizes. The focus recently is to see who’s mailbox sizes are about to be over and if it’s the deleted folder. I can’t show you all of the scripts, but I can show you part of it….
SHD – Quickbook Search
Reading Time: 2 minutes This past week I needed to find all of the quickbook files on a computer without accessing quickbooks itself. The core of the script is a simple Get-Childitem command looped for each logical disk on the machine. Looking for one of the four main…
