desjardinsm/RicohAddressBook

Can't update or add user

Opened this issue · 1 comments

Hello,
Could you help me please?

When I try to add a user, I get this error code:

CategoryInfo : InvalidArgument : (:) [Add-AddressBookEntry], ParameterBindingException
FullyQualifiedErrorId : AmbiguousParameterSet,Add-AddressBookEntry

The only thing I can do is Get-AddressBookEntry

Hi @DrLed97, can you provide the full command you are trying to use? (Censor out the names and paths if you want, I'm just trying to figure out the set of parameters being provided)

There are a couple of different parameter sets based on whether you are trying to add a user with email or a folder path or both (similarly with the update function), but the error message is saying that PowerShell can't figure out which set to use, so I'm curious to see what's going on there.