298 379
This commit is contained in:
@@ -295,7 +295,7 @@
|
|||||||
[string]$TaskCategory = "GeneralTask",
|
[string]$TaskCategory = "GeneralTask",
|
||||||
[switch]$LogToEvent,
|
[switch]$LogToEvent,
|
||||||
[string]$EventSource = "Script Automation Monkey",
|
[string]$EventSource = "Script Automation Monkey",
|
||||||
[string]$EventLog = "application",
|
[string]$EventLog = "Application",
|
||||||
[int] $CustomEventID,
|
[int] $CustomEventID,
|
||||||
[string]$LogFile,
|
[string]$LogFile,
|
||||||
[switch]$PassThru
|
[switch]$PassThru
|
||||||
@@ -376,7 +376,7 @@
|
|||||||
[string]$TaskCategory = "GeneralTask",
|
[string]$TaskCategory = "GeneralTask",
|
||||||
[switch]$LogToEvent,
|
[switch]$LogToEvent,
|
||||||
[string]$EventSource = "Script Automation Monkey",
|
[string]$EventSource = "Script Automation Monkey",
|
||||||
[string]$EventLog = "SVS Scripting",
|
[string]$EventLog = "Application",
|
||||||
[ValidateSet("Black","DarkGray","Gray","White","Red","Green","Blue","Yellow","Magenta","Cyan")]
|
[ValidateSet("Black","DarkGray","Gray","White","Red","Green","Blue","Yellow","Magenta","Cyan")]
|
||||||
[string]$ForegroundColorOverride
|
[string]$ForegroundColorOverride
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user