How to Find and delete duplicate Files Using PowerShell
Anyone who manages a file storage has to keep track of the size of files to ensure there is always
How to use Vim editor in PowerShell
If you are familiar with Linux or come from a Unix background, you probably know about Vim. For those of
How to create new DNS in Azure Private DNS using PowerShell
You have a more number of options when it comes to resolving names using DNS. Microsoft Azure DNS is one
Azure KeyVault Set and Retrieve Secrets using Powershell
What is Key Vault? Azure Key Vault is a cloud service that works as a secure secrets store. You can
Quickly extracting all links from a web page using the PowerShell
We are maintaining 500+ client websites in our environment. Some day before we received a request to get the list
Run BAT File From PowerShell Script
To Run BAT File from PowerShell Script, you can run it manually from the PowerShell (or make the PowerShell execution
How to Convert YAML to JSON / JSON to YAML using PowerShell
A few days back my team member asked, Is there an easy way to convert YAML to JSON and JSON
Passing Local Variables to Remote PowerShell session
While working with automation in remote computers using PowerShell, you'll come across many scenarios where you may want to use
How to remotely get computer CPU and memory usage
Requirement: One of my clients requested to check the status of the CPU utilization and Memory usage before starting the
Downloading a file with PowerShell
Scenario: We got a requirement to download the Excel files on a daily basis from the webpage and need to
How to Extract Specific Files from ZIP Archive using PowerShell
When is this required (Real-time Scenario)? In our blog, we already discussed the zip and unzip files using Powershell. In
How to Pass function as a parameter in PowerShell
I got a few questions to my inbox, that is "How to pass the function as a parameter (calling function
When to use Tee-Object Cmdlet in PowerShell
In this blog post, we will discuss about Tee-Object cmdlet in PowerShell. Previously I am not got a chance to
How to add XML values to the PSCustomObject using Powershell
We already discussed the reading/Writing XML file using PowerShell in previous posts and How to add values to the string
Performance comparison between FOREACH LOOP and FOREACH-OBJECT using PowerShell
If you're familiar with any programming language then you're probably also familiar with a ForEach loop. A ForEach loop is
How to Enable additional logs in Azure pipeline execution
One of the most important aspects in the Azure DevOps life cycle Pipeline development is to have tools and
How to Create a Container in Azure Storage Account using PowerShell
In one of my automation, I need to store the reports on daily basis in Azure storage account in automated
Understanding the directory structure created by Azure DevOps tasks
If you are beginner in Azure DevOps, understanding of when & which folders are created and populated by the pipeline
Variable Substitution in Config using YAML DevOps pipeline
As DevOps Engineer, you are responsible for to develop the Azure DevOps pipelines which should replace these values (DEV/TEST/PREPROD/PROD) based
Import bulk Variables to Variable Group using Azure DevOps CLI
My Scenario: As as System Admin/DevOps engineer, maintaining the variable group is little tricky as its very difficult to maintain
How to use the variable group at runtime in Azure YAML Pipeline
When & Where to use? We received the request that we would like to pass the variable group as a
Bash Scripting โ If Statement
The Bash Scriptingย is now a days mandatory language for most of the system admins/devops guys. so in upcoming articles
Using secrets from Azure Key Vault in a pipeline
You know as a best practice, DevOps guys need to ensure all the secrets need to be kept inside the
Trigger Azure DevOps pipeline automatically using PowerShell
In many situations, we need to trigger pipelines automatically or from another pipeline (it may be another build pipeline or
How to Create Your First simple Jenkins Pipeline
In our first Jenkins tutorial for beginners, we focused on how to install and configure Jenkins. In this tutorial, How
Install Jenkins on Windows – A Step-By-Step Guide
In this article, we will go through the steps to download and install Jenkins on Windows. Jenkins is a free