Project-Neith icon indicating copy to clipboard operation
Project-Neith copied to clipboard

Not all vars get initialized

Open theabraxas opened this issue 6 years ago • 1 comments

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 all initialized at the start. These are primarily sql queries to store values to present in tables which show up as null (the sqltable in home.ps1 and the AD summary table in $ADsummary)

theabraxas avatar Feb 18 '19 21:02 theabraxas

Some of this was fixed by adding the DB information as cached variables.

theabraxas avatar Mar 04 '19 06:03 theabraxas