Showing category results for Hey Scripting Guy!

Jun 20, 2016
Post comments count0
Post likes count0

Build a hexadecimal clock in PowerShell – Part 1

Doctor Scripto

Honorary Scripting Guy, Sean Kearney, is here today, and I’m going to sit down and have some fun this week. Today I was feeling a bit bored and, for some reason, the thought “hexadecimal clock” entered my head. Don’t ask why because I’m not quite sure about the “Why” part. But, it just did. Then, I sat down and thought, what’s involved? Really? ...

Windows PowerShellguest bloggerSean Kearney
Jun 10, 2016
Post comments count0
Post likes count0

PowerTip: Export Azure resource group as JSON by using PowerShell

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to export a resource group as a JSON configuration. I’ve heard that JSON is used to define features in Azure Resource Manager. Is there a way to export a resource group in JSON format? Just use the Export-AzureRMResourceGroup cmdlet and provide the resource group name. It will automatically save a ...

Windows PowerShellPowerTipguest blogger
Jun 10, 2016
Post comments count0
Post likes count0

Create Azure Resource Manager virtual machines by using PowerShell – Part 5

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to assign credentials and create the virtual machine. This blog post is part of a series about how to create Azure Resource Manager virtual machines by using PowerShell. To get the most out of this series, read the posts in order. If you’re new to PowerShell, you might want to start with ...

Windows PowerShellguest bloggerSean Kearney
Jun 9, 2016
Post comments count0
Post likes count0

PowerTip: Search Azure Resource Manager image publishers by using PowerShell

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to search publishers for a match. Could you show me an example of how to search through the list of publishers for Azure images? Just use the Get-AzureRMVMImagePublisher cmdlet, and filter on the PublisherName property. The following example searches for all publishers that contain the name, Window...

Windows PowerShellPowerTipguest blogger
Jun 9, 2016
Post comments count0
Post likes count0

Create Azure Resource Manager virtual machines by using PowerShell – Part 4

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to select the operating system image for a virtual machine. This blog post is part of a series about how to create Azure Resource Manager virtual machines by using PowerShell. To get the most out of this series, read the posts in order. If you’re new to PowerShell, you might want to start...

Windows PowerShellguest bloggerSean Kearney