silversword411

Results 287 comments of silversword411

Reporting - Alerts - Interactive Dashboard (html) v1.6 might get us a workaround in the mean time At least when the bell (top right) and the Alerts Overview window doesn't...

I don't think this is applicable any more because WMIC problem was fixed. Post if it needs reopening

There are known quirks with the current "tasks" implementation and how it interacts with the windows task scheduler. There's multiple other issues regarding this. It's planned to completely replace, and...

Is that something different than what is already under user preferences?

Same here, installed on empty machine using portableapps on Win11 24h2

For all those TPM2 machines out there aka win11+ ```ps Get-TpmEndorsementKeyInfo ``` Will give you an unchangeable tracking SN. You don't think that's abused by people wanting to track you...do...

Just make a `image` folder and assume image name and report name will be the same. Will need to add the Description to the json

Please test this script ```cmd @echo off set "DeploymentURL=!!!REPLACEME!!!" for /f "delims=" %%g in ('powershell -NoProfile -Command "(Get-Service -Name tacticalrmm -ErrorAction SilentlyContinue).Name"') do ( set "Name=%%g" ) if not defined...

Sounds like you should fund the development costs if it's a priority for you.

This is expected behavior due to how environment variables are handled at the process level. When you set an environment variable in PowerShell (or any process), it only affects: The...