Uncategorized

01/02/2023

PowerShell Syntax and Operators: A Beginner’s Guide

To write effective scripts, it is important to understand the syntax and operators of the PowerShell language, especially if you are new to PowerShell. This blog […]
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/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 […]
11/23/2020

Disable RDP/Remote Server Clipboard Redirection

We start by using the preexisting foreach command we then create an IF statement to test the connection. The trick with IF statements is the condition directly after the statement is always $True. So you have to write it accordingly.
11/20/2020

Initialize an SSH connection and auto-login.

Connect through SSH, then run commands! The question as it was posed: “I have the challenge to automate a ssh login to a Linux box which […]
11/20/2020

Combine Multiple Text Files Into One XLSX

We are continuing our new series that answers common questions, or questions that have been asked about PowerShell. In this post we talk about how to combine multiple text files into one xlsx file. What we intend to provide is one of the many, many ways you can accomplish these tasks within PowerShell.