Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.18 KB

Remove-PnPStoredCredential.md

File metadata and controls

66 lines (48 loc) · 1.18 KB
Module Name title schema applicable external help file online version
PnP.PowerShell
Remove-PnPStoredCredential
2.0.0
SharePoint Online
PnP.PowerShell.dll-Help.xml

Remove-PnPStoredCredential

SYNOPSIS

Removes a credential from the Credential Manager

SYNTAX

Remove-PnPStoredCredential -Name <String> [-Force] 

DESCRIPTION

Removes a stored credential from the Credential Manager

EXAMPLES

EXAMPLE 1

Remove-PnPStoredCredential -Name "https://tenant.sharepoint.com"

Removes the specified credential from the Credential Manager

PARAMETERS

-Force

If specified you will not be asked for confirmation

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The credential to remove

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