AzureUtil
1.0.6
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
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.
Minimum PowerShell version
5.1
Installation Options
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.6]
- Fixed multi VM handling issue of Out-AzureUtilRdcManRdgFile cmdlet.
- Improved the Get-AzureUtilDatacenterIPRangeInfo cmdlet and Test-AzureUtilDatacenterIPRange cmdlet.
Details:
https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes
FileList
- AzureUtil.nuspec
- ArmTemplateDeployUri.psm1
- ArmTemplateFile.psm1
- AzureUtil.psd1
- DatacenterIPRangeInfo.psm1
- EmptyResourceGroup.psm1
- Internal.Common.psm1
- NonAttachedManagedDisk.psm1
- NonAttachedUnmanagedDisk.psm1
- RdcManRdgFile.psm1
- RestMethod.psm1