You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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 --------------------------

PS C:\>Get-SystemCredentials 'localhost'

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

  • No labels