Search found 2451 matches

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: 919

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: 4
Views: 435

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: 867

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: 141

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}>);
by Cubert
Wed Mar 06, 2024 6:28 pm
Forum: Habitat
Topic: Global report for local admins
Replies: 4
Views: 141

Re: Global report for local admins

Here try this SQL Query, it will pull down Computer Name and Client Name as well as user data. SELECT A.ClientID, A.ComputerID, A.Username, A.ScanDate, C.Name as computer, B.Name as Client FROM plugin_p4a_habitat_lagm_users A LEFT JOIN computers C on A.computerID = C.ComputerID LEFT JOIN clients B o...
by Cubert
Wed Mar 06, 2024 6:24 pm
Forum: Habitat
Topic: Global report for local admins
Replies: 4
Views: 141

Re: Global report for local admins

Since your using Habitat, You have a SQL query tool in Habitat that should draw the data out of table for you.
by Cubert
Wed Mar 06, 2024 6:23 pm
Forum: Habitat
Topic: Global report for local admins
Replies: 4
Views: 141

Re: Global report for local admins

It is if you have SQL access to the Automate Database. Basically the plugin queries database for rows and columns based on clientID, Then exports it out to CSV. You could make the same queries but without the "Where as ClientID" to get all entries and then copy them out to csv directly. He...
by Cubert
Wed Mar 06, 2024 6:11 pm
Forum: Expiry Domain Password Expiration Plugin
Topic: emails not being sent from AD notifier
Replies: 8
Views: 919

Re: emails not being sent from AD notifier

You can disable script functions for line 15, 16 , and 17 (right click each line to disable lines in script). Once these 3 lines are disabled then every time script runs it will test for emails and send 2 emails when a user comes up for notifications instead of one. At least it should now send a ema...
by Cubert
Wed Mar 06, 2024 6:06 pm
Forum: Expiry Domain Password Expiration Plugin
Topic: emails not being sent from AD notifier
Replies: 8
Views: 919

Re: emails not being sent from AD notifier

Ok so you are using Habitats AD notifier and not the standalone version... Just so I know where to go look for issues. Success is given on line 13 after the main read and save of data. next we execute a Powershell script to see if we are between time frame 8am and 3 pm, if so script echos "send...
by Cubert
Mon Mar 04, 2024 2:06 pm
Forum: Expiry Domain Password Expiration Plugin
Topic: emails not being sent from AD notifier
Replies: 8
Views: 919

Re: emails not being sent from AD notifier

Just FYI, I referenced above a Habitat version of the script, They are the same script as Expiry just a different database table to store and retrieve data. The coding remains the same. Check the DC logs over this period and see if it shows any emails going out on the pre-day number set by plugin. S...

Go to advanced search