Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Powershell
.
Show all posts
Showing posts with label
Powershell
.
Show all posts
Wednesday, 10 June 2020
Creating a self signed certificate with Powershell and preparing it for IIS
›
I just wrote an automated routine in Powershell to create a self signed certificate. #Install-Module -Name 'WebAdministration' I...
Friday, 10 May 2019
Adding only untracked files in Git repo using Powershell
›
Are you a .NET developer mainly still use Windows OS and use Powershell and not Git bash for example ? The following procedure can be foll...
Friday, 3 May 2019
Powershell - Appending folder to path
›
The following Powershell function can be used to append a folder to the path for a user at the command line. function AppendPath($filePa...
Tuesday, 26 February 2019
Powershell - starting and stopping multiple app pools
›
The following powershell script defines some functions in Powershell that can start up or stop all iis app pools on a server. It can be hand...
Wednesday, 17 October 2018
Working with Netsh http sslcert setup and SSL bindings through Powershell
›
I am working with a solution at work where I need to enable IIS Client certificates. I am not able to get past the "Provide client cert...
2 comments:
›
Home
View web version