Giter Club home page Giter Club logo

Comments (5)

Windos avatar Windos commented on August 16, 2024

Yes, you'll need to have PowerShell remoting all working and BurntToast installed on the remote machine (it doesn't need to be on the local one though). Then use Invoke-Command to trigger it, e.g.

Invoke-Command -ComputerName RemotePC -Credential Joe -ScriptBlock {Toast -Text 'Test'}

from burnttoast.

fruza avatar fruza commented on August 16, 2024

And using the HTTP Listener??: https://github.com/Windos/BurntToast/tree/master/Examples/Example08

Regards!.

from burnttoast.

brendantop avatar brendantop commented on August 16, 2024

The Invoke-Command method partially works. Text is fine but any images referenced wether logo, hero or inline all fail to load. Each image registers an "Access is denied" followed by a "Cannot find path X because it does not exist.". Paths definitely exist, permissions don't seem to be an issue and every machine can successfully find the images if the code is run locally. The images are referenced via a UNC path and I am using version 0.7.0. Any suggestions?

from burnttoast.

Windos avatar Windos commented on August 16, 2024

I imagine it's the same issue as you'd run into if running a scheduled task with "Do not store password" ticked, which only gives access to local resources (i.e. anything on a UNC path would not be accessible.)

Not sure of a workaround atm, I still need to come up with the 100% fail proof method of running these remotely.

from burnttoast.

Windos avatar Windos commented on August 16, 2024

In addition to previous comments about scheduled tasks, you can also get around having to have BurntToast installed on the remote machine. See: https://toastit.dev/2018/08/21/crouton-8-i-like-your-code-but-i-dont-want-it-on-all-my-computers/

Also, if you do go the scheduled task route, you can execute as system and kick the toast over to the user. See: #27 (comment)

from burnttoast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.