Reading Time: < 1 minute
Microsoft Graph API PowerShell

Microsoft Graph API PowerShell

Reading Time: 5 minutes In the last blog, We talked about how to create a registered app with Graph API permissions. This app’s main purpose is to become the base for an employee directory through Powershell. If you haven’t read it yet, you can here. Today’s blog is…

read more…
Microsoft Graph API

Microsoft Graph API

Reading Time: 6 minutes Back in November Microsoft released v1.0 of graph API. Along with it is a large library of documentation. I have been hesitant about making a blog post about Graph for a while because the community seemed to be split on how PowerShell should…

read more…
Powershell – Open File Dialog

Powershell – Open File Dialog

Reading Time: 3 minutes I was building a script for my manager the other day and inside the script, he wanted us to triple check the naming of a file path. He went as far as to have us copy the file path from the browser. Paste it, Then click rename on the file itself…

read more…
Fact Prank with Powershell

Fact Prank with Powershell

Reading Time: 3 minutes I love a good prank. Sometimes pranks need to challenge us. I coded a good prank and it requires a scheduled task and a little bit of PowerShell. The idea behind the prank is the computer will alert you with a beep, then read a random fact to…

read more…
Batch – Chrome and Self-built URLs

Batch – Chrome and Self-built URLs

Reading Time: 2 minutes A previous job of mine had a unique issue. Unstandardized google chromes and self-generated icons. Both of these issues caused a lot of heartaches. Today I will show you how I solved the issue of unstandardized google chromes with batch. At the…

read more…
Group Policy How-To – Folders

Group Policy How-To – Folders

Reading Time: 2 minutes Whenever we get a new client, one of the first things we do is create a new folder on the root of C called temp. If that client has a group policy we create a policy just for that. This guide is a simple one, it’s how to create a folder with…

read more…
Powershell HTML Reports

Powershell HTML Reports

Reading Time: 7 minutes From time to time, you will be asked to create a web report with data that can only be easily obtained by PowerShell. There are hundreds of modules out there that can do this, which is very nice. This blog isn’t about those modules, but instead…

read more…
Group Policy Troubleshooting – Stale DNS

Group Policy Troubleshooting – Stale DNS

Reading Time: 3 minutes This one was a fun one that really threw me for a loop. DNS is an issue no matter where you go. Recently facebook showed the world how DNS can take everything down. DNS in your domain is very important to keep alive and healthy. Having items…

read more…