Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Over the past few years, I’ve had the opportunity to help colleagues write and refine PowerShell...
While organising my Second Brain in Notion, I stumbled across an old idea I had forgotten about:...
WSL2 (Windows Subsystem for Linux 2) is a compatibility layer allowing users to run a full Linux...
Are you tired of the limitations of PowerShell cmdlets when it comes to managing SharePoint Embedded?...
I write a lot of custom Azure Policy, and like everyone, I believe, I made some mistakes, and I want...
Renaming files manually can be exhausting, but with PowerShell, you can batch rename multiple files...
If you are a developer working on Windows but need to use Linux tools, the WSL (Windows Subsystem for...
Azure Network Security Perimeter is one of the new features announced by Microsoft during the MS...
How to toggle between two Windows audio output devices using a PowerShell script and the AudioDeviceCmdlets module.
I made a post on how to authenticate to the GitHub API to perform tasks on your repositories, in this...
Viewing User Permissions on Shared Folders and Removing Relevant Permissions To view the...
In this blog post, I’ll guide you through the process of creating a service principal using...
Kindly follow the below steps to list all Windows Features via Command Prompt and PowerShell. ...
Script for checking Windows baselines, which will facilitate on-site troubleshooting and fault...
Introduction Briefly introduce Jenkins and its significance in CI/CD. Explain the relevance of...
Over the years, PowerShell has proven to be an invaluable tool in simplifying complex administrative...
➡️ By @RSCyberTech Website: RSCyberTech.com LinkedIn: linkedin.com/in/ricardoams Platform:...
Setting up a new project on GitHub that integrates Azure services and GitHub Actions pipelines is...
This is a quick 30 second guide to setting up an alias in windows. All this is applicable for...
When writing Pester unit tests, it's pretty common to want to Mock cmdlets so that you can validate...
🐂 🆚 ✴️ Everyday terminal commands used in GNU and their PowerShell equivalents. In the...
A quick solution for fixing keyboard input problems in PowerShell when connecting to Windows Server 2022 EC2 instances through Fleet Manager
Thankfully, it's been awhile since I last had to use Windows on my day to day. If I ever have to...
Automating Routine Tasks with a PowerShell Script Working with repositories on GitHub,...
The term ‘Install-Module’ is not recognized as the name of a cmdlet. Have you ever found...
🐂 🆚 ✴️ Vários comandos do dia a dia usados no terminal do GNU e equivalentes em...
A lot of technical terms in the name of the article, right? Let's dive into it! Why Azure...
Recently, I was tasked with comparing two directory structures of two different project versions and...
✋ Then stop, PowerShell can help you validate your parameters. The first picture shows how to...
Prewords In this article, I explain a technique that allows embedding PowerShell modules...