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
Where to use the โreplace operator and Replace() method & its difference
In this post, youโre going to learn where to use the PowerShell replace() method and PowerShell replace operator. The tutorial
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 Check if a PowerShell Script is Running with Admin Privileges
In one of my PowerShell automation, the automated script needs to run with Admin mode. So to avoid the error
How To Copy Secrets From KeyVault To Another In Azure
My Scenario: In my case, we are configuring the application to be available in the two regions to have high
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
Search and Replace String Using the sed Command in Linux/Unix.
My Requirement & solution: We are maintaining the application in Linux machine (in AKS pods) and as a Devops team,
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