Site icon Dotnet Helpers

Powershell

810, 2024

How to Create Log File using Start-Transcript cmdlet in PowerShell

By |Tags: , , , , , , , |0 Comments

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

3009, 2024

How to remove Multiple bindings in IIS using PowerShell script

By |Tags: , , , , |0 Comments

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 .

2507, 2024

Getting Redirected (301/302) URI’s in PowerShell

By |Tags: , , , |0 Comments

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

2305, 2024

Export CSV file with Array values using Powershell

By |Tags: , , , , , , , , , , |0 Comments

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

Exit mobile version