Removing large folders in Windows

Removing folders with a large quantity of files can take up quite some time. Windows explorer first calculates the the removal time by counting the files and sizes before the removal process eventually starts.There are faster ways to remove these large folder by batch and PowerShell. Both don’t do any form of calculation, but begin…

Nexus Repository Manager 3 unattended configuration with API and PowerShell

Nexus Repository Manager 3 is a tool to create private repositories for Maven, NuGet, Python, Docker and several other package systems. I was requested to automate the installation. The first of the requirements was that it would run on a Windows Server OS. The second one was that two repositories had to be created. One…