AzureUtil

1.0.5

This is a PowerShell module that is collection of utility cmdlets for Azure management operations.

Details of each cmdlet is at https://github.com/tksh164/AzureUtil-PowerShellModule

コマンドレットの詳細は https://github.com/tksh164/AzureUtil-PowerShellModule/blob/master/README.ja-jp.md

* Get-AzureUtilEmptyResourceGroup: This cmdlet is get the resource groups that not co
This is a PowerShell module that is collection of utility cmdlets for Azure management operations.

Details of each cmdlet is at https://github.com/tksh164/AzureUtil-PowerShellModule

コマンドレットの詳細は https://github.com/tksh164/AzureUtil-PowerShellModule/blob/master/README.ja-jp.md

* Get-AzureUtilEmptyResourceGroup: This cmdlet is get the resource groups that not contains any resources from the entire subscription.

* Get-AzureUtilNonAttachedManagedDisk: This cmdlet is get the managed disks that non-attached to any virtual machines from the entire subscription.

* Get-AzureUtilNonAttachedUnmanagedDisk: This cmdlet is get the unmanaged disks (VHDs/Blobs) that non-attached to any virtual machines from the entire subscription.

* Invoke-AzureUtilRestMethod: This cmdlet sends HTTP and HTTPS requests to Azure REST API service endpoints without application registration on Azure AD. This cmdlet is very handy for Azure REST API quick testing.

* Get-AzureUtilDatacenterIPRangeInfo: This cmdlet provides quick lookup the Azure datacenter IP address range information from the specified public IP address.

* Test-AzureUtilDatacenterIPRange: This cmdlet provides quick test to see if the specified IP address is Azure's public IP address.

* Out-AzureUtilRdcManRdgFile: This cmdlet is create a ".rdg" file for Azure Windows virtual machine connection. The ".rdg" file is can open by Remote Desktop Connection Manager.

* Set-AzureUtilArmTemplateFile: This cmdlet helping to ARM template making by upload the ARM template files on local filesystem to blob storage of Azure storage. When you making linked ARM template, this cmdlet is especially helpful.

* Get-AzureUtilArmTemplateDeployUri: This cmdlet building the URL that is access to custom deployment blade on Azure Portal. The URL allows deployment of your ARM template via Azure Portal.
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureUtil -RequiredVersion 1.0.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureUtil -Version 1.0.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Takeshi Katano. All rights reserved.

Package Details

Author(s)

  • Takeshi Katano

Tags

Azure ARM ResourceGroup Management VM VirtualMachne Disk VHD Blob ManagedDisks RDCMan RemoteDesktopConnectionManager rdg RemoteDesktop RDP REST API Datacenter Region IP IPAddress Template ARMTemplate Deploy

Functions

Get-AzureUtilEmptyResourceGroup Get-AzureUtilNonAttachedManagedDisk Get-AzureUtilNonAttachedUnmanagedDisk Out-AzureUtilRdcManRdgFile Invoke-AzureUtilRestMethod Get-AzureUtilDatacenterIPRangeInfo Test-AzureUtilDatacenterIPRange Set-AzureUtilArmTemplateFile Get-AzureUtilArmTemplateDeployUri

Dependencies

This module has no dependencies.

Release Notes

[1.0.5]
- Marged AzureArmTemplateHelper Module version 1.0.3
- Fixed the exception in Get-AzureUtilNonAttachedManagedDisk cmdlet.
- Fixed the cookie popup in Get-AzureUtilDatacenterIPRangeInfo cmdlet and Test-AzureUtilDatacenterIPRange cmdlet.
- Updated help.

Details:
https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes

FileList

Version History

Version Downloads Last updated
1.0.6 1,507 8/31/2017
1.0.5 (current version) 96 7/30/2017
1.0.4 71 6/25/2017
1.0.3 101 5/6/2017
1.0.1 55 4/9/2017
1.0.0 35 4/9/2017
Show more