Showing category results for PowerTip

Jun 1, 2016
Post comments count0
Post likes count0

PowerTip: List Azure Resource Manager resources assigned to a resource group by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to show resources that are assigned under a resource group. I looked at the console for Azure Resource Manager and can see all the resources for a particular resource group. Is there a way to see that by using PowerShell? There sure is! Just use the Get-AzureRMResource cmdlet and filter on the Reso...

Windows PowerShellPowerTipguest blogger
May 31, 2016
Post comments count0
Post likes count0

PowerTip: Get Azure Virtual Machine Diagnostics by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to retrieve diagnostic data within Azure Resource Manager virtual machines.  Our QA department was asking a very specific question that I didn’t know how to answer. Is there anything in an Azure virtual machine (VM) to show the quality of the boot and its startup?  Maybe this will help. You can acces...

Windows PowerShellPowerTipguest blogger
May 30, 2016
Post comments count0
Post likes count0

PowerTip: Show Azure Resource Manager virtual machine status with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Using the Azure Resource Manager cmdlets to see the running state of a virtual machine.  I remember using the old cmdlets for Azure, and they would show the status of my virtual machines.  How can I do that with the new cmdlets?  Use the Get-AzureRM cmdlet with the –Status parameter to expand the available properties. Here’s a simple exam...

Windows PowerShellPowerTipguest blogger
May 27, 2016
Post comments count0
Post likes count0

PowerTip: List Azure Resource Manager virtual networks with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use the AzureRM cmdlets to list all available virtual networks in a subscription.  I’m doing work for a client who forgot to give me a list of the virtual networks in the client's Azure subscription. Could you save me some time and show me how to get that list?  Just use the Get-AzureRMVirtualNetwork cmdlet. This will dump the output to t...

Windows PowerShellPowerTipguest blogger
May 26, 2016
Post comments count0
Post likes count0

PowerTip: View properties from a storage account with PowerShell

Doctor Scripto
Doctor Scripto

Summary: View and access the SKU from a storage account for future use.  I went to work with the New-AzureRMStorageAccount cmdlet but was confused about how to know which name to use for the SKU. Is there an easy way to know which one to use?  There most certainly is! Just create your storage account in the Azure portal first. Then you use the Get...

Windows PowerShellPowerTipguest blogger