Skip to content

Commit d8bc907

Browse files
authored
Merge pull request #11453 from MicrosoftDocs/main
10/9/2024 PM Publish
2 parents 17625a6 + 18855fb commit d8bc907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Management/New-EventLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This command creates the `TestLog` event log on the local computer and registers
3838
it.
3939

4040
```powershell
41-
New-EventLog -source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
41+
New-EventLog -Source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
4242
```
4343

4444
### Example 2 - add a new event source to an existing log

0 commit comments

Comments
 (0)