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 transcript includes all commands that the user types and all
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 remove Multiple bindings in IIS which not in use .
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 and display file contents. Though they may seem similar, understanding
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 (redirect to another page) and we are not aware of
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, SSL offloading, and caching, among other features. One critical task for maintaining optimal performance and
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 using PowerShell, which you can share on your blog. The
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 contains a series of line commands in plain text that
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 will have a line of headers to indicate column name