#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 O365Returns the credential associated with the specified identifier