Site icon Dotnet Helpers

Powershell

906, 2018

Add Binding To IIS – PowerShell

By |Tags: , , , , , , , , , , , , , , |2 Comments

Hi Guys, today we are going to disuses about how to add the binding to IIS using Powershell. In most case, during the deployments, the one of the painful activity is adding binding for new

906, 2018

Import-Module : The specified module ‘ServerManager’ was not loaded because no valid module file was found in any module directory

By |Tags: |0 Comments

Error: Import-Module : The specified module ‘ServerManager’ was not loaded because no valid module file was found in any module directory. While importing a module you may receive an error message : [crayon-672be0960ce8f223590844/] Reason and

806, 2018

Powershell Script for Website Availability Monitoring with Excel Report as output

By |Tags: , , , , , , , , , |6 Comments

In our previous post we already discussed about "How to check response code from a website using PowerShell" by using single URL in example. Here let we discuss how to read the list of URLs from

606, 2018

How to get the array as input using Powershell

By |Tags: , , , , , , , , , , , , |1 Comment

To read an array into Read-Host (get the array as input), you would need to put it in a loop because anything entered into Read-Host will be interpreted as a string. To make output in

606, 2018

How to move files from one location to another location using PowerShell

By |Tags: , , , , , , , , , , |7 Comments

In this article, Let me show you how to move files from one location to another location using PowerShell script. The Move-Item cmdlet moves an item, including its properties, contents, and child items, from one location

1605, 2018

How to check response code from a website using PowerShell

By |Tags: , , , , , , , , , , , , , , |3 Comments

In this post we will discuss about how to check the response code from a website. In this article, we're going to cover how to build a PowerShell function that will query a specific URL

Exit mobile version