AzureUtil

1.0.3

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

* 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
This is a PowerShell module that is collection of utility cmdlets for Azure management operations.

* 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.
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.3

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

Install-PSResource -Name AzureUtil -Version 1.0.3

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

FileList

Version History

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