Jump to content

Bulk Disable Automatic Logon


CHBT
 Share


Recommended Posts

Hi

 

I have had a request to disable automatic logon for Swyx users however this particular customer has a few hundred users and as you can imagine, doing that manually would be very time consuming. My PowerShell knowledge is pretty basic and I know I need to use the following command but again this only does one user at a time.

 

Set-IpPbxUserPhoneLogin -UserName "Sebastian" -EnableAutoLogin:$false

Can anyone please help me out in getting this to work for all users on the system.

 

Thanks!

Link to comment
Share on other sites


  • Most Valued User

Hello CHBT,

 

the following command should do it:

Get-IpPbxUser | Set-IpPbxUserPhoneLogin -EnableAutoLogin:$false

If you need help regarding Swyx PowerShell Script Development feel free to contact me at anytime: sebastian.dreier@awacons.com.

My company Awacon Solutions UG is also offering a wide range of services for the SwyxWare IpPbx solution.

Kind regards

 

Sebastian Dreier

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
 Share


×
×
  • 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.