Skip to content

Commit

Permalink
Merge pull request #11413 from microsoft/user/khorton/fixing_netsetup…
Browse files Browse the repository at this point in the history
…_copy_logs

Fixing the powershell to collect netsetup logs
  • Loading branch information
keith-horton committed Apr 2, 2024
2 parents c015f45 + 5cd49a6 commit b848170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/collect-networking-logs.ps1
Expand Up @@ -259,7 +259,7 @@ catch {}
$netSetupPath = "$env:WINDIR/logs/netsetup"
if (Test-Path $netSetupPath)
{
Copy-Item $netSetupPath $folder
Copy-Item $netSetupPath/* $folder
}

$setupApiPath = "$env:WINDIR/inf/setupapi.dev.log"
Expand Down

0 comments on commit b848170

Please sign in to comment.