Posts by Tag

PowerShell

While vs Do-While in PowerShell

3 minute read

One of the basics of PowerShell that is often overlooked (I say that because I often overlook it) is the difference between the While loop and the Do-While l...

Get-MgUser - Invalid filter clause

1 minute read

I recently started to dig into the Microsoft Graph PowerShell module initially to do some Azure AD stuff, but ultimately to unlock the full potential of the ...

Formatting byte size numbers with PowerShell

6 minute read

For this week, I’m going to share another classic for me, my Format-Bytes function. This is one of those helper functions I’ve got that I scoff at because it...

Creating Invoices With PowerShell

7 minute read

One of things that bugs me is when I have to do something outside of PowerShell. It make me sad when I have to physically stand in line at the Post Office, o...

Toolmaking in the trenches: Modules

8 minute read

This is the absolute simplest blog post you will ever read on how to build a basic PowerShell module. I won’t be getting into advanced module building, autom...

Toolmaking in the trenches: Functions

11 minute read

This post kicks off a series of blog post that I’ll be doing on how to get started building PowerShell tools in between issue resolution, phone calls, and wh...

Bulding tools makes better scripts

4 minute read

One of the things I discovered with doing a lot of PowerShell is that I ended up with a TON of snippets, notes, and random .ps1 files that could be a script,...

Back to top ↑

Advanced

Toolmaking in the trenches: Modules

8 minute read

This is the absolute simplest blog post you will ever read on how to build a basic PowerShell module. I won’t be getting into advanced module building, autom...

Toolmaking in the trenches: Functions

11 minute read

This post kicks off a series of blog post that I’ll be doing on how to get started building PowerShell tools in between issue resolution, phone calls, and wh...

Bulding tools makes better scripts

4 minute read

One of the things I discovered with doing a lot of PowerShell is that I ended up with a TON of snippets, notes, and random .ps1 files that could be a script,...

Back to top ↑

Utilities

Formatting byte size numbers with PowerShell

6 minute read

For this week, I’m going to share another classic for me, my Format-Bytes function. This is one of those helper functions I’ve got that I scoff at because it...

Back to top ↑

Function

Formatting byte size numbers with PowerShell

6 minute read

For this week, I’m going to share another classic for me, my Format-Bytes function. This is one of those helper functions I’ve got that I scoff at because it...

Back to top ↑

EventLog

Back to top ↑

Tool_Making

Toolmaking in the trenches: Modules

8 minute read

This is the absolute simplest blog post you will ever read on how to build a basic PowerShell module. I won’t be getting into advanced module building, autom...

Toolmaking in the trenches: Functions

11 minute read

This post kicks off a series of blog post that I’ll be doing on how to get started building PowerShell tools in between issue resolution, phone calls, and wh...

Bulding tools makes better scripts

4 minute read

One of the things I discovered with doing a lot of PowerShell is that I ended up with a TON of snippets, notes, and random .ps1 files that could be a script,...

Back to top ↑

Microsoft.Graph

Get-MgUser - Invalid filter clause

1 minute read

I recently started to dig into the Microsoft Graph PowerShell module initially to do some Azure AD stuff, but ultimately to unlock the full potential of the ...

Back to top ↑

firstpost

Purpose

2 minute read

Why I’m starting a blog

First Post

less than 1 minute read

First Post Hello! And congratulations for reading my very first post. This is really just to test my ability to read documentation. Heck, I could be doing th...

Back to top ↑

blog

Purpose

2 minute read

Why I’m starting a blog

First Post

less than 1 minute read

First Post Hello! And congratulations for reading my very first post. This is really just to test my ability to read documentation. Heck, I could be doing th...

Back to top ↑

Intermediate

Creating Invoices With PowerShell

7 minute read

One of things that bugs me is when I have to do something outside of PowerShell. It make me sad when I have to physically stand in line at the Post Office, o...

Back to top ↑

logged_on_users

Back to top ↑

ActiveSessions

Back to top ↑

UserProfiles

