Jump to content

Skin und Namenstasten ausrollen


AchimCom

Recommended Posts

Hallo Ihr Swyxer ^^ 

 

ich benötige mal eure schnelle Hilfe. Ich möchte den Skin und die Namens Tasten Belegung innerhalb eines AD ausrollen und nicht bei jeden Nutzer selbst einstellen. Der Support sagte mir das ich das im Portal finde, aber vielleicht habt ihr ein Paar Anregungen für mich wie ich das (Wahrscheinlich) innerhalb der PowerShell (Swyx Power Shell) umsetzen kann. Ich bedanke mich schon einmal im Voraus.

 

MfG Achim

Link to comment
Share on other sites


Hi all

 

This used to work for me on SwyxWare 2011, unfortunately no longer with SwyxWare 2015. Can someone help me what is going wrong here ? , thanks.

 

Cheers
M

 

  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *

Quote

 

import-module ippbx

 

connect-ippbx -ServerName SWYX01


get-ippbxuser | foreach-object {
$userdata = get-ippbxuserdata $_
set-IpPbxSpeedDialKey $UserData -Idx 0 -Title "Max Meier" -Number "300"
set-ippbxuserdata $_ $userData }

 

 

  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *

I get the following error msg:
 

Quote

 

Get-IpPbxUserData : Es wurde kein Positionsparameter gefunden, der das Argument "89" akzeptiert.
In Zeile:2 Zeichen:13
+ $userdata = get-ippbxuserdata $_
+             ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-IpPbxUserData], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Get-IpPbxUserData

set-IpPbxSpeedDialKey : Die Benennung "set-IpPbxSpeedDialKey" wurde nicht als Name eines Cmdlet, einer Funktion, einer
Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad
korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:3 Zeichen:1
+ set-IpPbxSpeedDialKey $UserData -Idx 0 -Title "Max Meier" -Number "300"
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (set-IpPbxSpeedDialKey:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

 

 

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.