PowerShell

[Solved] Terraform Error accessing remote module registry in PowerShell

May 23, 2022

If you are using PowerShell and trying to run a terraform init, you may get an error as follows:


Read More

How to Recursively Delete a Directory in PowerShell

May 22, 2022

If you want to recursively delete a directory/folder using PowerShell, then you have 2 options.


Read More

How to Install Chocolatey on Windows PowerShell

December 6, 2021

Chocolatey is a software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages chocolatey.


Read More

How to run PowerShell in Administrator Mode

December 5, 2021

Some PowerShell commands require elevated permissions to complete. To do this, you must first open PowerShell in Administrator Mode.


Read More