PowerShell

Microsoft PowerShell is a cross-platform task automation and configuration management framework developed by Microsoft. It consists of a command-line shell and an associated scripting language built on the .NET framework. PowerShell enables users to automate administrative tasks, manage system configurations, and perform complex scripting operations. It provides a rich set of cmdlets (command-lets) for managing various system components, such as processes, services, and files. PowerShell’s powerful scripting capabilities make it an essential tool for IT professionals, enabling them to streamline workflows, automate repetitive tasks, and enhance system administration efficiency across Windows, Linux, and macOS environments.

13 articles

Jan 17, 2020 2 min read

PowerShell: Create Azure IoT Hub

Create Azure IoT Hub using PowerShell Azure IoT Hub SKUs (Pricing Tiers) Install Azure PowerShell Az.IotHub Module

Apr 17, 2018 6 min read

Using Chocolatey with Azure VMs

Automate Everything. That’s my new mantra, and it should be yours… Like many of you, I’m an infrastructure guy and grew up with the crutches…

Feb 7, 2018 2 min read

Introducing the Azure Cloud Shell

The Azure Cloud Shell has been out for some time now, as an embedded Bash and PowerShell command-line shell / terminal within the Azure Portal.…

Apr 27, 2016 10 min read

What is Azure Resource Manager?

In the early days of Microsoft Azure the Portal was the primary tool to go in and configure your cloud components. After some time the…