PSGetModuleInfo.xml

<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
  <Obj RefId="0">
    <TN RefId="0">
      <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
      <T>System.Management.Automation.PSCustomObject</T>
      <T>System.Object</T>
    </TN>
    <MS>
      <S N="Name">AzureUtil</S>
      <Version N="Version">1.0.3</Version>
      <S N="Type">Module</S>
      <S N="Description">This is a PowerShell module that is collection of utility cmdlets for Azure management operations._x000D__x000A__x000D__x000A_* Get-AzureUtilEmptyResourceGroup cmdlet_x000D__x000A_This cmdlet is get the resource groups that not contains any resources from the entire subscription._x000D__x000A__x000D__x000A_* Get-AzureUtilNonAttachedManagedDisk cmdlet_x000D__x000A_This cmdlet is get the managed disks that non-attached to any virtual machines from the entire subscription._x000D__x000A__x000D__x000A_* Get-AzureUtilNonAttachedUnmanagedDisk cmdlet_x000D__x000A_This cmdlet is get the unmanaged disks (VHDs/Blobs) that non-attached to any virtual machines from the entire subscription._x000D__x000A__x000D__x000A_* Out-AzureUtilRdcManRdgFile cmdlet_x000D__x000A_This cmdlet is create a ".rdg" file for Azure Windows virtual machine connection. The ".rdg" file is can open by Remote Desktop Connection Manager.</S>
      <S N="Author">Takeshi Katano</S>
      <S N="CompanyName">Takeshi</S>
      <S N="Copyright">(c) 2017 Takeshi Katano. All rights reserved.</S>
      <DT N="PublishedDate">2017-05-06T12:59:36+09:00</DT>
      <Obj N="InstalledDate" RefId="1">
        <DT>2017-05-06T22:26:24.0469609+09:00</DT>
        <MS>
          <Obj N="DisplayHint" RefId="2">
            <TN RefId="1">
              <T>Microsoft.PowerShell.Commands.DisplayHintType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>DateTime</ToString>
            <I32>2</I32>
          </Obj>
        </MS>
      </Obj>
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/tksh164/AzureUtil-PowerShellModule/blob/master/LICENSE</URI>
      <URI N="ProjectUri">https://github.com/tksh164/AzureUtil-PowerShellModule</URI>
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="3">
        <TN RefId="2">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>Azure</S>
          <S>ARM</S>
          <S>ResourceGroup</S>
          <S>Management</S>
          <S>VM</S>
          <S>VirtualMachne</S>
          <S>Disk</S>
          <S>VHD</S>
          <S>Blob</S>
          <S>ManagedDisks</S>
          <S>RDCMan</S>
          <S>RemoteDesktopConnectionManager</S>
          <S>rdg</S>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="4">
        <TN RefId="3">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="2" />
              <LST>
                <S>Get-AzureUtilEmptyResourceGroup</S>
                <S>Get-AzureUtilNonAttachedManagedDisk</S>
                <S>Get-AzureUtilNonAttachedUnmanagedDisk</S>
                <S>Out-AzureUtilRdcManRdgFile</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="2" />
              <LST>
                <S>Get-AzureUtilEmptyResourceGroup</S>
                <S>Get-AzureUtilNonAttachedManagedDisk</S>
                <S>Get-AzureUtilNonAttachedUnmanagedDisk</S>
                <S>Out-AzureUtilRdcManRdgFile</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Obj N="Value" RefId="8">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="10">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes</S>
      <Obj N="Dependencies" RefId="11">
        <TNRef RefId="2" />
        <LST />
      </Obj>
      <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2/</S>
      <S N="Repository">PSGallery</S>
      <S N="PackageManagementProvider">NuGet</S>
      <Obj N="AdditionalMetadata" RefId="12">
        <TN RefId="4">
          <T>System.Management.Automation.PSCustomObject</T>
          <T>System.Object</T>
        </TN>
        <MS>
          <S N="summary">This is a PowerShell module that is collection of utility cmdlets for Azure management operations. This module contains four cmdlets._x000D__x000A__x000D__x000A_- Get-AzureUtilEmptyResourceGroup cmdlet_x000D__x000A_- Get-AzureUtilNonAttachedManagedDisk cmdlet_x000D__x000A_- Get-AzureUtilNonAttachedUnmanagedDisk cmdlet_x000D__x000A_- Out-AzureUtilRdcManRdgFile cmdlet</S>
          <S N="copyright">(c) 2017 Takeshi Katano. All rights reserved.</S>
          <S N="description">This is a PowerShell module that is collection of utility cmdlets for Azure management operations._x000D__x000A__x000D__x000A_* Get-AzureUtilEmptyResourceGroup cmdlet_x000D__x000A_This cmdlet is get the resource groups that not contains any resources from the entire subscription._x000D__x000A__x000D__x000A_* Get-AzureUtilNonAttachedManagedDisk cmdlet_x000D__x000A_This cmdlet is get the managed disks that non-attached to any virtual machines from the entire subscription._x000D__x000A__x000D__x000A_* Get-AzureUtilNonAttachedUnmanagedDisk cmdlet_x000D__x000A_This cmdlet is get the unmanaged disks (VHDs/Blobs) that non-attached to any virtual machines from the entire subscription._x000D__x000A__x000D__x000A_* Out-AzureUtilRdcManRdgFile cmdlet_x000D__x000A_This cmdlet is create a ".rdg" file for Azure Windows virtual machine connection. The ".rdg" file is can open by Remote Desktop Connection Manager.</S>
          <S N="requireLicenseAcceptance">True</S>
          <S N="releaseNotes">https://github.com/tksh164/AzureUtil-PowerShellModule#release-notes</S>
          <S N="isLatestVersion">True</S>
          <S N="isAbsoluteLatestVersion">True</S>
          <S N="versionDownloadCount">0</S>
          <S N="downloadCount">28</S>
          <S N="packageSize">13089</S>
          <S N="published">5/6/2017 12:59:36 PM +09:00</S>
          <S N="created">5/6/2017 12:59:36 PM +09:00</S>
          <S N="lastEdited">5/6/2017 1:06:16 PM +09:00</S>
          <S N="tags">Azure ARM ResourceGroup Management VM VirtualMachne Disk VHD Blob ManagedDisks RDCMan RemoteDesktopConnectionManager rdg PSModule PSFunction_Get-AzureUtilEmptyResourceGroup PSCommand_Get-AzureUtilEmptyResourceGroup PSFunction_Get-AzureUtilNonAttachedManagedDisk PSCommand_Get-AzureUtilNonAttachedManagedDisk PSFunction_Get-AzureUtilNonAttachedUnmanagedDisk PSCommand_Get-AzureUtilNonAttachedUnmanagedDisk PSFunction_Out-AzureUtilRdcManRdgFile PSCommand_Out-AzureUtilRdcManRdgFile PSIncludes_Function</S>
          <S N="title">AzureUtil</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2017-05-06T13:06:16Z</S>
          <S N="NormalizedVersion">1.0.3</S>
          <S N="IsPrerelease">false</S>
          <S N="ItemType">Module</S>
          <S N="FileList">AzureUtil.nuspec|AzureUtil.psd1|AzureUtil.psm1|EmptyResourceGroup.psm1|NonAttachedManagedDisk.psm1|NonAttachedUnmanagedDisk.psm1|RdcManRdgFile.psm1</S>
          <S N="GUID">74573774-2beb-4542-93b9-9fea66eb24fa</S>
          <S N="PowerShellVersion">5.1</S>
          <S N="CLRVersion">4.0.30319.42000</S>
          <S N="CompanyName">Takeshi Katano</S>
        </MS>
      </Obj>
      <S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\AzureUtil\1.0.3</S>
    </MS>
  </Obj>
</Objs>