01/20/2022

Configuring a Kasm Workspace Server

Streaming containerized apps and desktops to end-users. The Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery of containerized workloads to your browser.
01/10/2022

Introduction to PowerShell: Getting Started with the Basics

Welcome to the world of PowerShell! In this article, we'll introduce you to the basics of this powerful command-line interface and scripting language and get you started on your first script. We'll cover what PowerShell is and how to install it on your system, as well as the concept of cmdlets and other syntax elements like variables and flow control statements. We'll also go over some tips for troubleshooting and finding resources for further learning. Whether you're a beginner or an experienced user, this post will provide you with the foundational knowledge you need to start automating tasks and managing systems with PowerShell.
01/06/2022

Deploying Registry Keys via GPO

When working as a System Administrator you will often need to deploy one or more Registry Keys in your environment. The easiest way of doing this is […]
05/18/2021

Writing an install.sh. Scaling a LAMP install.

Writing a LAMP install.sh, but why?. Nobody wants to manually configure a server. Not every time you need one. What if you need to scale to […]
03/18/2021

Containing Your Game Servers – Building Minecraft Servers Using Docker.

In this guide we walk you through Containing your game servers by building Minecraft servers using Docker. This assumes you know how to install Ubuntu and […]
03/08/2021

Randomly Generate a Passphrase Using PowerShell

The fun part for me is working with an array. In writing this I have added almost 1000 words to this. Now, I am not going to post the entire array for this project, however I will give you a great starting point and you can add as many as you like. To start I created a variable named $namelist. I know original. It looks like so: