Jump to content

Change presence info for one single user


Peroro
Go to solution Solved by SvenS,

Recommended Posts

Hello

I would like to change the presence info for one single user by powershell for swyx. Can anyone tell me the command?

 

When I try to show the presence info, it works only if the username has one word like "laser" for example. But when there is a first- and a secondname, I get an error message (user could not be found).

Thank's in advance and Regards


Peroro

2.jpg

1.jpg

Link to comment
Share on other sites


  • 2 weeks later...

Thank's for your answer.

 

Unfortunately I don't know how to do it for a single user. And I don't need the text, I only need to change the state to "isaway" or "isdnd".

 

Sorry for asking twice but I'm not very skilled with Swyx.

 

 

Thank you and Regards

Link to comment
Share on other sites


  • Most Valued User
  • Solution

To get the Info

Get-IpPbxUserPresenceInfo -UserName "Test User"

 

and to set it

Set-IpPbxUserPresenceState -UserName "Test User" -IsAway:$false -IsDND

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.