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?

Set-JobSchedulerCredentials

EXAMPLES

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

...