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
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
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
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
Cache Purging in Azure Front Door with Azure PowerShell and CLI
Introduction Azure Front Door is a global, scalable entry point for fast delivery of your applications. It provides load balancing,
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
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
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
Add Tags On An AZURE SQL DATABASE Using PowerShell
As as system admin/DevOps guys, usually during audit time we need to complete the finding (by make the grouping to
Powershell Error handling with $ERROR Variable
In all programming, the code will have errors, and troubleshooting those problems will be difficult. Like another programming language, PowerShell
How to Create and Use PowerShell Modules
What is Module in PowerShell? As per docs.microsoft.com, A module is a package that contains PowerShell members, such as cmdlets,
How to Check SSL Certificate Expiration Date in PowerShell
SSL ( Secure Sockets Layer) is a digital certificate that provides an encrypted connection between server and client and authenticates
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
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
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
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
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
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
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
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