![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Live Communications Server - Microsoft Communicator 2005 - SIP Tex
Hello,
I am trying to setup a powershell script that will allow me to send a SIP Text message to users of a Live Communications Server. I need this so SCOM can send alert information by IM to Distribution Lists. The only problem is I am not finding many resources on the subject. Thanks, Jason |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Live Communications Server - Microsoft Communicator 2005 - SIPTex
Jason wrote:
> Hello, > > I am trying to setup a powershell script that will allow me to send a SIP > Text message to users of a Live Communications Server. > > I need this so SCOM can send alert information by IM to Distribution Lists. > > The only problem is I am not finding many resources on the subject. > > Thanks, > Jason How about installing a client on the SCOM server? You can likely automate sending a message through the local client. Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Live Communications Server - Microsoft Communicator 2005 - SIPTex
> How about installing a client on the SCOM server? You can likely > automate sending a message through the local client. > > Marco > Copying from an earlier thread on a similar subject... AutoIT: http://www.autoitscript.com Example: PS >$auto=new-object -com autoitx3.control PS >.\communicator.exe;start-sleep -s 2;$auto.send("user");start-sleep -s 2;$auto.send("{TAB 2}");start-sleep -s 2;$au to.send("{ENTER}") This brings Communicator to the front, goes to the find box, sends 2 TAB key presses, then starts a communication with "user". Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|