Search found 2428 matches

by Cubert
Wed Mar 06, 2024 6:31 pm
Forum: Habitat
Topic: Global report for local admins
Replies: 4
Views: 112

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

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

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

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

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

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

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...
by Cubert
Mon Mar 04, 2024 2:03 pm
Forum: Expiry Domain Password Expiration Plugin
Topic: emails not being sent from AD notifier
Replies: 8
Views: 527

Re: emails not being sent from AD notifier

Sorry for the delay, Sometimes I miss some of the lower forums when posts are presented. The password Expired emails are sent using a LTscript. This script checks for and loops through all the emails from client data and sends a email using the scripted email command in LT scripts. Screenshot 2024-0...
by Cubert
Thu Feb 29, 2024 2:58 pm
Forum: Automate Package Manager
Topic: Build 1.0.0.11 Released
Replies: 0
Views: 147

Build 1.0.0.11 Released

In this build we resolved an issue causing update schedules to fail.

You would see log lines like the following in your Server Logs within plugin.


Screenshot 2024-02-29 095724.png
Screenshot 2024-02-29 095724.png (7.54 KiB) Viewed 147 times
by Cubert
Thu Feb 29, 2024 2:55 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: 710

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

We released 1.0.0.11 today, It will auto update active plugins so no direct action is needed. We found an issue with update scheduling failing. This should now be resolved in 1.0.0.11

Go to advanced search