You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have identified in my lab environment that Get-LogUserAssist is returning child jobs with NULL results, causing Get-TargetData to hard fail on line 894 (when attempting to remove excess properties returned by the modules) and leading to kansa.ps1 to exit. Adding a check for NULL values in job data for this operation fixes this, but lead the script to fail at the switch statement on line 916 when saving results.