Name

Get-JS7SystemCredentials

SYNOPSIS

Reads a credentials object (PSCredential) from the Windows Credential Manager

SYNTAX

Get-JS7SystemCredentials [[-TargetName] <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet returns a [PSCredential] object from a credential stored in Windows Credential Manager.
This cmdlet can access Generic Credentials only.

PARAMETERS

TargetName

-TargetName <String>
The name of the target login information in the Windows Credential Manager

Required?false
Position?1
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

about_JS7

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

PS > Get-JS7SystemCredentials 'localhost'

UserName Password -------- -------- ap System.Security.SecureString

  • No labels