AzureUtil
1.0.4
Details of each cmdlet is at https://github.com/tksh164/AzureUtil-PowerShellModule
* Get-AzureUtilEmptyResourceGroup: This cmdlet is get the resource groups that not contains any resources from the entire subscription.
* Get-AzureUtilNonAttachedManagedDisk: Th
Details of each cmdlet is at https://github.com/tksh164/AzureUtil-PowerShellModule
* 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 that returns structured data.
* 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.
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
Functions
Get-AzureUtilEmptyResourceGroup Get-AzureUtilNonAttachedManagedDisk Get-AzureUtilNonAttachedUnmanagedDisk Out-AzureUtilRdcManRdgFile Invoke-AzureUtilRestMethod Get-AzureUtilDatacenterIPRangeInfo Test-AzureUtilDatacenterIPRange
Dependencies
This module has no dependencies.
Release Notes
https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes
FileList
- AzureUtil.nuspec
- AzureUtil.psd1
- AzureUtil.psm1
- DatacenterIPRangeInfo.psm1
- EmptyResourceGroup.psm1
- Internal.Common.psm1
- NonAttachedManagedDisk.psm1
- NonAttachedUnmanagedDisk.psm1
- PSGetModuleInfo.xml
- RdcManRdgFile.psm1
- RestMethod.psm1