Showing results for July 2016 - Page 2 of 2 - Scripting Blog [archived]

Jul 14, 2016
2
0

Passing through devices to Hyper-V VMs by using discrete device assignment

Doctor Scripto
Doctor Scripto

Summary: Learn how to attach a device from your Hyper-V host to your VM by using a new feature of Windows Server 2016. Today we have a guest blogger, Rudolf Vesely, who has blogged here on previous occasions. Here is a link to his previous posts if you would like to read them. Here is what Rudolf says about himself. I am an Azure Solutions Archi...

Scripting Guy!Windows PowerShellguest blogger
Jul 1, 2016
3
0

PowerTip: Get the public IP of an Azure VM with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to get the public IP address of an Azure virtual machine.  How can I get the public IP address information for an Azure Resource Manager virtual machine (VM)? All you need to do is use Get-AzureRmVm to find the VM and pass it to Get-AzureRmPublicIPAddress as in the following example:

Windows PowerShellPowerTipguest blogger
Jul 1, 2016
0
0

How to alter the public IP address of an Azure virtual machine

Doctor Scripto
Doctor Scripto

Summary: Change the public IP address in Azure Resource Manager by using Windows PowerShell. Honorary Scripting Guy, Will Anderson, shares a personal challenge that he encountered when working with Azure and public IP addresses. He also shares the solution with the rest of us! Take it away, Will! Recently, I incorrectly configured an Azure Resou...

Windows PowerShellguest bloggerWill Anderson