pompushko

Results 61 comments of pompushko

> Why aren't you using ssh for that? You can grant an unprivileged user using `sudo` exactly the rights to e.g. restart `cannelloni` using `systemctl`. Nope. No any SSH :)...

> Why don't you use something like this then? `ssh user@your_device 'systemctl stop cannelloni; echo "1" > /sys/class/gpio/gpio9/value; systemctl start cannelloni'` Because this is simplest way if you have a...

Hello dear Przemyslaw! I almost use config from your example. Here is it: ``` RemindersSendToManager = @{ Enable = $true # doesn't processes this section at all if $false RemindersDisplayOnly...

One quick fix: just add **'Manager'** in to **IncludeNames** But I doesn’t want show this field. Because those manager receive report. ``` Reports = @{ IncludePasswordNotificationsSent = @{ Enabled =...

And thats why I got **'N/A'** in manager report. Users settings: ``` [ordered] @{ Enable = $true # doesn't processes this section at all if $false RemindersDisplayOnly = $true #...

> So it's just misconfiguration on your part, not a bug. The bug you report is basically a problem with a logo, and nothing else, right? Hm, not exactly. I...

> That's for you to configure. YOu can configure your own reports. > > ReminersDisplayOnly is not for what you want. it's for testing not preventing users from receiving emails....

Yeah. I can confirm: if mail was not sent - **EmailSentTo = N/A** I should use different field with **User Email**?

UPD: just use **EmailAddress** instead **EmailSentTo** But script still put **company-logo**, even if I remove it from code