Back to top ↑

ActiveDirectory

Back to top ↑

Basic

While vs Do-While in PowerShell

3 minute read

One of the basics of PowerShell that is often overlooked (I say that because I often overlook it) is the difference between the While loop and the Do-While l...

Formatting byte size numbers with PowerShell

6 minute read

For this week, I’m going to share another classic for me, my Format-Bytes function. This is one of those helper functions I’ve got that I scoff at because it...

Back to top ↑

GraphApi

Back to top ↑

PowerShell7

Back to top ↑

Learn_PowerShell

Back to top ↑

Beginner

Back to top ↑

ZipFiles

Back to top ↑

Archives

Back to top ↑

qwinsta

Back to top ↑

PowerShell_Core

Back to top ↑

raspberry_pi

Back to top ↑

Microsoft.PowerShell.IOT

Back to top ↑

BME280

Back to top ↑

IOT_Power_Relay

Back to top ↑

FunctionBuilding

Toolmaking in the trenches: Functions

11 minute read

This post kicks off a series of blog post that I’ll be doing on how to get started building PowerShell tools in between issue resolution, phone calls, and wh...

Back to top ↑

ModuleBuilding

Toolmaking in the trenches: Modules

8 minute read

This is the absolute simplest blog post you will ever read on how to build a basic PowerShell module. I won’t be getting into advanced module building, autom...

Back to top ↑

PDFs

Creating Invoices With PowerShell

7 minute read

One of things that bugs me is when I have to do something outside of PowerShell. It make me sad when I have to physically stand in line at the Post Office, o...

Back to top ↑

RESTAPI

Creating Invoices With PowerShell

7 minute read

One of things that bugs me is when I have to do something outside of PowerShell. It make me sad when I have to physically stand in line at the Post Office, o...

Back to top ↑

Module

Creating Invoices With PowerShell

7 minute read

One of things that bugs me is when I have to do something outside of PowerShell. It make me sad when I have to physically stand in line at the Post Office, o...

Back to top ↑

Twitch

How I Livestream

7 minute read

I really enjoy livestreaming. And when I got asked if I had a post detailing my setup (thanks Chrissy LeMaire) I realized that something like that would have...

Back to top ↑

Livestream

How I Livestream

7 minute read

I really enjoy livestreaming. And when I got asked if I had a post detailing my setup (thanks Chrissy LeMaire) I realized that something like that would have...

Back to top ↑

Software

Back to top ↑

SoftwareManagement

Back to top ↑

rwinsta

Back to top ↑

AccountLockout

Back to top ↑

BadPasswords

Back to top ↑

Numbers

Formatting byte size numbers with PowerShell

6 minute read

For this week, I’m going to share another classic for me, my Format-Bytes function. This is one of those helper functions I’ve got that I scoff at because it...

Back to top ↑

Troubleshooting

Get-MgUser - Invalid filter clause

1 minute read

I recently started to dig into the Microsoft Graph PowerShell module initially to do some Azure AD stuff, but ultimately to unlock the full potential of the ...

Back to top ↑

Microsoft.Graph.Users.User

Get-MgUser - Invalid filter clause

1 minute read

I recently started to dig into the Microsoft Graph PowerShell module initially to do some Azure AD stuff, but ultimately to unlock the full potential of the ...

Back to top ↑

GraphAPI

Get-MgUser - Invalid filter clause

1 minute read

I recently started to dig into the Microsoft Graph PowerShell module initially to do some Azure AD stuff, but ultimately to unlock the full potential of the ...

Back to top ↑

PSHSummit

Back to top ↑

Loops

While vs Do-While in PowerShell

3 minute read

One of the basics of PowerShell that is often overlooked (I say that because I often overlook it) is the difference between the While loop and the Do-While l...

Back to top ↑

Stress

Back to top ↑

Meta

Back to top ↑

Mental Health

Back to top ↑

Exchange

Back to top ↑

Github

Back to top ↑

ScheduledTask

Back to top ↑