Project-Neith
Project-Neith copied to clipboard
Project Neith is intended to provide an extensible and modular dashboard which conveys important information concisely and enables actions on monitored systems.
Something to add for vCenter datastores?
https://github.com/ctigeek/InvokeQueryPowershellModule/blob/master/InvokePostgreSqlQuery.cs Look in to something like this. Have a 'dbtech' option during install, set a variable which gets used for all future invoke-sqlcmd type calls.
Some variables aren't always available on first start and require execution of the whole page.ps1 file to get them all working. Need to find a way to ensure they are...
Now that I'm showing best practice security configs on the user objects and computer objects, include a button to resolve common issues such as no pwd expiration, reversible encryption, etc....
AD Group Explorer Simple way to view groups, see memberships (and type of member). DB Reqs -> AD_Group_memberships group name, members_SAMAccountName, type of member, date
Setup script will prompt for DB name, SQL type, creds if req'd, ports, etc. Must make sure it also loads key information to the db - such as the path...
**Is your feature request related to a problem? Please describe.** Add metrics around vCenter hardening/configuration best practices. https://www.vmware.com/security/hardening-guides.html - The following guide provides security best practices for vCenter instances from...
See: https://poshud.com/Preloader This would be great for the get-adcomputer and get-aduser pages, especially for when compliance checks are added and it can take awhile. Also allows generation of 'not available'...
Getting some errors like the following when imported data as variables include single quotes or similar characters: ``` Invoke-Sqlcmd : Incorrect syntax near 'Neil'. Unclosed quotation mark after the character...
Scheduled tasks are a sufficient way to collect data but a separate process running as a job controller might be a preferable way. This would also enable things such as...