Remoting Archives - Thomas Maurer Cloud and Datacenter Blog focusing on Microsoft Azure Mon, 17 Oct 2022 13:28:09 +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 Remoting Archives - Thomas Maurer 32 32 71605618 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 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
Add a PowerShell Remote Session in Windows Terminal https://www.thomasmaurer.ch/2020/03/add-a-powershell-remote-session-in-windows-terminal/ https://www.thomasmaurer.ch/2020/03/add-a-powershell-remote-session-in-windows-terminal/#respond Tue, 24 Mar 2020 06:06:19 +0000 https://www.thomasmaurer.ch/?p=15677 I am sure you have heard about the new Windows Terminal, which is in preview, and you can get it from the Windows Store. In this blog post, I want to share how you can add a PowerShell remote session to the drop-down menu in the Windows Terminal when you open a new tab. The …

The post Add a PowerShell Remote Session in Windows Terminal appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2020/03/add-a-powershell-remote-session-in-windows-terminal/feed/ 0 15677
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
How to deploy Nano Server in Azure https://www.thomasmaurer.ch/2016/11/how-to-deploy-nano-server-in-azure/ https://www.thomasmaurer.ch/2016/11/how-to-deploy-nano-server-in-azure/#comments Mon, 07 Nov 2016 18:09:33 +0000 http://www.thomasmaurer.ch/?p=8324 In some other post I have written how you can deploy a Nano Server on premise using PowerShell or the Nano Server Image Builder. In this post I will quickly show you how you can setup a new Nano Server in Microsoft Azure. To deploy Nano Server in Azure, Microsoft offers you a Nano Server …

The post How to deploy Nano Server in Azure appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2016/11/how-to-deploy-nano-server-in-azure/feed/ 4 8324
Using SSH with PowerShell https://www.thomasmaurer.ch/2016/04/using-ssh-with-powershell/ https://www.thomasmaurer.ch/2016/04/using-ssh-with-powershell/#comments Mon, 04 Apr 2016 15:47:36 +0000 http://www.thomasmaurer.ch/?p=7834 Microsoft announced that they will support SSH using PowerShell in Windows 10. Until now Microsoft has a good solution for this, there is a third party solutions called Posh-SSH. To use SSH in PowerShell you first have to install the Posh-SSH PowerShell Module from the PowerShell Gallery. Make sure you are running Windows 10 or …

The post Using SSH with PowerShell appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2016/04/using-ssh-with-powershell/feed/ 25 7834
How to Remote Manage your Nano Server using PowerShell https://www.thomasmaurer.ch/2015/12/how-to-remote-manage-your-nano-server-using-powershell/ https://www.thomasmaurer.ch/2015/12/how-to-remote-manage-your-nano-server-using-powershell/#respond Thu, 03 Dec 2015 16:30:06 +0000 http://www.thomasmaurer.ch/?p=7581 In a blog post some days ago I wrote how you can create your Nano Server Image and boot it inside a Virtual Machine. If you are familiar with Nano Server you know that Nano Server is a headless server so you can’t really login to this server. The only thing you can login is …

The post How to Remote Manage your Nano Server using PowerShell appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/12/how-to-remote-manage-your-nano-server-using-powershell/feed/ 0 7581
Hyper-V PowerShell Direct https://www.thomasmaurer.ch/2015/12/hyper-v-powershell-direct/ https://www.thomasmaurer.ch/2015/12/hyper-v-powershell-direct/#comments Wed, 02 Dec 2015 18:42:14 +0000 http://www.thomasmaurer.ch/?p=7532 One of the new features of Hyper-V in Windows Server 2016 and Windows 10 is called PowerShell Direct. PowerShell Direct lets you remotely connect to a Virtual Machine running on a Hyper-V host, without any network connection inside the Virtual Machine. PowerShell Direct uses the Hyper-V VMBus to connect inside the Virtual Machine. This feature …

The post Hyper-V PowerShell Direct appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/12/hyper-v-powershell-direct/feed/ 1 7532
How to connect to Windows 10 IoT Core via PowerShell https://www.thomasmaurer.ch/2015/06/how-to-connect-to-windows-10-iot-core-via-powershell/ https://www.thomasmaurer.ch/2015/06/how-to-connect-to-windows-10-iot-core-via-powershell/#comments Thu, 25 Jun 2015 14:49:30 +0000 http://www.thomasmaurer.ch/?p=7205 After you have done the setup of your Raspberry Pi 2 with Windows 10 IoT Core you can now connected to the device via PowerShell. Connect to the Windows 10 IoT device using PowerShell First open up PowerShell and configure PowerShell remoting to allow your PC to remotely connect to your Raspberry Pi 2. You …

The post How to connect to Windows 10 IoT Core via PowerShell appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/06/how-to-connect-to-windows-10-iot-core-via-powershell/feed/ 1 7205