[AzureLocal] Collect NetIntent Status and Data
Is your feature request related to a problem? Please describe. In situations where NetworkATC is managing the configuration of switches, adapters and other related settings, we do not have enough insight to understand what the config should resemble.
Describe the solution you'd like If NetworkATC is deployed, collect related config data and logs as part of the server role.
Aside from outputs of Get-NetIntent and Get-NetIntentStatus there are some Winevents that are helpful to capture as well:
Get-WinEvent -LogName Microsoft-Windows-Networking-NetworkAtc/Admin Get-WinEvent -LogName Microsoft-Windows-Networking-NetworkAtc/Operational
For tracing in Network ATC, it has to be turned on/off
Set-NetIntentTracing <perform ATC operations> Set-NetIntentTracing -StopTracing
Collect the ETL: C:\Windows\NetworkAtcTrace.etl