Remote Commands

Hello everyone,
Has anyone ever had to deal with setting up a .bat/.cmd file where you need to schedule a task to run commands on a UCCX/CUCM server? I've tried setting one up using "plink" and I get errors. I'm not limited to just using "plink", but would like to get some general insight from the community if anyone has tried doing this before.
Thanks!
Justin

Apparently, you must first enable Powershell Remoting.

Similar Messages

  • Satellite A500-14L: Supervisor Password Utility & Remote Command Manager

    Hi,
    I just installed Windows 7 Home Premium *x64* on my A500-14L (PSAM3E-02N008FR) and all went smooth, even the TVAP and flashcards install. Unfortunately, I have a problem with the following utilities (latest versions found on Toshiba website) :
    - Supervisor Password Utility
    - Remote Command Manager
    I installed both of them but I can't find them in my start menu!
    There is no install error but it's like they are not installed at all.
    Can someone please help me on this matter ? Thanks in advance.
    Aramys

    Hi
    For Supervisor Password Utility I recommend checking the Toshiba Assist.
    In Secure you should see the Supervisor Password Utility.
    The Remote Control Manager improves the support for a remote control on your computer.
    Im not sure if you could access this application but if yes then you should check it in control panel.

  • Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.

    Hi!
    We have 5 Exchange 2013 servers and when I’m trying to run a script that includes the cmd-let Get-MessageTrackinglog with StartDate = the first of the month and with EndDate = the end of the month I get the following error message after
    a couple of hours. The script is run on the server SERVER01 and goes through the Message Tracking logs of all Exchange servers. I have tried the script on other servers and get the same result.
    Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.
    [Server=SERVER01, TimeStamp = 918/2014 19:32:34]
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo         
    : OperationStopped: (server01.domain.com:String) [], PSRemotingTransportException
        + FullyQualifiedErrorId : JobFailure
        + PSComputerName       
    : server01.domain.com
    I have gone through “about_Remote_Troubleshooting Help topic”, but can’t find anything related to my issue. There is nothing in the Application or the Windows PowerShell log either.
    /Henrik

    Hi Henado 
    Check the time on your Exchange server(s) relative to the DCs and ensure they are in correct sync
    Use another account which is assigned the Organization Management permission and log to to the server run the command in shell and see the results
    Run 
    Add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
    Set-Adserversettings -ViewEntireForest $True and then run message tracking command and see the results
    If none of the above helps you may need to remove and re-install the WinRM and see the results
    Good Luck :)
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • Remote command execution via ssh on ips sensor...

    I am attempting to execute a command remotely via ssh so that I can collect the information on another host.
    ex: ssh -t username@sensor show tech-support
    Instead of the output I expect, I receive an error message: Error: Received invalid command line argument.
    Is this type of remote command execution supported by the sensor?
    Kevin Riggins

    Not true, i already created scritp to automaticly backup the IPS

  • Error sqlldr with plink in remote command

    Hi all,
    My OS is Windows, I tried to launch a sqlldr remote command with plink (putty) :
    Command dos:
    "plink host -l oracle -pw oracle sqlldr -userid schema/pwd -control /tmp/test.ctl"
    I had this error : "ksh: sqlldr: not found"
    Setting of server :
    $ORACLE_HOME=/app/local/oracle/product/10.2.0/Db_1
    When I try directly "sqlldr -userid schema/pwd -control /tmp/test.ctl" with putty on the server it's working.
    Please somebody could explain me how can I do it with remote command line ?
    Thanks

    Ok, results below :
    echo $ORACLE_HOME
    /app/local/oracle/product/10.2.0/Db_1
    which sqlldr
    /app/local/oracle/product/10.2.0/Db_1/bin/sqlldrSo I think it's ok for these settings, what is the issue ?
    Thanks

  • New QIP6416-2 does not recieve remote commands

    I recently ordered a new QIP6416-2 and its not recieving remote commands.
    Any help?

    There are several possibilities including improper setup, but let's assume that is OK. First, be sure to set the remote to operate the STB and not something else (easy to accidentally bump a button).  Try the buttons manually on the front of the STB to confirm signals are going to the TV. If those are OK, there could be more technical issues. One that I am experiencing is that my Samsung LCD model 850 TV emits IR interference and often renders the remote useless. If the TV is in "Standard" mode, it works most of the time. If the TV is in "Movie" mode, the remote is totally ineffective. More information on your rig would help. You might also try - shudder - phoning tech support. 

  • App to run remote commands

    I am building an app to run remote commands. A server app with tcp/ip to listen for connections, validate user, then let user send commands(from a predefined list) that will fire the Runtime rt = Runtime.getRuntime() , the Process proc = rt.exec(cmd from cmd list)
    Any thoughts on this? Better method or practice?
    Can you get static of a proc whil running? I wnat each call to be a new proc, so I guess I could vector them after creation?
    M

    strictly network internal ops. Run exe/bat/com on remote server. The commands will be contolled by the admin, so we will be limited. I see the server running as a Win2k service so the permission for it to execute commands could be limited to the user that is the 'log on as' for the service.(is this a correct assumption?)
    We have tried rcmd, windows scripting, etc...but they all require admin privs on the target machine and the admins won't allow this.
    My thought was to build a command object to extend into commands we are allowed to run. you use a gui to send encrypted command name to server, it decrpyts and runs the appropriate cmd object, firing runtime to execute a predefined cmd string held in the cmd object and permissions based on service 'log on As' user.

  • Uninstall IE10 script or other remote command

    Hi,
    Please note that I originally submitted this under Internet Explorer category and was told to move it here.
    Obviously on a localised, single PC, to uninstall IE10 and revert to IE8 you would simply go into Control Panel, Programs & Features, View Installed Updates, find IE10 and uninstall.
    However, planning a mass rollout like I am, I need to be able to uninstall IE10 on multiple PC's at once. In a disastrous scenario, I would want to uninstall it from all PC's as soon as possible (up to 300).
    I did some Google-ing and found a couple of answers however for whatever reason, the command I found seems not to work if a non-administrative account is logged on even if I instruct the script to run as local system or a specific admin account. The command
    does work on a local PC if you first run command prompt as an administrator then enter the command, but as mentioned at the beginning of this question, I need to be able to do it remotely and not manually.
    FYI the current answer I found is to run this script:
    FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet"
    Does anyone have a cleaner, more guaranteed way to uninstall IE10?
    Thanks.

    I have used the below script and it worked quite well, but it was on my work station.
    FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
    Is there some reason why you aren't going to update your image and remove IE10 before you deploy it to 300 systems?

  • Remote Command Tool for Cisco Routers/Switches

    Is anyone aware of any tools or scripts out there which allow preconfigured commands to be remotely run again Cisco Router/Switches and display the output result?
    I'm looking for a tool which I can give our Service Desk personnel that will allow them to select from a list of commands enter a target IP Address of a router/switch and then the tool will display the vlan table or the running config of a particular switch-port so they can see if its configured on the correct data vlan or its missing its voice vlan etc.
    For example a Service Desk Operator needs to check what vlan a switch-port is on. So they open the tool, enter the switches IP address and the port number and select an option like "display a switch-ports vlan" and the tool will login into the switch in the background run a show command on the switch and then output the result.
    Thanks.

    Check out rConfig. You will be able to run multiple instances of it i.e. one instance for your standard configuration backups and another for more specific configuration downloads info like show vlan bri commands etc for service desk staff to view.
    You could also use the IOS menu function and create menus or role based access on each of your devices for your users.
    Regards
    Stephen
    ==========================
    http://www.rConfig.com 
    A free, open source network device configuration management tool, customizable to your needs!
    - Always vote on an answer if you found it helpful

  • Scripting Question for Remote & Command list

    There must be some info on the commands / functions allowed for DVDSP scripting. For instance, how does one know ran = random. div = divide. Can you please point me in that direction. Note: already looked at the 2 tutorial sites suggested and the book authors mentioned, and while those were helpful looking for a comprehensive list, or at least some list like so many of my other programming books contain.
    More advanced question: Does anyone know the scripting conversion for the remote control. For example
    if remote = play jump end....
    or
    if controller = next jump start...
    Not sure what the code would look like, but it must be fairly simple, and someone must know the answer:)
    Thanks!!!

    No probs. If you're more specific we could maybe help more. I mean you could write a script and then make the button target that script, or make all buttons target a script and make decisions based on which button was pressed... but there isn't always much point cause you dont have the interactivity level you do with Flash/Director,
    -jake
    P.S Thanks for coming back to the thread. To help the new system, when you feel the question has been answered can you mark it answered/helpful etc, cheers.

  • Firefox remote command in Sun Ray

    Hi all,
    I'm trying to solve a problem in a Sun Ray environment. Our program has to use firefox remote to launch a new browser window in addition to an already opened browser window.
    But it does not work. No new browser window is opened. Here is output from the standalone build of remote.c (from original Netscape remote control source) as a test program.
    % ./firefox-remote -remote 'openURL(http://www.sun.com,new-window)'
    firefox-remote: warning: expected version 1.1 but found version
    5.1 (0xc80049) instead.
    firefox-remote: (writing MOZILLALOCK "pid63258@xavsun" to 0xc80049)
    firefox-remote: (writing MOZILLACOMMAND "openURL(http://www.sun.com,new-window)" to 0xc80049)
    firefox-remote: (server 0xc80049 has accepted MOZILLACOMMAND.)
    2147500037firefox-remote: (server sent MOZILLARESPONSE "500 command not parseable" to 0xc80049.)
    But it works fine if issuing the following command:
    % firefox -remote 'openURL(http://www.sun.com,new-window)'
    Also our program and this test program work fine in Sun Blade workstation.
    Is there anybody who has experienced this or has some idea what's going on here?
    Thanks a lot for your help.
    Jenny

    I solved it in kiosk mode adding my locale to the option Locale like this:
    es-ES

  • Executing a remote command

    Hi,
    I need to execute some commands on a remote machine. The local machine is a win2K box running weblogic. The remote machine is a UNIX box and it is not running RMI. I have tried using Runtime.getRuntime().exec(cmd) to do this. I tried making calls to telnet, rsh, and rexec for the cmd. In all three cases I was unable to get ahold of the input stream to be able to supply a password.
    I have looked at using the de.mud.telnet package but was unable to use it because of a liscencing issue.
    Is there another method I should be trying?
    Can anyone help?

    For details on Runtime.exec: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    ORO's NetComponents can handle telnet: http://www.savarese.org/oro/software/NetComponents.html
    There's also a "java telnet application" in sourceforge: http://sourceforge.net/projects/jta/

  • Apple TV remote command macbook pro too!

    Apple TV remote controls macbook pro... problem when you want to continue working on your computer while someone else is using AppleTV. any solution to prevent AppleTV remote to control computer?

    Glad i'm not the only one with this problem! I now can control both my AppleTV and MacBook Pro iTunes library separately, without the Mac itunes library starting to play!
    I have downloaded the 'Remote' app onto my iPad, and when combined with both the AppleTV and my MacBook iTunes library, its absolutely brill, especially with the swipe gestures.
    Thanks for the advice

  • Run a remote command

    Hello:
    Is there a simple method to run an exe file in a remote PC in a local network.
    For example:
    I have two movies in Director movie1.exe and movie2.exe in C:\ path.
    I need run from a remote PC, something like:
          runMyExe \\192.168.1.25 C:\movie1.exe
    Can I do this with Director or any Xtras, html or similar. Have you a demo?
    Thank you very much.

    I don't think there are any xtras that can run exe's remotely. However, you could use Valentin's Shell Xtra to run a program or NT Service which in turn could remotely start the projector. The Shell Xtra was discussed a couple of weeks ago:
    http://forums.adobe.com/message/4652485

  • Invoke wmi method to send remote command

    Hi guys, i am trying to create a log entry by using inoke-wmimethod not invoke-command
    this is what i am using but no luck
    foreach($server in $servers){
    $error.Clear()
    $ping = New-Object System.Net.NetworkInformation.Ping
    if($ping.send($server,1000).Status -like "success"){
    sleep -Milliseconds 100
    "Running FlushDNS cmd on $server"
    New-EventLog -ComputerName $server –LogName System –Source “Script” -ErrorAction SilentlyContinue
    Invoke-WmiMethod -Path Win32_Process -ComputerName $server Create -ArgumentList "cmd /c ipconfig /flushdns" -AsJob -ThrottleLimit 200 >> $null
    Invoke-WmiMethod -Path Win32_Process -ComputerName $server Create -ArgumentList "powershell /c Write-EventLog -LogName System -Source `"Script`" -EntryType Information -EventId 1 -Message `"Received FlushDns Command`""
    "$(get-date) Sent ipconfig /flushdns to $server" >> "\\localhost\c$\PSScripts\test\CTX flushdns\flushdns other.log"
    I am guessing its something to do with my format since flushdns appears to be working? Any ideas?

    Hi guys, i am trying to create a log entry by using inoke-wmimethod not invoke-command
    this is what i am using but no luck
    foreach($server in $servers){
    $error.Clear()
    $ping = New-Object System.Net.NetworkInformation.Ping
    if($ping.send($server,1000).Status -like "success"){
    sleep -Milliseconds 100
    "Running FlushDNS cmd on $server"
    New-EventLog -ComputerName $server –LogName System –Source “Script” -ErrorAction SilentlyContinue
    Invoke-WmiMethod -Path Win32_Process -ComputerName $server Create -ArgumentList "cmd /c ipconfig /flushdns" -AsJob -ThrottleLimit 200 >> $null
    Invoke-WmiMethod -Path Win32_Process -ComputerName $server Create -ArgumentList "powershell /c Write-EventLog -LogName System -Source `"Script`" -EntryType Information -EventId 1 -Message `"Received FlushDns Command`""
    "$(get-date) Sent ipconfig /flushdns to $server" >> "\\localhost\c$\PSScripts\test\CTX flushdns\flushdns other.log"
    I am guessing its something to do with my format since flushdns appears to be working? Any ideas?
    I had better luck using get-wmiobject to retrieve the object from the desired computer and class and piping that to invoke-wmimethod:
        Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter "Index=$index" |
        Invoke-WmiMethod -Name SetIPConnectionMetric -ArgumentList $metric

Maybe you are looking for

  • Creating a Webi report from R/3 Data

    Hi Gurus, We are running SAP ECC6 with EHP5. Is it possible to create a Webi report directly from the R/3 (without BW system). I read some where that it can be achieved with Data Federator. Any one has an idea ? Appreciate your help. Regards, Munir

  • Bug in cursor behaviour with duplicates

    Dear Oracle guys and girls, first of all: it sucks that i HAVE to provide business information (company name, address, even phone number) even if i just want to participate in this forum for private reasons. I even have to "unsubscribe" to the newsle

  • CDF type to Unix Executable File

    When downloading a Comma Delimited File Database, Safari saves the download as a "Unix Executable File" and my database (Filemaker) will not recognize the file type. What is the problem (or solution)? Thanks in advance

  • Installing itunes 8.0 - error messages

    Frustrated ! I have been trying to install iTunes 8.0, but keep getting the following error message - C:\Documents and settings\martin bonner\local settings\temporary internet files\content.IE5\DI5KIOYZ\iTunes801Setup[1]exe is not a valid Win 32 appl

  • How to add subtype to the standard Infotype2002.

    dear all, I have a requirement that i need to add a subtype to the existing standard Infotype 2002. I would like to add the subtype as 4000 for Health Checkup. Please help me in doing this functionality. Message was edited by:         sravan varanasi