Search Results for

    Show / Hide Table of Contents
    Available in the current Nightly Release only.

    Get-PnPStoredCredential

    SYNOPSIS

    Get a credential

    SYNTAX

    Get-PnPStoredCredential -Name <String> 
    

    DESCRIPTION

    Returns a stored credential from the Windows Credential Manager or Mac OS Key Chain Entry.

    EXAMPLES

    EXAMPLE 1

    Get-PnPStoredCredential -Name O365
    

    Returns the credential associated with the specified identifier

    PARAMETERS

    -Name

    The credential to retrieve.

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer