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

Install Ubuntu on WSL 2

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

Learn More 15 0Sep 30 '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

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 7 0Jul 19 '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

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 6 0Sep 25 '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

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

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

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

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

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

Script for checking Windows baselines

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

Learn More 2 1Jan 22

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

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

TryHackMe | Windows PowerShell | RSCyberTech

➡️ By @RSCyberTech Website: RSCyberTech.com LinkedIn: linkedin.com/in/ricardoams Platform:...

Learn More 2 0Jan 3

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

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

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

50 GNU Commands X 50 PowerShell Commands

🐂 🆚 ✴️ Everyday terminal commands used in GNU and their PowerShell equivalents. In the...

Learn More 2 0Jun 23

Resolving PowerShell Text Input Issues on Windows Server 2022 EC2 via Fleet Manager

A quick solution for fixing keyboard input problems in PowerShell when connecting to Windows Server 2022 EC2 instances through Fleet Manager

Learn More 1 0Mar 25

Using PowerShell for day to day stuff

Thankfully, it's been awhile since I last had to use Windows on my day to day. If I ever have to...

Learn More 1 0Oct 15 '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

50 Comandos GNU X 50 Comandos PowerShell

🐂 🆚 ✴️ Vários comandos do dia a dia usados no terminal do GNU e equivalentes em...

Learn More 1 0Jun 23

Azure Function App (Flex Consumption) in private VNET via IaC

A lot of technical terms in the name of the article, right? Let's dive into it! Why Azure...

Learn More 1 4Nov 30 '24

File Comparison Made Easy: Detecting New and Changed Files with PowerShell

Recently, I was tasked with comparing two directory structures of two different project versions and...

Learn More 1 0Jan 9

❓ Do you allow wrong input to enter your function?

✋ Then stop, PowerShell can help you validate your parameters. The first picture shows how to...

Learn More 1 0Oct 19 '24

Azure Function App (Flex Consumption) PowerShell Modules solution

Prewords In this article, I explain a technique that allows embedding PowerShell modules...

Learn More 1 0Dec 7 '24