-
Notifications
You must be signed in to change notification settings - Fork 1
Home
is a module used to streamline the installation of Windows applications. It includes a Redstone class, which is the core building block for the included functions. It is designed to be lightweight and easy to deploy. While I use MECM for my CM tool, you should be able to use PSRedstone with whatever tool you choose.
Why did I name this module Redstone? It should go without saying that I'm a fan of Minecraft. The simplicity of the game and how far you can push things into automation, even without any mods, is quite enthralling. Obviously, mining redstone is the first step to building more elaborate creations in Minecraft. I believe that using PSRedstone will be a good first step to building more elaborate, yet simple, deployment packages.
Install the PSRedstone module from the PowerShell Gallery:
Install-Module -Name PSRedstone -Scope CurrentUser
Of course, that's useful for doing some initial discovery of this tool, but you likely want to quickly move into the deployment of PSRedstone. For assistance deploying, check out the Advance Start article.