Name

Get-JobSchedulerSystemCredentials

SYNOPSIS

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

SYNTAX

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

DESCRIPTION

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

PARAMETERS

TargetName

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

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

about_JobScheduler

EXAMPLES

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

PS C:\> Get-JobSchedulerSystemCredentials 'localhost'

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

  • No labels