New Boundary Support Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Function to let user poll channelExpand / Collapse
Author
Message
Posted 6/2/2006 3:56:08 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 2/22/2008 3:52:19 AM
Posts: 3, Visits: 30
Hi everyone

Just wanted to share a few things we use with Prism deploy to make things a bit easier at our helpdesk.

First is a small cmd file i've created some other scripts that uses this one.
Build an package with an cmd file containing the following putting it somewhere like C:\program files\script with a shortcut to users start menu. When you have a support call you can then tell the user to click the shortcut and the users machine will poll the channel.

//Janne

:Copy text below save as pollchannel.cmd
:Function to poll channel
:
if  exist  ""C:\Program files\Prism Deploy\Client\ptclient.exe""  goto  PD_6
if  exist  ""C:\Program files\New Boundary\Client\ptclient.exe""  goto  PD_7
goto end
D_6
"C:\Program files\Prism Deploy\Client\ptclient.exe" /subscriber
D_7
"C:\Program files\New Boundary\Client\ptclient.exe"  /subscriber
:END
EXIT
::


 

Post #1308
Posted 5/9/2007 12:54:47 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 11/18/2008 11:57:13 PM
Posts: 658, Visits: 833
New Boundary Technical Support recommends the following, more simplified method (based on Raymond's previous post, which uses Sysinternals (now Microsoft) psexec.exe. Our method doesn't require pollchannel.cmd file.

  1. Place psexec.exe in c:\Program Files\Prism Suite on administrator workstation.

  2. Add the following line to the [SingleComputerApps] section of ExternalToolsconfig.ini on administrator workstation:

    Poll Now="c:\Program Files\Prism Suite\Psexec.exe" \\%computername% -i -n 5 "<local path to ptclient.exe on managed system>" /subscriber
    Example: Poll="c:\Program Files\Prism Suite\Psexec.exe" \\%computername% -i -n 5 "c:\Program Files\New Boundary\Client\ptclient.exe" /Subscriber
    Note: There are may other switches that can be used with psexec. Check the documentation on the link below.

  3. Restart Prism Console on administrator workstation.

You can download psexec.exe (which is part of pstools) here: http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx



New Boundary Technologies Support
support@newboundary.com

Post #1477
Posted 5/16/2007 12:26:24 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/2/2008 6:23:43 PM
Posts: 7, Visits: 15
This is great -- thanks!!!

I would like to see this available from the client machine as well.  Right click the Prism icon in the systray and select Poll Now.  I have a batch file users can run, but the right click would be more professional looking.

Post #1488
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: New Boundary Support

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 4:37pm

Powered By InstantForum.NET v4.1.3 © 2008
Execution: 0.328. 11 queries. Compression Enabled.