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">PSWindowsUpdate</S>
      <Version N="Version">2.1.0.1</Version>
      <S N="Type">Module</S>
      <S N="Description">This module contain functions to manage Windows Update Client.</S>
      <S N="Author">Michal Gajda</S>
      <S N="CompanyName">MichalGajda</S>
      <S N="Copyright">(c) 2011 Michal Gajda. All rights reserved.</S>
      <DT N="PublishedDate">2018-12-05T12:34:08+01:00</DT>
      <Obj N="InstalledDate" RefId="1">
        <DT>2019-01-05T16:47:28.2913841+01: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" />
      <Nil N="LicenseUri" />
      <Nil N="ProjectUri" />
      <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>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 />
            </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>Add-WUServiceManager</S>
                <S>Enable-WURemoting</S>
                <S>Get-WindowsUpdate</S>
                <S>Get-WUApiVersion</S>
                <S>Get-WUHistory</S>
                <S>Get-WUInstallerStatus</S>
                <S>Get-WUJob</S>
                <S>Get-WULastResults</S>
                <S>Get-WURebootStatus</S>
                <S>Get-WUServiceManager</S>
                <S>Get-WUSettings</S>
                <S>Invoke-WUJob</S>
                <S>Remove-WindowsUpdate</S>
                <S>Remove-WUServiceManager</S>
                <S>Set-WUSettings</S>
                <S>Update-WUModule</S>
                <S>Set-PSWUSettings</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>
                <S>Add-WUServiceManager</S>
                <S>Enable-WURemoting</S>
                <S>Get-WindowsUpdate</S>
                <S>Get-WUApiVersion</S>
                <S>Get-WUHistory</S>
                <S>Get-WUInstallerStatus</S>
                <S>Get-WUJob</S>
                <S>Get-WULastResults</S>
                <S>Get-WURebootStatus</S>
                <S>Get-WUServiceManager</S>
                <S>Get-WUSettings</S>
                <S>Invoke-WUJob</S>
                <S>Remove-WindowsUpdate</S>
                <S>Remove-WUServiceManager</S>
                <S>Set-WUSettings</S>
                <S>Update-WUModule</S>
                <S>Set-PSWUSettings</S>
              </LST>
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">v2.1.0 - New cmdlet Set-PSWUSettings, for save PSWUSettings to xml file._x000D__x000A__x0009__x0009_- Param -SendReport can use smtp server credentials._x000D__x000A__x0009__x0009_- Install-WindowsUpdate added -RecurseCycle param, to install next updates after reboot._x000D__x000A__x0009__x0009_- Install-WindowsUpdate added new pre search criteria: DeploymentAction, IsAssigned, IsPresent, BrowseOnly and AutoSelectOnWebSites_x000D__x000A_ - Change location of PSWindowsUpdate.log file to $Env:TEMP._x000D__x000A__x0009__x0009_- Fixed Get-WULastResults bugs_x000D__x000A__x0009__x0009_- Fixed Remove-WUServiceManager bugs_x000D__x000A__x000D__x000A_v2.0.0 - Rewrite whole script module to binary module._x000D__x000A__x0009__x0009__x000D__x000A_Cmdlets maping for old module:_x000D__x000A_v1.6.x =&gt; v2.0.x_x000D__x000A_Add-WUOfflineSync =&gt; Add-WUServiceManager_x000D__x000A_Add-WUServiceManager =&gt; Add-WUServiceManager_x000D__x000A_- =&gt; Enable-WURemoting_x000D__x000A_Get-WUHistory =&gt; Get-WUHistory_x000D__x000A_Get-WUList =&gt; Get-WindowsUpdate_x000D__x000A_Get-WUInstall =&gt; Download-WindowsUpdate (or Get-WindowsUpdate -Download)_x000D__x000A_Get-WUInstall =&gt; Install-WindowsUpdate (or Get-WindowsUpdate -Install)_x000D__x000A_Hide-WUUpdate =&gt; Hide-WindowsUpdate (or Get-WindowsUpdate -Hide)_x000D__x000A_Get-WUInstallerStatus =&gt; Get-WUInstallerStatus_x000D__x000A_Get-WURebootStatus =&gt; Get-WURebootStatus_x000D__x000A_Get-WUServiceManager =&gt; Get-WUServiceManager_x000D__x000A_Get-WUUninstall =&gt; Remove-WindowsUpdate_x000D__x000A_Invoke-WUInstall =&gt; Invoke-WUJob_x000D__x000A_- =&gt; Get-WUJob_x000D__x000A_Remove-WUOfflineSync =&gt; Remove-WUServiceManager_x000D__x000A_Remove-WUServiceManager =&gt; Remove-WUServiceManager_x000D__x000A_Get-WUAPIVersion =&gt; Get-WUAPIVersion_x000D__x000A_Get-WULastResults =&gt; Get-WULastResults_x000D__x000A_Start-WUDetectNow =&gt; -_x000D__x000A_Start-WUService =&gt; -_x000D__x000A_Get-WUSettings =&gt; Get-WUSettings_x000D__x000A_Set-WUSettings =&gt; Set-WUSettings_x000D__x000A_Update-WUModule =&gt; Update-WUModule</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="copyright">(c) 2011 Michal Gajda. All rights reserved.</S>
          <S N="description">This module contain functions to manage Windows Update Client.</S>
          <S N="requireLicenseAcceptance">False</S>
          <S N="releaseNotes">v2.1.0 - New cmdlet Set-PSWUSettings, for save PSWUSettings to xml file._x000D__x000A__x0009__x0009_- Param -SendReport can use smtp server credentials._x000D__x000A__x0009__x0009_- Install-WindowsUpdate added -RecurseCycle param, to install next updates after reboot._x000D__x000A__x0009__x0009_- Install-WindowsUpdate added new pre search criteria: DeploymentAction, IsAssigned, IsPresent, BrowseOnly and AutoSelectOnWebSites_x000D__x000A_ - Change location of PSWindowsUpdate.log file to $Env:TEMP._x000D__x000A__x0009__x0009_- Fixed Get-WULastResults bugs_x000D__x000A__x0009__x0009_- Fixed Remove-WUServiceManager bugs_x000D__x000A__x000D__x000A_v2.0.0 - Rewrite whole script module to binary module._x000D__x000A__x0009__x0009__x000D__x000A_Cmdlets maping for old module:_x000D__x000A_v1.6.x =&gt; v2.0.x_x000D__x000A_Add-WUOfflineSync =&gt; Add-WUServiceManager_x000D__x000A_Add-WUServiceManager =&gt; Add-WUServiceManager_x000D__x000A_- =&gt; Enable-WURemoting_x000D__x000A_Get-WUHistory =&gt; Get-WUHistory_x000D__x000A_Get-WUList =&gt; Get-WindowsUpdate_x000D__x000A_Get-WUInstall =&gt; Download-WindowsUpdate (or Get-WindowsUpdate -Download)_x000D__x000A_Get-WUInstall =&gt; Install-WindowsUpdate (or Get-WindowsUpdate -Install)_x000D__x000A_Hide-WUUpdate =&gt; Hide-WindowsUpdate (or Get-WindowsUpdate -Hide)_x000D__x000A_Get-WUInstallerStatus =&gt; Get-WUInstallerStatus_x000D__x000A_Get-WURebootStatus =&gt; Get-WURebootStatus_x000D__x000A_Get-WUServiceManager =&gt; Get-WUServiceManager_x000D__x000A_Get-WUUninstall =&gt; Remove-WindowsUpdate_x000D__x000A_Invoke-WUInstall =&gt; Invoke-WUJob_x000D__x000A_- =&gt; Get-WUJob_x000D__x000A_Remove-WUOfflineSync =&gt; Remove-WUServiceManager_x000D__x000A_Remove-WUServiceManager =&gt; Remove-WUServiceManager_x000D__x000A_Get-WUAPIVersion =&gt; Get-WUAPIVersion_x000D__x000A_Get-WULastResults =&gt; Get-WULastResults_x000D__x000A_Start-WUDetectNow =&gt; -_x000D__x000A_Start-WUService =&gt; -_x000D__x000A_Get-WUSettings =&gt; Get-WUSettings_x000D__x000A_Set-WUSettings =&gt; Set-WUSettings_x000D__x000A_Update-WUModule =&gt; Update-WUModule</S>
          <S N="isLatestVersion">True</S>
          <S N="isAbsoluteLatestVersion">True</S>
          <S N="versionDownloadCount">532141</S>
          <S N="downloadCount">4039862</S>
          <S N="packageSize">105272</S>
          <S N="published">05.12.2018 12:34:08 +01:00</S>
          <S N="created">05.12.2018 12:34:08 +01:00</S>
          <S N="lastUpdated">05.01.2019 15:46:34 +01:00</S>
          <S N="tags">PSModule PSCmdlet_Add-WUServiceManager PSCommand_Add-WUServiceManager PSCmdlet_Enable-WURemoting PSCommand_Enable-WURemoting PSCmdlet_Get-WindowsUpdate PSCommand_Get-WindowsUpdate PSCmdlet_Get-WUApiVersion PSCommand_Get-WUApiVersion PSCmdlet_Get-WUHistory PSCommand_Get-WUHistory PSCmdlet_Get-WUInstallerStatus PSCommand_Get-WUInstallerStatus PSCmdlet_Get-WUJob PSCommand_Get-WUJob PSCmdlet_Get-WULastResults PSCommand_Get-WULastResults PSCmdlet_Get-WURebootStatus PSCommand_Get-WURebootStatus PSCmdlet_Get-WUServiceManager PSCommand_Get-WUServiceManager PSCmdlet_Get-WUSettings PSCommand_Get-WUSettings PSCmdlet_Invoke-WUJob PSCommand_Invoke-WUJob PSCmdlet_Remove-WindowsUpdate PSCommand_Remove-WindowsUpdate PSCmdlet_Remove-WUServiceManager PSCommand_Remove-WUServiceManager PSCmdlet_Set-WUSettings PSCommand_Set-WUSettings PSCmdlet_Update-WUModule PSCommand_Update-WUModule PSCmdlet_Set-PSWUSettings PSCommand_Set-PSWUSettings PSIncludes_Cmdlet</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2019-01-05T15:46:34Z</S>
          <S N="NormalizedVersion">2.1.0.1</S>
          <S N="Authors">Michal Gajda</S>
          <S N="IsPrerelease">false</S>
          <S N="ItemType">Module</S>
          <S N="FileList">PSWindowsUpdate.nuspec|PSWindowsUpdate.dll|PSWindowsUpdate.dll-Help.xml|PSWindowsUpdate.Format.ps1xml|PSWindowsUpdate.psd1|PSWindowsUpdate.psm1|PSWUSettings.xml.tmp</S>
          <S N="GUID">8ed488ad-7c77-4b33-b06e-32214925163b</S>
          <S N="PowerShellVersion">3.0.0.0</S>
          <S N="CompanyName">Michal Gajda</S>
        </MS>
      </Obj>
      <S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\PSWindowsUpdate\2.1.0.1</S>
    </MS>
  </Obj>
</Objs>