Posts

Showing posts from January, 2017

Simple Http Server in PowerShell

Sometimes you just need a simple http server to test connectivity to a certain port. The below PowerShell script can be used to set up http listener on a given port.

Cleanup outdated artifacts in Artifactory

The below script can be used to cleanup outdated artifacts in Artifactory. It uses REST API to scan and delete items by age. Make sure you use Powershell 5.