AzureUtil
1.0.3
* Get-AzureUtilEmptyResourceGroup cmdlet
This cmdlet is get the resource groups that not contains any resources from the entire subscription.
* Get-AzureUtilNonAttachedManagedDisk cmdlet
This cmdlet is get the managed disks that non-attached to any virtual machin
* Get-AzureUtilEmptyResourceGroup cmdlet
This cmdlet is get the resource groups that not contains any resources from the entire subscription.
* Get-AzureUtilNonAttachedManagedDisk cmdlet
This cmdlet is get the managed disks that non-attached to any virtual machines from the entire subscription.
* Get-AzureUtilNonAttachedUnmanagedDisk cmdlet
This cmdlet is get the unmanaged disks (VHDs/Blobs) that non-attached to any virtual machines from the entire subscription.
* Out-AzureUtilRdcManRdgFile cmdlet
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
Functions
Get-AzureUtilEmptyResourceGroup Get-AzureUtilNonAttachedManagedDisk Get-AzureUtilNonAttachedUnmanagedDisk Out-AzureUtilRdcManRdgFile
Dependencies
This module has no dependencies.
Release Notes
https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes
FileList
- AzureUtil.nuspec
- AzureUtil.psd1
- AzureUtil.psm1
- EmptyResourceGroup.psm1
- NonAttachedManagedDisk.psm1
- NonAttachedUnmanagedDisk.psm1
- RdcManRdgFile.psm1