TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft Windows Powershell

Notices

Reply
 
Thread Tools Display Modes
Old 20-06-2008, 03:52 AM   #1
Jason
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
  Reply With Quote
Old 20-06-2008, 08:52 AM   #2
Marco Shaw [MVP]
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
  Reply With Quote
Old 20-06-2008, 06:48 PM   #3
Marco Shaw [MVP]
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
  Reply With Quote
Reply

Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 03:25 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional