Automation

hashicorp-terraform-banner

Deploy The Latest AMI everytime!

Terraform: How to Deploy The Latest AMI everytime you Build One of the more common tasks you will be asked to do as an AWS administrator is to build an instance, but you want to have the very latest version of the base image. Take Windows Server 2016 for example,...

istock

An indepth guide to PowerShell

Windows PowerShell is a vast subject; the aim of this guide is to provide system administrators with a simple, usable guide to the fundamentals of PowerShell. We will also demonstrate scripts and commands that can be used in typical day-to-day tasks. This guide will give you the basic steps to...

hashicorp-terraform-banner

Terraform Core Commands

Looking to take your Terraform workflow to the next level? Check out our comprehensive guide to Terraform Core Commands! In this post, we’ll highlight some of the most commonly used Terraform Core Commands. So whether you’re just getting started with Terraform or you’re looking to up your game, be sure...

http://54.154.77.54/wp-content/uploads/2018/11/word-image-128.png

How to Install Terraform on Windows

Terraform is extremely popular on Linux, but it is now also available on Windows. You need to have PowerShell version 4 or greater installed so it is recommended to install on the following Microsoft Windows products: Windows 10 Desktop Windows Server 2012 Windows Server 2016 It may work on other...

word image  e

Hashicorp Terraform for AWS, Google Cloud, and Azure

This is a Unix focused guide to Terraform. It will work on Linux distributions and macOS X. During this video I will be using a Mac or CentOS 7. What is Terraform? Terraform is an infrastructure tool for Building, changing, and Versioning infrastructure. Often referred to as Infrastructure as Code....

Useful WMI Command

Useful WMI Command

WMI, which stands for Windows Management Instrumentation, is a powerful tool that allows administrators to manage Windows systems both locally and remotely. It provides a deeper level of information and control than standard PowerShell commands. For instance, while the Get-Service command in PowerShell can retrieve service details, WMI can provide...