Forum Discussion
KevHal
Mar 16, 2023Iron Contributor
AVD Insight Log CodeSymbolic reference
Hi, We are going into full monitoring of AVD and setting up queries to pull out as much information as possible out of the AVD Insights logs. I have found the references to some of the error tables...
- Mar 16, 2023Finally answered my own question:
WVDErrors
| where CodeSymbolic contains "ERROR_PATH_NOT_FOUND"
This will give you anyone who has not loaded their profile properly in your environment.
KevHal
Mar 16, 2023Iron Contributor
Finally answered my own question:
WVDErrors
| where CodeSymbolic contains "ERROR_PATH_NOT_FOUND"
This will give you anyone who has not loaded their profile properly in your environment.
WVDErrors
| where CodeSymbolic contains "ERROR_PATH_NOT_FOUND"
This will give you anyone who has not loaded their profile properly in your environment.