Select Page
Screenshot of PowerShell session where Az was installed from the Gallery

How to migrate from AzureRM to Az in Azure PowerShell

On December 18, 2018, the Azure PowerShell team released the first stable version of “Az,” a new cross-platform PowerShell module that will replace AzureRM. You can install this module by running “Install-Module Az” in an elevated PowerShell prompt. Since January ... continue reading
Configure Visual Studio Code to run PowerShell for Windows and PowerShell Core Simultaneously

Configure Visual Studio Code to run PowerShell for Windows and PowerShell Core Simultaneously

I'm a PowerShell fan and have recently adopted PowerShell Core as my version of choice. If you are not familiar with PowerShell Core, it is a cross platform (Windows, Linux, and macOS) version of PowerShell based on .NET Core. That ... continue reading
SSH on Windows Server 2019

SSH on Windows Server 2019

Hello all from PFE Land! I’m Allen Sudbring, PFE in the Central Region. Today I’m going to talk about the built in SSH server that can be added to Windows Server 2019. With previous versions of server, there was some ... continue reading