Azure role-based access control (Azure RBAC) is a system that allows us to define and manage fine-grained access to...
Step by step Deploying Docker Container to Azure using Azure CLI

In this article we will discuss step by step creation and deployment of a docker containers in the Azure...
Install Docker offline on Windows Server 2016

Enterprise servers are not always exposed to the internet and are often sitting behind firewalls with restrictions to prohibit...
Copy files between Hyper-V and a guest VM

Various ways exist to copy data between a Hyper-V host and its guest machines. In this post, I will...
Using PowerShell type accelerators

PowerShell type accelerators are aliases for .NET classes or types, which makes using classes in PowerShell scripts much easier....
Join an Azure VM to an on-prem Active Directory

There are several scenarios in a hybrid cloud setup where you would want virtual machines running on Azure to...
Running the AWS CLI and Python on Windows 10 in a Linux Bash shell

The Windows Subsystem for Linux (WSL) lets developers and system administrators run a Bash shell in a chosen Linux...
Using a local variable in a remote PowerShell session

While working with remote computers with PowerShell, you'll come across many scenarios where you may want to use local...
Managing disks with PowerShell

In this post you will learn how to perform various disk management tasks with PowerShell. I will explain how...
Install and configure an FTP server with PowerShell

In this post you will learn how to install an FTP server with PowerShell. I will show you how...
Publish AWS CloudWatch custom metrics with PowerShell

Amazon CloudWatch is a monitoring service for Amazon Web Services (AWS) that provides robust monitoring of your entire AWS...
Create a custom PowerShell provider

Windows PowerShell providers offer an abstraction layer to access data stores and their components, which would not be accessible...
Mount an Azure drive using PowerShell

Azure drive (AzurePSDrive) is a custom PowerShell provider written with the Simple Hierarchy in PowerShell (SHiPS) module, mountable with...
Install AWS Tools for PowerShell Core

In this post you will learn how to install the AWS Tools for PowerShell Core. The AWS (Amazon Web...