Jump to content

How To Set Fax Number Via Powershell


Adrian

Recommended Posts

Hi together,


 


I'm writing a powershell script to add new users to our domain.


 


Via Remote Powershell I already managed to create a Useraccount with email-address, domain account, internal and external number, but right now I'm stuck with assigning the Fax Number to that account.


Via get-IpBpxFaxClientConfig I can read and compare the configuration of my other users, but I couldn't find any possibility to set that number.


 


Hope you can help me...


Link to comment
Share on other sites


Oooooohhhhh... I found it myself o_O


 


sorry for this second post, but I've fixed the issue on my own.


For everyone else, who wants to assign a fax number via PS:


 


Create a new Number (in this cass an internal) and set "IsFaxNumber $True". After that, just add it to the user you want to.


 


$InternalFaxNumber = New-IpPbxInternalNumber -InternalNumber $ANYNUMBER -IsFaxNumber $true


 


Add-IpPbxInternalNumberToUser -InternalNumberEntry $InternalFaxNumber -UserName "ANY NAME"


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.