Speedtest To Ninja
In a previous blog, we discussed doing a speed test on a computer using PowerShell. Let's take that script and expand on it with three lines of code and some prep time. This will allow us to update items inside our Ninja One RMM tool. So we can push a Speedtest To Ninja One. What's Ninja One? Ninja One is an amazing RMM tool. I have used many...
Microsoft Graph API – Powershell, Download user Images
In my previous post, we went over how to Grab user information from a client. Today we will be going over how to Download User Images with Graph API. This piece is very straightforward until you get to the graph link. There is a unique limitation to PowerShell quotes...
Microsoft Graph API PowerShell
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 about how to interact...
Microsoft Graph API
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 interact with it. Now the...