Convert GUID to Hex in PowerShell (4 Methods with Examples)

Convert GUID to Hex in PowerShell

If you’ve ever worked with Active Directory, Azure AD, or any system that stores identity data, you’ve probably run into GUIDs. They look like this: bcd2e574-8d58-4136-a9df-8a19b145db79. Clean enough. But then someone asks you for the hex representation, and suddenly things get confusing. I’ve been there. You Google around, find a few scattered Stack Overflow answers, and … Read more

ConvertTo-Json in PowerShell [With Real-World Examples]

PowerShell ConvertTo-Json Example

If you’ve spent any time working with APIs, configuration files, or automation pipelines in PowerShell, you’ve almost certainly needed to deal with JSON. And the cmdlet sitting right at the center of all of that is ConvertTo-Json. In this tutorial, I will explain how to use ConvertTo-Json in PowerShell with real-world examples. What Is ConvertTo-Json in … Read more

How to Get JSON Data from a URL in PowerShell (With Custom Headers)

Get JSON Data from a URL in PowerShell example GitHub API

If you’ve worked with modern APIs—even briefly—you already know that JSON is everywhere. Whether you’re integrating with Microsoft 365 services, pulling data from third-party APIs, or automating internal systems, you’ll almost always be dealing with JSON over HTTP. In my day-to-day work as a Microsoft 365 administrator and automation consultant, one of the most common … Read more

How to Check Password Expiration Date in PowerShell

If you’ve ever managed user accounts in Microsoft 365, Active Directory, or hybrid environments, you’ve probably run into this situation: I’ve been there more times than I’d like to admit. And almost every time, the quickest and most reliable way to investigate is PowerShell. In this tutorial, I’ll walk you through how to check password … Read more

PowerShell: Get Absolute Path of Directory

PowerShell Get Absolute Path of Directory

When working with PowerShell scripts, you often need to work with file and folder paths. For example, you might be writing a script that processes files inside a directory, copies files to another location, or logs information about specific folders. In many cases, scripts require the absolute path of a directory instead of a relative … Read more

How to Install Winget Using PowerShell [Step-by-Step Guide]

You’re sitting at your computer, trying to install a bunch of programs, and you’re tired of clicking through endless setup wizards. You’ve heard about winget—Windows Package Manager—and how it can install apps with just one command. Sounds great, right? But here’s the problem: Winget might not be on your system yet. Or maybe it’s there … Read more

How to Get Dell Service Tag Using PowerShell (Complete Guide)

How to Get Dell Service Tag Using PowerShell

If you work in IT or manage Dell computers, you know how important service tags are. These unique identifiers help you track warranties, download drivers, and get support from Dell. But manually checking each machine? That’s a pain. Good news: PowerShell makes this super easy. In this tutorial, I’ll show you exactly how to grab … Read more

How to Get BIOS Information Using PowerShell

Get BIOS Information Using PowerShell

If you’ve ever needed to check your computer’s BIOS version, manufacturer, or other firmware details, you know it usually means rebooting your computer and pressing a special key during startup. That’s annoying, especially when you’re in the middle of work. Here’s the good news: PowerShell can grab all that BIOS information without restarting anything. In … Read more

100 PowerShell cmdlets download free

100 POWERSHELL CMDLETS E-BOOK

FREE Download an eBook that contains 100 PowerShell cmdlets with complete script and examples.