artisanbytecrafter Author

Quick ProTip: Negotiate TLS Connections In Powershell With A Minimum TLS Version Requirement

PowerShell for Admins, PowerShell for Developers, Tips and Tricks

This is a quick post to highlight the nuances of Powershell and protocol management in regard to TLS connections. If you've ever attempted to make a secure connection (for example, an API request) to a service with...

Read More

Universal Dashboard Templates – Scaffolding a New UD Project with Powershell

PowerShell for Admins

All code from this article is freely available on Github as a template repository. Just click "Use this template" on the repository page here: Index What are the advantages of …...

Read More

Learn To Use Verbose Output Streams In Your Pester Tests

PowerShell for Admins, PowerShell for Developers, Tips and Tricks, Tutorials

I'm going to file this under "Either I'm a genius, or there's a much better way and everyone knows it except for me." I recently began adding a suite of …...

Read More

Secure Your Powershell Session with JEA and Constrained Endpoints

PowerShell for Admins, PowerShell for Developers, Tips and Tricks, Tools, Tutorials

Index What is a Constrained Endpoint and Why Would I Need One? Setup and Configuration Using our Endpoint What is a constrained endpoint and why would I need one? Powershell …...

Read More

Running Universal Dashboard with Ubuntu and Nginx (With HTTPS!)

PowerShell for Admins, PowerShell for Developers, Tools

Index Prerequisites Configuration HTTPS (Optional) Prerequisites For this writeup, I'm using Ubuntu 18.04. Software packages are geared toward using that version. First, we'll need to install our dependencies There are...

Read More