Search found 2417 matches

by Cubert
Mon Mar 18, 2024 9:30 pm
Forum: Automate Package Manager
Topic: Windows Updates
Replies: 1
Views: 24

Re: Windows Updates

Automate Package Manager does not update Windows OS. It operates Chocolatey on Windows which installs and updates software titles like Google Chrome, Adobe Reader, Firefox , and hundreds of other software titles. The same goes for Mac agents, Homebrew updates 3rd party software titles. Only Linux ag...
by Cubert
Thu Mar 14, 2024 8:19 pm
Forum: Documentation
Topic: Mac Sudo Manager
Replies: 0
Views: 81

Mac Sudo Manager

Homebrew does not require permissions to install most packages but there are some packages that require permissions to install. These packages tend to be requesting access to privileged devices or wants to create a background service. It these cases, allowing APM to provide permissions allows the in...
by Cubert
Thu Mar 14, 2024 8:07 pm
Forum: Automate Package Manager
Topic: Released Build 1.0.0.13
Replies: 0
Views: 9

Released Build 1.0.0.13

In this release we added a new Mac Sudo Manager. Why is this important? By default APM uses the %lastuser% variable when executing installs and updates as Homebrew requires all installs to happen from a user account and not root (which agent runs as). So we need to capture a local user on agent to e...
by Cubert
Tue Mar 12, 2024 6:27 pm
Forum: Patch Remedy 5
Topic: Possible addition to Patch Remedy Print Report
Replies: 3
Views: 887

Re: Possible addition to Patch Remedy Print Report

Wow that seems like a lot of work on your part... So you need a report at the client level that Lists every agents last patch update, list of patches updated in last 30 days and a list of patch's currently still available for each agent and do this by agent for the client? would this be all you woul...
by Cubert
Tue Mar 12, 2024 6:14 pm
Forum: Patch Remedy 5
Topic: Install KB from List
Replies: 1
Views: 27

Re: Install KB from List

That would look like it. but it not. Patch Remedy uses the same script for many functions. When called with no CMD value it will scan agent but if CMD was added it will test for command and then attempt the command. Make sure there is no added functions to script schedule. Here is a Habitat script w...
by Cubert
Mon Mar 11, 2024 6:17 pm
Forum: Patch Remedy 5
Topic: PR Scan Frequency
Replies: 6
Views: 10479

Re: PR Scan Frequency

Other than the scan date, I don't think you need any of that any more.

All agent scans now take place through a Master Group so timing and such is controlled there. EDFs now control whether or not an agent is enabled or disabled.
by Cubert
Thu Mar 07, 2024 7:56 pm
Forum: Expiry Domain Password Expiration Plugin
Topic: emails not being sent from AD notifier
Replies: 8
Views: 383

Re: emails not being sent from AD notifier

That is odd... should be on ISync timing in Automate which is 12 am and 1PM (twice a day).

I'll go look and see if I may have adjusted something to cause it to change.

Otherwise the edits will fix you up.
by Cubert
Thu Mar 07, 2024 7:53 pm
Forum: Habitat
Topic: New install of Habitat
Replies: 2
Views: 161

Re: New install of Habitat

We gotcha nwbts!

Should be good now.
by Cubert
Thu Mar 07, 2024 7:52 pm
Forum: Automate Package Manager
Topic: Trying to patch a Oracle 9.3 (Linux) system it seems to find packages but they never seem to install
Replies: 25
Views: 666

Re: Trying to patch a Oracle 9.3 (Linux) system it seems to find packages but they never seem to install

Assigned policies only show for locations or clients. If you apply a policy to a single agent, that agent does not show in policy list. It does however set the Policy EDF box. Have a look at your EDFs for agent, scroll all the way to bottom to see "APM Policy". It will show the policy name...
by Cubert
Wed Mar 06, 2024 6:31 pm
Forum: Habitat
Topic: Global report for local admins
Replies: 4
Views: 94

Re: Global report for local admins

As for enabling a lot of clients at once,

Set Master Switch to 1 for every client ID you add using the insert command.

Code: Select all

INSERT INTO `plugin_p4a_habitat_lagm_config`
(`ClientID`,
`MasterSwitch`)
VALUES
(<{ClientID: }>,
<{MasterSwitch: 0}>);

Go to advanced search