Using the Event Log with PowerShell - Writing Event Log Entries
Write-EventLog -LogName "Provisioning" ` | |
-Source "User Provisioning" ` | |
-EntryType Information -EventId 1000 ` | |
-Message "User provisioned: ${UserPrincipalName}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment