Tech Solutions

Alongside my PowerShell Series, I am releasing Tech Solutions.  This will primarily center around PowerShell at first, but I plan to branch into other technology, such as Power Automate.      


PowerShell Solutions:

Click here to view the entire playlist on the Orensha Tech Youtube Channel.

Youtube Playlist

PowerShell Solutions: Compare Two JSON Files w/ Recursion

Welcome to Orensha Tech! In this video, I go over a script I made that compares two JSON files, but this adds onto the initial script by allowing recursion into nested JSON files.

For fun, I also added in the ability to compare CSV files as well.

Here is a link to the script on my Github page: https://github.com/orenshatech/PowerShell-Scripts/blob/main/CompareNestedJsonFiles.ps1

View Series

PowerShell Solutions: Compare Two JSON Files

In this video, I go over a script that compares two #json files, field by field, and returns any differences.

We go over the main script, a controller script, and we also go over the main function that could be used within the Shell as a command, even showing you how to pipe in the JSON objects.

The script is available here on my Github page: https://github.com/orenshatech/PowerShell-Scripts

View Series

PowerShell Solutions: CSV to JSON with Text Manipulation [Part 1]

In this video, I show you some common scenarios for text manipulation when converting between CSV and JSON.

View Series

PowerShell Solutions: Use PowerShell to Convert Between CSV and JSON

CSV and JSON are two of the most common data formats used in the IT industry, and having the ability to switch between them is essential for every IT Professional.

This video shows you how to use #powershell to simply convert between the two formats using one command (and the pipeline).

View Series

PowerShell Solutions: Query Edge Extensions on Remote Computers

In this video, I go over how to use #powershell to query all the computers used on a computer and package that data to send back to a #powerbi streaming dataset, using an API endpoint.

I created this script using #visualstudiocode and have uploaded the file for use by anyone on my #github page here: https://github.com/orenshatech/PowerShell-Scripts/blob/main/QueryEdgeExtensions.ps1

View Series

Placeholder image

My name is JJ Scott, and I am currently the solitary operator of Orensha.  I have a passion in both the creative arts and in technology, and I've chosen to not limit myself to any one spectrum.

Orensha is my outlet for everything that I find passion in, and currently, I am focusing my efforts on filling two Youtube Channels with content.

The first - Orensha Tech - is focused around creating how-to videos for cool technology tips that I have found useful in my career as an IT Professional.

The second - The Orensha Saga - is full of my other creative ventures, which - as of now - is showing my growth as a visual artist but is a place for anything that I'm inspired to create.

This includes my first science-fiction novel in a series entiled "The Miracle Metal". This book has been my core focus for the past year, and now that it is finished, I am excited to start promoting the series and continue writing more.

Coming Soon...