diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 9183b0c..9fd9e1a 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -295,7 +295,7 @@ [string]$TaskCategory = "GeneralTask", [switch]$LogToEvent, [string]$EventSource = "Script Automation Monkey", - [string]$EventLog = "application", + [string]$EventLog = "Application", [int] $CustomEventID, [string]$LogFile, [switch]$PassThru @@ -376,7 +376,7 @@ [string]$TaskCategory = "GeneralTask", [switch]$LogToEvent, [string]$EventSource = "Script Automation Monkey", - [string]$EventLog = "SVS Scripting", + [string]$EventLog = "Application", [ValidateSet("Black","DarkGray","Gray","White","Red","Green","Blue","Yellow","Magenta","Cyan")] [string]$ForegroundColorOverride )