How to Delete a Blob from an Azure Storage using PowerShell
In one of my automation (Delete a Blob), I need to delete the previously stored reports (reports will always append with timestamp) on daily
How to check Website status on the Linux Server
Maintaining website uptime is essential for a positive user experience, as even short periods of downtime can frustrate users and result in lost business.
Exception Handling – Try Catch with Custom Error Message in PowerShell
An error in a PowerShell script will prevent it from completing script execution successfully. Using error handling with try-catch blocks allows you to manage
How to view the secret variables in Azure DevOps
Today, I will be taking about a technique using which you can view the secret variables in Azure DevOps. Introduction Azure DevOps supports us
How to pass objects between tasks in Azure pipeline
In our previous post, we already discussed about "How to pass values between Tasks in a Pipeline" where we can pass single value from
How to Create Log File using Start-Transcript cmdlet in PowerShell
What is Start-Transcript? As per MSDN, The Start-Transcript cmdlet creates a record of all or part of a PowerShell session to a text file. The
How to remove Multiple bindings in IIS using PowerShell script
As you aware large number of unused URLs in the servers will lead critical to maintenance during the maintenance activity so we need to
Linux Environment Variables
What Are Linux Environment Variables? Linux environment variables are dynamic values that the operating system and various applications use to determine information about the
Quickly Display Files with PowerShell: Understanding Cat and Get-Content
PowerShell offers powerful cmdlets for managing and Display Files with PowerShell, and among them, Cat (alias for Get-Content) and Get-Content are commonly used to read
Delete File or Directory in Linux with Scheduled Azure DevOps Pipeline
In my working environment, we are managing more Linux based Agent machines for building the solution to create artifacts and we got required to
Different ways to List Environment Variables in Linux
An environment variable is a dynamic object that defines a location to store some value. We can change the behavior of the system and software
How to Drop SQL database using PowerShell
My Scenario: As a System Admin/DevOps Guys, we got urgent cost optimization process and it need to done in very less time frame. From the
Pull and Push Docker Image to Azure Container Registry using Azure Devops pipeline
When you want to develop and implement the container application in Azure. The first and main step you would execute is to build the images
Getting Redirected (301/302) URIโs in PowerShell
In my working environment, we are managing more than 500+ sites. Usually, sometimes users will make a redirect to other sites or put temporary maintenance
A Step-by-Step Guide to Set Environment Variables in Linux
What Are Environment Variables in Linux? Environment Variables in Linux are dynamic values that the operating system and various applications use to determine information about
Exploring Different Ways to Check DNS Resolution in Windows PowerShell
Performing DNS resolution in Windows using PowerShell is a fundamental task for network administrators and IT professionals. Here are several methods to Check DNS Resolution
How to run PowerShell Script from a Batch File
What is a .bat file? A batch file is a text file that the Windows cmd.exe command line processor executes as a batch job. It
How to pass values between Tasks in a Pipeline using task.setvariable Command
Problem ? Azure DevOps pipeline is a set of Tasks which can perform a specific task and these tasks will run inside a Agent Machine
Export CSV file with Array values using Powershell
One of the best and easiest ways to put data into an easy-to-read format is with a CSV (comma-separated values ) file. The CSV file
Rebuild index to reduce Fragmentation in SQL Server
Here we will learn how to identify and resolve by Rebuild index to reduce Fragmentation in SQL Server. Index fragmentation identification and index maintenance are