Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 621 Bytes

File metadata and controls

20 lines (17 loc) · 621 Bytes

#Get-SPOStoredCredential Returns a stored credential from the Windows Credential Manager ##Syntax

Get-SPOStoredCredential -Name <String> [-Type <CredentialType>]

##Parameters

Parameter Type Required Description
Name String True The credential to retrieve.
Type CredentialType False The object type of the credential to return from the Credential Manager. Possible valus are 'O365', 'OnPrem' or 'PSCredential'
##Examples

###Example 1

PS:> Get-SPOnlineStoredCredential -Name O365

Returns the credential associated with the specified identifier