SSH Archives - Thomas Maurer Cloud and Datacenter Blog focusing on Microsoft Azure Fri, 16 Dec 2022 09:12:55 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.1 https://www.thomasmaurer.ch/wp-content/uploads/2018/06/cropped-icon1024-32x32.png SSH Archives - Thomas Maurer 32 32 71605618 6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you should know about! https://www.thomasmaurer.ch/2022/12/6-command-line-powershell-cli-tips-tricks-for-microsoft-azure-you-should-know-about/ https://www.thomasmaurer.ch/2022/12/6-command-line-powershell-cli-tips-tricks-for-microsoft-azure-you-should-know-about/#comments Fri, 16 Dec 2022 09:12:48 +0000 https://www.thomasmaurer.ch/?p=24513 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 going to have a look at 6 tips & tricks for managing your Microsoft Azure resources using the command line with Azure …

The post 6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you should know about! appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2022/12/6-command-line-powershell-cli-tips-tricks-for-microsoft-azure-you-should-know-about/feed/ 1 24513
PowerShell Unplugged 2022 Edition https://www.thomasmaurer.ch/2022/10/powershell-unplugged-2022-edition/ https://www.thomasmaurer.ch/2022/10/powershell-unplugged-2022-edition/#respond Mon, 17 Oct 2022 13:28:01 +0000 https://www.thomasmaurer.ch/?p=24357 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 group at Microsoft to learn more about PowerShell 7, secret management, PowerShell Crescendo, Remoting, Predictive IntelliSense, VS Code, the roadmap, and …

The post PowerShell Unplugged 2022 Edition appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2022/10/powershell-unplugged-2022-edition/feed/ 0 PowerShell Unplugged 2022 Edition - Thomas Maurer I had the chance to host the PowerShell Unplugged 2022 Edition and the video is now available on YouTube! Check it out now! Azure,Cloud,Crescendo,Hyper-V,Microsoft,Microsoft Azure,PowerShell,Predictive IntelliSense,Remoting,Secret Management,SSH,Virtualization,Windows Server,PowerShell Unplugged 2022 24357
How to Run Scripts in your Azure VM using Run Command https://www.thomasmaurer.ch/2020/11/how-to-run-scripts-in-your-azure-vm-using-run-command/ https://www.thomasmaurer.ch/2020/11/how-to-run-scripts-in-your-azure-vm-using-run-command/#comments Tue, 10 Nov 2020 06:45:59 +0000 https://www.thomasmaurer.ch/?p=16362 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 configuration, you need to have a way to troubleshoot your virtual machine (VM). Luckily Azure offers you different management tools to …

The post How to Run Scripts in your Azure VM using Run Command appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2020/11/how-to-run-scripts-in-your-azure-vm-using-run-command/feed/ 4 How to Run Scripts in your Azure VM using Run Command - Thomas Maurer With the Run Command can run a PowerShell or shell script within an Azure VM remotely by using the VM agent. Check it out! Azure,Azure CLI,Azure PowerShell,Azure VM,Bash,CLI,command,IaaS,Microsoft,Portal,PowerShell,RDP,Run,run command,script,SSH,Troubleshooting,Virtual Machine,VM,Azure VM Run Command 16362
How to SSH into an Azure VM from Windows Terminal Menu https://www.thomasmaurer.ch/2020/05/how-to-ssh-into-an-azure-vm-from-windows-terminal-menu/ https://www.thomasmaurer.ch/2020/05/how-to-ssh-into-an-azure-vm-from-windows-terminal-menu/#comments Thu, 14 May 2020 06:54:29 +0000 https://www.thomasmaurer.ch/?p=15714 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 remoting to connect to an Azure virtual machine (VM). In the meantime, I got a lot of …

The post How to SSH into an Azure VM from Windows Terminal Menu appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2020/05/how-to-ssh-into-an-azure-vm-from-windows-terminal-menu/feed/ 3 15714
Enable PowerShell SSH Remoting in PowerShell 7 https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7/ https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7/#comments Tue, 07 Apr 2020 05:29:01 +0000 https://www.thomasmaurer.ch/?p=15071 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 PowerShell 7 Remoting over SSH, which allows true multiplatform PowerShell remoting between Linux, macOS, and Windows. PowerShell SSH Remoting creates a …

The post Enable PowerShell SSH Remoting in PowerShell 7 appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7/feed/ 8 15071
Create and Manage Azure VMs from VS Code https://www.thomasmaurer.ch/2020/03/create-and-manage-azure-vms-from-vs-code/ https://www.thomasmaurer.ch/2020/03/create-and-manage-azure-vms-from-vs-code/#comments Tue, 10 Mar 2020 06:11:12 +0000 https://www.thomasmaurer.ch/?p=15419 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 with VS Code and Microsoft Azure. The extension is currently in preview and lets you view, create, delete, start …

The post Create and Manage Azure VMs from VS Code appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2020/03/create-and-manage-azure-vms-from-vs-code/feed/ 5 15419
Remote Edit Files on Azure Linux VMs using VS Code https://www.thomasmaurer.ch/2019/07/remote-edit-files-on-azure-linux-vms-using-vs-code/ https://www.thomasmaurer.ch/2019/07/remote-edit-files-on-azure-linux-vms-using-vs-code/#respond Mon, 22 Jul 2019 08:41:57 +0000 https://www.thomasmaurer.ch/?p=12517 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 Linux virtual machines using Visual Studio Code. Visual Studio Code has a new Remote Development Extention which allows …

The post Remote Edit Files on Azure Linux VMs using VS Code appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2019/07/remote-edit-files-on-azure-linux-vms-using-vs-code/feed/ 0 12517
Azure Bastion – Private RDP and SSH access to Azure VMs https://www.thomasmaurer.ch/2019/06/azure-bastion-private-rdp-and-ssh-access-to-azure-vms/ https://www.thomasmaurer.ch/2019/06/azure-bastion-private-rdp-and-ssh-access-to-azure-vms/#comments Tue, 18 Jun 2019 16:46:22 +0000 https://www.thomasmaurer.ch/?p=12390 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 SSH today, and you were not using a VPN connection, you had to assign a public IP address to …

The post Azure Bastion – Private RDP and SSH access to Azure VMs appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2019/06/azure-bastion-private-rdp-and-ssh-access-to-azure-vms/feed/ 22 12390
Setup PowerShell SSH Remoting in PowerShell 6 https://www.thomasmaurer.ch/2019/04/setup-powershell-ssh-remoting-in-powershell-6/ https://www.thomasmaurer.ch/2019/04/setup-powershell-ssh-remoting-in-powershell-6/#comments Thu, 04 Apr 2019 12:49:21 +0000 https://www.thomasmaurer.ch/?p=11925 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 PowerShell host process on the target machine as an SSH subsystem. Normally, PowerShell remoting uses WinRM for connection negotiation and data transport, however WinRM is only available on Windows …

The post Setup PowerShell SSH Remoting in PowerShell 6 appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2019/04/setup-powershell-ssh-remoting-in-powershell-6/feed/ 4 11925
Mastering Azure with Cloud Shell https://www.thomasmaurer.ch/2019/01/azure-cloud-shell/ https://www.thomasmaurer.ch/2019/01/azure-cloud-shell/#comments Tue, 08 Jan 2019 14:44:02 +0000 https://www.thomasmaurer.ch/?p=11163 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 on your local machine. However, to set up a cloud management workstation for administrators and developers can be quite a …

The post Mastering Azure with Cloud Shell appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2019/01/azure-cloud-shell/feed/ 25 11163