invictus-ir/Blue-team-app-Office-365-and-Azure

Parameter and ModifiedProperties names

Closed this issue · 1 comments

Using a console based export to CSV, my data fieldnames are different than what's in the query for these two

rename Parameters{}.* as *
ModifiedProperties{}.* as *

I have to replace them to the following in order to work.
rename Parameters___* as *
ModifiedProperties___* as *

These changes are in many queries in multiple views.

User Error