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
When using, for a custom field named company:customfield:salt and a value of false, using this to set it:
$custom = "company:customfield:salt : true"
Add-KeeperRecord -UpdateOnly -Title $title -Login $login -GeneratePassword -Custom $custom
It creates a new custom field named "company" and a value of "customfield:salt : true"
How to escape this properly?
The text was updated successfully, but these errors were encountered:
When using, for a custom field named company:customfield:salt and a value of false, using this to set it:
$custom = "company:customfield:salt : true"
Add-KeeperRecord -UpdateOnly -Title $title -Login $login -GeneratePassword -Custom $custom
It creates a new custom field named "company" and a value of "customfield:salt : true"
How to escape this properly?
The text was updated successfully, but these errors were encountered: