Skip to content

Commit 66b996d

Browse files
authored
Merge pull request #94084 from FrankBoylan92/patch-1
Change to Absolute Path in Line 112
2 parents 5222d14 + f5894c5 commit 66b996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/howto-mfa-nps-extension-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To collect debug logs for support diagnostics, use the following steps on the NP
109109

110110
```
111111
Mkdir c:\NPS
112-
Cd NPS
112+
Cd c:\NPS
113113
netsh trace start Scenario=NetConnection capture=yes tracefile=c:\NPS\nettrace.etl
114114
logman create trace "NPSExtension" -ow -o c:\NPS\NPSExtension.etl -p {7237ED00-E119-430B-AB0F-C63360C8EE81} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets
115115
logman update trace "NPSExtension" -p {EC2E6D3A-C958-4C76-8EA4-0262520886FF} 0xffffffffffffffff 0xff -ets

0 commit comments

Comments
 (0)