Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Set-JobSchedulerCredentialsabout_jobscheduler

EXAMPLES

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

PS C:\>Get> Get-JobSchedulerSystemCredentials 'localhost'

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