Replies: 1 comment
-
yes, the function name is localized. But I have a problem with that. The role list with the get-pnproledefinition command reports a role called "Colaboração" but when I try to use it it returns a role not found message. The same does not happen with the other translated roles names.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Powershell script that has this strange behaviour: When I run it it works fine, but when another colleague of mine does it, it gives an error. The command is this:
Set-PnPfolderPermission -List "Library" -identity "/sites/xxxx/Library/Folder" -User "user@acme.com" -AddRole "Edit"
The error is:and if I change the
-AddRole
switch to-AddRole "Editar"
(this is Edit in Portuguese!) it works for him.I would like to put it to work for both of us. What should I do?
Thanks a lot for your input!
Beta Was this translation helpful? Give feedback.
All reactions