
Group Policy to Intune: Migrating Settings to the Settings Catalog
Reading Time: 5 minutesMoving from Group Policy to Intune? Use Group Policy analytics to import your GPOs, see whats supported, and migrate settings into the Intune Settings Catalog.
Run as an Administrator
Reading Time: 2 minutes When building out scripts, we must consider different ways they will fail. One of the ways I have seen them fail is through the UAC of a computer. The script needs to be run by an administrator. The question is, How do you check if you are…
Test a Registry Value with PowerShell
Reading Time: 2 minutes The other day I needed to test if a registry key was present on an end user’s computer and make it if it didn’t exist. I performed a registry key value test with PowerShell. Since I was doing more than one, I pulled an older tool from my tool…
Share Point File Audit
Reading Time: 8 minutes While reading on Reddit, I found a common thread. People need a quick way to do a Share Point File Audit. I have a PowerShell function for this in my toolbox. This tool heavily uses the Search-UnifiedAuditLog command let. The most common items…
