Replies: 4 comments 2 replies
-
im having the same issue |
Beta Was this translation helpful? Give feedback.
-
What command are you using the create the secret? It looks like it's being stored as the type Secure String. Connect-PnPOnline is looking for a PSCredential object or a string there. If the object you pass it isn't a string or PSCredential then it can't use it. |
Beta Was this translation helpful? Give feedback.
-
You don't need any of that for automation. This is how I do it (assuming no MFA) |
Beta Was this translation helpful? Give feedback.
-
I understand there isnt an SLA for this product, but its frustrating to be blocked by step 1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Setup secret store, added secret name and value, configured store for no authentication. Run the below command:
Receive the below:
Beta Was this translation helpful? Give feedback.
All reactions