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
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 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
Linux Environment Variables
What Are Linux Environment Variables? Linux environment variables are dynamic values that the operating system and various applications use to
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
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
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
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
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
How to Continue Azure Pipeline on failed task
Introduction Sometimes failing scripts are not failing the task when they should. And sometimes a failing command should not fail
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 techniques
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
Configure autoscaling in Azure Kubernetes Service with CPU & Memory
Introduction: Azure Kubernetes Service (AKS) empowers you to dynamically scale your applications to meet fluctuating demands. By leveraging CPU and memory-based autoscaling, you can optimize resource allocation, minimize costs, and
How To Connect Azure Kubernetes Cluster Using Kubectl
Introduction Azure Kubernetes Service (AKS) simplifies the deployment, management, and scaling of containerized applications using Kubernetes. To interact with an AKS cluster, you need to establish a connection using
How to use appcmd.exe to renew a new certificate for Bulk HTTPS URLs (Bindings)
While using multiple IIS server in a Load Balanced Environment, it will be a lot of work and challenge of changing/updating the certificate for large numbers of URLs bindings. In
Exporting and Importing bulk website bindings in IIS
While using multiple IIS servers in a Load Balanced Environment, it will be a lot of work to create all your website twice with the same settings on each webserver.ย
KnockoutJS – Visible Binding
As the name specifies this binding makes the related DOM element to be visible or hidden based on the value passed in the binding. Syntax visible: <binding-condition> Parameters When the
KnockoutJS – Controlling text and appearance
The "text" binding The text binding causes the associated DOM element to display the text value of our parameter. This is used in text-level DOM elements such as div,span. The
KnockoutJS – Environment Setup
It's very easy to use KnockoutJS in our project by Simply referring the KnockoutJS Javascript file within the <script > tag in HTML pages like other script reference.ย We can access
Knockout VS jQuery
Need to compare Knockout with jQuery? Actual answer for above question is "NO". Knockout.js is not a replacement of jQuery, Prototype etc.,. It doesnโt target to provide animation or AJAX
What is Knockout.js and how is it differ from jQuery?
What is Knockout JS? Knockout is a JavaScript library that helps you to create rich, responsive UI and with clean data model. In other word, It is a javascript library
Knockout js Features
KnockoutJS was developed and is maintained as an open source project by Steve Sanderson, a Microsoft employee on July 5, 2010. KO is basically a library written in JavaScript, based