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:
Get-...
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 ...
Summary: MVP, Will Anderson, wraps up his series by discussing how to add DSC resources to existing Windows PowerShell modules.
Ed Wilson here, bringing you MVP, Will Anderson, and the conclusion of his week of blogging about Desired State Configuration.Â
 Note   This is a seven-part series that includes the following posts...
Summary: Microsoft MVP, Will Anderson, teaches how to create a DSC resource by using a Windows PowerShell script.
Hello. Ed Wilson here, bringing you MVP, Will Anderson, and Part 6 of his posts about using Desired State Configuration (DSC).
 Note   This is a seven-part series that includes the following posts:
The code ...
Summary: Microsoft MVP, Will Anderson, continues his series by talking about importing DSC resources and adding your scripts.
Good day! Ed Wilson here to welcome back MVP, Will Anderson, as my guest blogger this week. Will is sharing Part 5 in a series about Desired State Configuration (DSC).
 Note   This is a seven-part series that ...