PS Credentials in XML format
Es una forma de almacenar objetos de powershell en formato XML.
Format
Get Credentials of the XML Format
Import-Clixml: Imports a CLIXML file and creates corresponding objects in PowerShell.
Get-NetworkCredential: Returns an equivalent NetworkCredential object for this PSCredential.
Format-List: Formats the output as a list of properties in which each property appears on a new line.
Last updated