Jump to content

Setting a users remote inquiry pin


Andrew_C

Recommended Posts

Hi All

 

I would like to change a users remote inquiry PIN via Powershell.

 

I'm getting this error when i try and run it:

 

Exception setting "RIPIN": "Cannot convert value "115599" to type "System.Byte[]". Error: "Cannot convert value "115599" to type "System.Byte". Error: "Value was either too large or too small 
for an unsigned byte."

 

 

My script is currently:

 

# Get User object

$user = Get-IpPbxUser -UserName "Andrew"

#Set Remote Inquiry Pin

$user.RIPIN = "115599"

#Update User

update-ippbxuser -userentry $user

 

 

Any help or pointers would be greatly appreciated.

 

Thanks, Andrew

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.