Skip to content

Commit 3f2739b

Browse files
authored
Replacing old cmdlet name in the samples
1 parent d214131 commit 3f2739b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/Start-PnPTraceLog.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
Module Name: PnP.PowerShell
3-
title: Set-PnPTraceLog
3+
title: Start-PnPTraceLog
44
schema: 2.0.0
55
applicable: SharePoint Online
66
external help file: PnP.PowerShell.dll-Help.xml
7-
online version: https://pnp.github.io/powershell/cmdlets/Set-PnPTraceLog.html
7+
online version: https://pnp.github.io/powershell/cmdlets/Start-PnPTraceLog.html
88
---
99

1010
# Start-PnPTraceLog
@@ -26,14 +26,14 @@ Starts .NET tracelogging. Many cmdlets output detailed trace information when ex
2626

2727
### EXAMPLE 1
2828
```powershell
29-
Set-PnPTraceLog -Path ./TraceOutput.txt
29+
Start-PnPTraceLog -Path ./TraceOutput.txt
3030
```
3131

3232
This turns on trace logging to the file 'TraceOutput.txt' and will capture events of at least 'Information' level.
3333

3434
### EXAMPLE 2
3535
```powershell
36-
Set-PnPTraceLog -Path ./TraceOutput.txt -Level Debug
36+
Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug
3737
```
3838

3939
This turns on trace logging to the file 'TraceOutput.txt' and will capture debug events.

0 commit comments

Comments
 (0)