This PowerShell blog post will show how to use PowerShell to search for a string or pattern inside any file with PowerShell.
Category: PowerShell
Check If File or Folder Path Exist Using PowerShell
In this blog post, we will learn how to use PowerShell to check if a file or folder exists on the system and return a true or false result.
Find Azure AD User Group Membership Using PowerShell
In this post, we will learn how to use the Azure AD PowerShell module to find which groups a user is a member of using PowerShell.
Which Azure AD PowerShell Module is Recommended
It might sound like a simple question however the reality is far from simple when it comes to Azure AD management via PowerShell commands and scripts.
List All Azure Regions Using PowerShell
In this Microsoft Azure Az PowerShell blog post, we will learn how to list all the Azure region available for deployments.
Start an Azure VM With PowerShell
This PowerShell blog post will show you how to start a virtual machine that runs on Microsoft Azure using the Az PowerShell module.
Connect to Exchange Online PowerShell from Linux Ubuntu 20.04
In this blog post, we will connect to Microsoft 365, Exchange Online using PowerShell from Ubuntu 20.04 machine.
Add Windows Permanent PATH Using PowerShell
For the first of the month (October) blog post, I will show you how to add a permanent PATH to Windows environment variables using PowerShell.
How To View PowerShell Environment Variables
In this Wednesday blog post, I will show how to view your PowerShell environment variables and understand why they are so important.
How To Use Hash Tables With PowerShell
In this blog post, I will show you how to use Hash Tables with PowerShell and explain why they are so useful.