Install SSH on Windows 10 as Optional Feature
On Windows 10 you have already a couple of options to run SSH commands. You can use for example the PowerShell Module Posh-SSH or use the Windows Subsystem for Linux (WSL) or use third party tools...
View ArticleInstall and Configure OpenSSH Server on Windows 10 and Windows Server 1709
A couple of weeks ago I already wrote about how OpenSSH is now available on Windows 10. In this blog post I will cover how to install and configure OpenSSH Server on Windows 10 and Windows Server...
View ArticleSet up an Azure Stack Cloud Operator and Developer Workstation Environment
If you are responsible for managing and operating Azure Stack, you will need to enable a couple of tools to manage Azure Stack. This post should give you a summary of what you should do to setup your...
View ArticleHVC – SSH Direct for Linux VMs on Hyper-V
If you are running Hyper-V on Windows 10 or Windows Server 2016, you probably know about a feature called PowerShell Direct. I also mentioned that PowerShell Direct is one of the 10 hidden features in...
View ArticleInstall OpenSSH Server on Windows Server
Back in 2017 Microsoft made OpenSSH available on Windows 10. Shorty after OpenSSH was also available for Windows Server, version 1709. This blog post should give you a simple step by step guy how you...
View ArticleAzure – Just in Time VM access
If you run virtual machines with a public IP address connected to the internet, attackers immediately try to run attacks against it. Brute force attacks commonly target management ports, like RDP or...
View ArticleMastering Azure with Cloud Shell
There are multiple ways to interact and manage resources in Microsoft Azure. You can use the Azure Portal or command line tools like the Azure PowerShell module or the Azure CLI, which you can install...
View ArticleSetup PowerShell SSH Remoting in PowerShell 6
With PowerShell version 6, Microsoft introduced PowerShell Remoting over SSH, which allows true multiplatform PowerShell remoting between Linux, macOS and Windows. PowerShell SSH Remoting creates a...
View ArticleAzure Bastion – Private RDP and SSH access to Azure VMs
Azure Bastion is a new service which enables you to have private and fully managed RDP and SSH access to your Azure virtual machines. If you wanted to access your Azure virtual machines using RDP or...
View ArticleRemote Edit Files on Azure Linux VMs using VS Code
There are a lot of different ways to remote manage your Azure virtual machines using various tools and technics. In this blog post, I am going to show you how you can remotely edit files on Azure...
View ArticleCreate and Manage Azure VMs from VS Code
With the new Azure Virtual Machines (VMs) extension for Visual Studio Code (VS Code), you can now create and manage Azure VMs directly from VS Code. This is a great new extension if you are working...
View ArticleEnable PowerShell SSH Remoting in PowerShell 7
In this blog post, we will have a look at how you can enable and set up PowerShell SSH Remoting or PowerShell Remoting over SSh with PowerShell 7. With PowerShell Core 6, Microsoft introduced...
View ArticleHow to SSH into an Azure VM from Windows Terminal Menu
A couple of days ago, I released a blog post on how you can add a PowerShell remote session in the Windows Terminal menu. In my example, I created a menu item in Windows Terminal to use PowerShell...
View ArticleHow to Run Scripts in your Azure VM using Run Command
You can access your Azure IaaS virtual machine (VM) in multiple ways like SSH or RDP, depending on your operating system and configuration. However, if you have issues with the RDP or SSH network...
View ArticlePowerShell Unplugged 2022 Edition
April Edwards and I had the chance to host the PowerShell Unplugged 2022 Edition and the video is now available on YouTube! In the PowerShell Unplugged 2022 Edition we talked to the PowerShell product...
View Article6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you...
There are many experiences and possibilities to manage your Microsoft Azure resources, one of them being the command line experience using the Azure CLI or Azure PowerShell. In this blog post we are...
View ArticleRemote Desktop Connection (RDP) to Azure Arc-enabled Windows Server machines...
In this blog post we are going to have a look on how you can connect securely to your Azure Arc-enabled servers running Windows Server using Remote Desktop (RDP). As you know Azure Arc-enabled server...
View Article