still very new to this and so probably being stupid but here goes.
Ive created a very basic dashboard. 2 columns both size 6.
ive used two cards both with an image
so far so good. I did a search a found a post on how to make a UDcard work with onclick…still good when running from where the dashboard is loaded.
I then run the dashbaord from my machine (so conneted via the address) dashboard loads, but when i click the card it opens the webaddress ive assign on the server the dash board is loaded on.
Ive tried invoke-udredirect and that works remotely but idaelly id linke a page to open in a new tab?
this then also got me to thinking how do i get the dashboard to open something (an app or webpage) on the users machine? i did try invoke-command which failed due to winrm not being started (expected) so im now kinda out of ideas well knowledge and think i must be doing something wrong and making life just harder than it needs to be
Any non-UniversalDashboard module commands runs on the server, certain UD commands “runs” (it’s executed serverside, with some fancyness to force the client to do stuff with javascript) on the clientside. Trial and error bruv.
Check out @psDevUK’s github for a glorious example, and learn.