SdnDiagnostics icon indicating copy to clipboard operation
SdnDiagnostics copied to clipboard

[AzureLocal] Collect NetIntent Status and Data

Open arudell opened this issue 1 year ago • 1 comments

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.

arudell avatar Apr 03 '25 15:04 arudell

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

mafr-dev avatar Apr 03 '25 22:04 mafr-dev