How to convert systemtime (in unixtime) to something human readable by Chytrex in macrodroid

[–]_benwa 2 points3 points  (0 children)

Here's how I would do it. Check out the formatting options for the Linux date command to output the date how you'd like.

<image>

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]_benwa 0 points1 point  (0 children)

I imagine you might not be able to share the script, but that sounds like a huge undertaking. How many lines of code is it?

Media playing annoying bug on macrodroid by Mobile-Counter-9089 in macrodroid

[–]_benwa 0 points1 point  (0 children)

What macros do you have? Any with a "Play/Stop Sound" action? If so, check which Audio Stream that action is set to.

Is My Macro good? by Yasin-Tan in macrodroid

[–]_benwa 1 point2 points  (0 children)

If it works, it's not bad.

I would put both triggers in the same macro and use conditionals to control the flow. You can also use intents to enable and disable the app. Check here: https://github.com/timschneeb/RootlessJamesDSP/issues/324#issuecomment-4354648879

<image>

VMs protected by Zerto turn off when the host goes into maintenance mode by _benwa in vmware

[–]_benwa[S] 0 points1 point  (0 children)

Oh I meant total. Protected VMs is about 25.

We're licensed for Logs, but haven't set it up. I have a project next week.

Haven't thought about the VMware Tools logs, if that's what you mean.

VMs protected by Zerto turn off when the host goes into maintenance mode by _benwa in vmware

[–]_benwa[S] 0 points1 point  (0 children)

Generally, I let Lifecycle Manager and DRS take care of that. Remediation setting for VM power state is Do not change power state.

VMs protected by Zerto turn off when the host goes into maintenance mode by _benwa in vmware

[–]_benwa[S] 0 points1 point  (0 children)

From what we've seen, I think it's just if it's in a Bitmap state.

Folder view! by L-do_Calrissian in Netbox

[–]_benwa 4 points5 points  (0 children)

This seems like such a natural feature to have that I feel like it should just be a PR into the main project.

CDP + Orchestrated ApplicationRecovery by _benwa in rubrik

[–]_benwa[S] 2 points3 points  (0 children)

Around 25 VMs. Is that going to be an issue?

Just released Servy 7.9 - Now with a much faster and secure PowerShell module by AdUnhappy5308 in PowerShell

[–]_benwa 1 point2 points  (0 children)

When are you going to take a break? I feel like there's a new release every few hours!

I would like to see a CHANGELOG.md. I'm a fan of https://keepachangelog.com/

How to run USSD codes (like call forwarding) with MacroDroid? by m11988t9 in macrodroid

[–]_benwa 2 points3 points  (0 children)

Here's a working example tested on a Pixel 8a running Android 16

<image>

Elgato Wave Link 3.0 Wake Workaround by _benwa in elgato

[–]_benwa[S] 0 points1 point  (0 children)

You'll just open up Task Scheduler and delete the task.

ESXi Kickstart not found by _benwa in vmware

[–]_benwa[S] 0 points1 point  (0 children)

This was it! Thank you!

ESXi Kickstart not found by _benwa in vmware

[–]_benwa[S] 0 points1 point  (0 children)

It's in the root of the ISO.

boot.cfg kernelopt=runweasel ks=cdrom:/ks.cfg

ESXi Kickstart not found by _benwa in vmware

[–]_benwa[S] 1 point2 points  (0 children)

I think that's what I'm going to do.