BigMac Admin

Results 87 comments of BigMac Admin

Hi @marceldekuiper , This has come up for discussion in the past. Due to the complexities of determining when a device is considered "online", we have opted not to implement...

This is a good idea, thanks. Likely I will add an option in the configuration file `NotificationOnComplete` for a macOS notification center event. I think i'll also need to add...

This is definitely something I plan to add, but likely will be a few more weeks before I am able to put engineering time to it

I recommend the following: Create a new function that checks for the `true` boolean in the configuration file. Lets call it `check_run_at_loginwindow` If that option is set to `true` you...

I am good with this format, however, it does not appear that this accounts for `--silent` mode, which also needs to skip the `wait_for_user` function

Perhaps we need to think of this more like "Run mode" Is the "Run mode" "Original Flavor, Silent, or LoginWindow" ? What do you think? If so, `--silent` should override...

I've been thinking on this. I think the goal needs to be: Determine which runmode we have by reading all of the relevant configuration profile keys, then at the step...

Thats awesome, I look forward to reviewing when I am able. I don't have any changes in the works in the `dev` branch, so i think I can point the...

Thanks for resubmitting so quickly, I understand the problem now and the reason for this solution. Indirectly, I would advise using Installomator for installing Microsoft packages if you're allowed. It...

I can recreate this in both `2.4.2.4755` and `2.5.0.4757` Does not appear to affect functionality, just results in errors being generated. ``` #!/bin/zsh --no-rcs # shellcheck shell=bash dialogCommandFile=$(mktemp "/var/tmp/Command File...