You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Commands/Base/AddStoredCredential.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
namespacePnP.PowerShell.Commands.Base
8
8
{
9
9
[Cmdlet(VerbsCommon.Add,"PnPStoredCredential")]
10
-
#if !NETSTANDARD2_1
10
+
#if !PNPPSCORE
11
11
[CmdletHelp("Adds a credential to the Windows Credential Manager",
12
12
@"Adds an entry to the Windows Credential Manager. If you add an entry in the form of the URL of your tenant/server PnP PowerShell will check if that entry is available when you connect using Connect-PnPOnline. If it finds a matching URL it will use the associated credentials.
13
13
@@ -41,7 +41,7 @@ public class AddStoredCredential : PSCmdlet
41
41
[Parameter(Mandatory=false,HelpMessage=@"If not specified you will be prompted to enter your password.
42
42
If you want to specify this value use ConvertTo-SecureString -String 'YourPassword' -AsPlainText -Force")]
0 commit comments