We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17625a6 + 18855fb commit d8bc907Copy full SHA for d8bc907
reference/5.1/Microsoft.PowerShell.Management/New-EventLog.md
@@ -38,7 +38,7 @@ This command creates the `TestLog` event log on the local computer and registers
38
it.
39
40
```powershell
41
-New-EventLog -source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
+New-EventLog -Source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
42
```
43
44
### Example 2 - add a new event source to an existing log
0 commit comments