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">CredentialsManager</S> <Version N="Version">1.1</Version> <S N="Type">Module</S> <S N="Description">The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts._x000D__x000A__x000D__x000A_List of commands:_x000D__x000A_Write-Credential_x000D__x000A_Read-Credential_x000D__x000A_Convert-Credential_x000D__x000A__x000D__x000A_Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them._x000D__x000A__x000D__x000A_Compared to other PowerShell credentials managers available to download this one has following advantages:_x000D__x000A_- it is written purely in PowerShell, without compiled binaries, or C# modules_x000D__x000A_- credentials are saved in simple files which can be easily managed (move, backup, etc.)_x000D__x000A_- usernames are also stored as encrypted data, which eliminates another layer of privacy and security concerns_x000D__x000A_- there is no need for create credentials command, as return objects are already in proper format, ready to be used in other commands._x000D__x000A__x000D__x000A_All commands have documented help system. Type Get-Help about_CredentialsManager, or Get-Command -Module CredentialsManager for more info.</S> <S N="Author">Igor Iric Iric.Igor@Gmail.com</S> <S N="CompanyName">iricigor</S> <S N="Copyright">(c) 2016 Igor Iric. All rights reserved.</S> <DT N="PublishedDate">2017-02-01T10:34:34+01:00</DT> <Obj N="InstalledDate" RefId="1"> <DT>2017-03-20T14:16:30.5619609+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" /> <URI N="IconUri">https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Gnome-dialog-password.svg/48px-Gnome-dialog-password.svg.png</URI> <Obj N="Tags" RefId="3"> <TN RefId="2"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>Credentials</S> <S>Password</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>Read-Credential</S> <S>Write-Credential</S> <S>Convert-Credential</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>Read-Credential</S> <S>Write-Credential</S> <S>Convert-Credential</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">Full public release, October 2016, 3 functions Read, Write, Convert</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"> <TNRef RefId="3" /> <DCT> <En> <S N="Key">releaseNotes</S> <S N="Value">Full public release, October 2016, 3 functions Read, Write, Convert</S> </En> <En> <S N="Key">versionDownloadCount</S> <S N="Value">52</S> </En> <En> <S N="Key">ItemType</S> <S N="Value">Module</S> </En> <En> <S N="Key">copyright</S> <S N="Value">(c) 2016 Igor Iric. All rights reserved.</S> </En> <En> <S N="Key">tags</S> <S N="Value">Credentials Password PSModule PSFunction_Read-Credential PSCommand_Read-Credential PSFunction_Write-Credential PSCommand_Write-Credential PSFunction_Convert-Credential PSCommand_Convert-Credential PSIncludes_Function</S> </En> <En> <S N="Key">created</S> <S N="Value">2/1/2017 10:34:34 AM +01:00</S> </En> <En> <S N="Key">description</S> <S N="Value">The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts._x000D__x000A__x000D__x000A_List of commands:_x000D__x000A_Write-Credential_x000D__x000A_Read-Credential_x000D__x000A_Convert-Credential_x000D__x000A__x000D__x000A_Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them._x000D__x000A__x000D__x000A_Compared to other PowerShell credentials managers available to download this one has following advantages:_x000D__x000A_- it is written purely in PowerShell, without compiled binaries, or C# modules_x000D__x000A_- credentials are saved in simple files which can be easily managed (move, backup, etc.)_x000D__x000A_- usernames are also stored as encrypted data, which eliminates another layer of privacy and security concerns_x000D__x000A_- there is no need for create credentials command, as return objects are already in proper format, ready to be used in other commands._x000D__x000A__x000D__x000A_All commands have documented help system. Type Get-Help about_CredentialsManager, or Get-Command -Module CredentialsManager for more info.</S> </En> <En> <S N="Key">published</S> <S N="Value">2/1/2017 10:34:34 AM +01:00</S> </En> <En> <S N="Key">developmentDependency</S> <S N="Value">False</S> </En> <En> <S N="Key">NormalizedVersion</S> <S N="Value">1.1.0</S> </En> <En> <S N="Key">downloadCount</S> <S N="Value">399</S> </En> <En> <S N="Key">GUID</S> <S N="Value">01c9c681-1bc7-49a5-afd7-38ea82d20870</S> </En> <En> <S N="Key">PowerShellVersion</S> <S N="Value">4.0</S> </En> <En> <S N="Key">updated</S> <S N="Value">2017-03-18T15:11:01Z</S> </En> <En> <S N="Key">isLatestVersion</S> <S N="Value">True</S> </En> <En> <S N="Key">IsPrerelease</S> <S N="Value">false</S> </En> <En> <S N="Key">isAbsoluteLatestVersion</S> <S N="Value">True</S> </En> <En> <S N="Key">packageSize</S> <S N="Value">16308</S> </En> <En> <S N="Key">FileList</S> <S N="Value">CredentialsManager.nuspec|about_CredentialsManager.help.txt|Convert-Credential.ps1|CredentialsManager.psd1|CredentialsManager.psm1|Read-Credential.ps1|Write-Credential.ps1</S> </En> <En> <S N="Key">requireLicenseAcceptance</S> <S N="Value">False</S> </En> </DCT> </Obj> <S N="InstalledLocation">\\PHCZPR-SP160006.EU.NOVARTIS.NET\IRICIG2$\data\WindowsPowerShell\Modules\CredentialsManager\1.1</S> </MS> </Obj> </Objs> |