Jump to content

Jim RSI

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Jim RSI

  1. I am attempting to start an app interactively with the desktop.  With the following code the script just runs until killed.  If I remove the top two lines it runs and finishes but obviously doesn't interact with the desktop.

    $cred = (Get-Credential $env:USERNAME)
    Enter-PSSession -computerName "$env:computername" -credential $cred
    
    cd $env:userprofile\Desktop
    
    .\Loader.bat

    I would be grateful for any suggestions.
     

     

     

  2. This is close to my issue as well.  I would like a feature similar to the Problems frame in Nagios where it will display current issues and once the issue is resolved it will go away.

     

    Are there any thoughts or plans for heading in this direction in the future?

×
×
  • Create New...