Articles by Tag #powershell

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How I Set Up an Awesome PowerShell Environment for Script Development

Over the past few years, I’ve had the opportunity to help colleagues write and refine PowerShell...

Learn More 72 9Jan 9

Introducing PowerShell Utility Scripts

While organising my Second Brain in Notion, I stumbled across an old idea I had forgotten about:...

Learn More 37 0Nov 18 '24

Automating SharePoint Embedded: Using PowerShell to Call Graph API Endpoints

Are you tired of the limitations of PowerShell cmdlets when it comes to managing SharePoint Embedded?...

Learn More 10 0Oct 1 '24

Install Ubuntu on WSL 2

WSL2 (Windows Subsystem for Linux 2) is a compatibility layer allowing users to run a full Linux...

Learn More 10 0Sep 30 '24

Fzf advanced integration in Powershell

🪟 INTRO If you want to integrate fzf with rg, fd, bat to fuzzy find files, directories or...

Learn More 8 4Jun 5 '24

Rename Multiple Files in Sequence with Just One Click Using PowerShell in Windows! 🚀

Renaming files manually can be exhausting, but with PowerShell, you can batch rename multiple files...

Learn More 7 0Sep 18 '24

Set up Azure Network Security Perimeter with PowerShell

Azure Network Security Perimeter is one of the new features announced by Microsoft during the MS...

Learn More 6 2Dec 10 '24

Using PowerShell and Pester to validate Azure Policy syntax

I write a lot of custom Azure Policy, and like everyone, I believe, I made some mistakes, and I want...

Learn More 6 0Jul 19 '24

Web Scraping With PowerShell

PowerShell is a command-line shell and scripting language that you can use to automate tasks, manage...

Learn More 5 0Jun 11 '24

PowerShell: Using parameters with Pester

If you have ever worked with Pester, The PowerShell test framework, you may have noticed that using...

Learn More 5 0May 16 '24

The right tool for each purpose

Yesterday I was struggling with a common, basic, argument: I needed to provide instructions to deploy...

Learn More 4 0Jun 7 '24

Check which shared folders a user has relevant permissions on, and remove those permissions

Viewing User Permissions on Shared Folders and Removing Relevant Permissions To view the...

Learn More 4 0Feb 6

Automate your GitHub Issues with PowerShell and GitHub API

I made a post on how to authenticate to the GitHub API to perform tasks on your repositories, in this...

Learn More 4 1Jul 1 '24

Toggle Windows audio output devices from the command line

How to toggle between two Windows audio output devices using a PowerShell script and the AudioDeviceCmdlets module.

Learn More 4 0Jul 1 '24

Video: List All Available Windows Features on Windows 11 using CMD & PowerShell

Kindly follow the below steps to list all Windows Features via Command Prompt and PowerShell. ...

Learn More 3 0Dec 13 '24

PowerShell Development in Neovim

Overview I have been developing several PowerShell projects over the last year, solely in...

Learn More 3 0Jun 27 '24

Using PowerShell to Create Service Principals for RBAC

In this blog post, I’ll guide you through the process of creating a service principal using...

Learn More 3 0Nov 29 '24

PowerShell Script Collection: Automation and Solutions for Everyday Tasks

Over the years, PowerShell has proven to be an invaluable tool in simplifying complex administrative...

Learn More 2 0Dec 13 '24

Two ways to use Pester to Mock objects with strongly typed parameters

When writing Pester unit tests, it's pretty common to want to Mock cmdlets so that you can validate...

Learn More 2 0Oct 24 '24

Setting ChrisTitusTech powershell profile for Terminal and VS Code

Execute the following command in an elevated PowerShell window to install the PowerShell...

Learn More 2 1May 15 '24

Script for checking Windows baselines

Script for checking Windows baselines, which will facilitate on-site troubleshooting and fault...

Learn More 2 0Jan 22

Automating Azure Project Setup with PowerShell and GitHub Actions

Setting up a new project on GitHub that integrates Azure services and GitHub Actions pipelines is...

Learn More 2 0Dec 5 '24

How to Install WSL from PowerShell on Windows 10 and 11

If you are a developer working on Windows but need to use Linux tools, the WSL (Windows Subsystem for...

Learn More 2 0Sep 25 '24

How to Run PowerShell Script in Jenkins Pipeline

Introduction Briefly introduce Jenkins and its significance in CI/CD. Explain the relevance of...

Learn More 2 0Sep 23 '24

Quick guide to setting up an shortcut/alias in windows

This is a quick 30 second guide to setting up an alias in windows. All this is applicable for...

Learn More 2 0Jul 1 '24

PowerShell Automation: Execute Batch GitHub CLI Commands

Automating Routine Tasks with a PowerShell Script Working with repositories on GitHub,...

Learn More 1 0Nov 2 '24

Install Module in Powershell without Install-Module

The term ‘Install-Module’ is not recognized as the name of a cmdlet. Have you ever found...

Learn More 1 0Jul 2 '24

How to fix Crowdstrike bug in Azure VMs

On Friday Morning 19th of July 2024, a faulty update from the security firm CrowdStrike put millions...

Learn More 1 0Jul 23 '24

Redirect Out-File to TestDrive: in your PowerShell Pester test scripts with this one weird trick

I was writing some Pester unit tests recently for a PowerShell script that creates a modified version...

Learn More 1 0Oct 19 '24

How to check if an Azure Marketplace image is marked for deprecation

When working within the cloud you need to understand and plan for services or functionality that...

Learn More 1 0Jun 18 '24