Project-Neith
Project-Neith copied to clipboard
Not all vars get initialized
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
)
Some of this was fixed by adding the DB information as cached variables.