diff --git a/samy.ps1 b/samy.ps1 index 4803a49..b2fcce8 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -74,6 +74,10 @@ .PARAMETER SiteName The friendly name of the Datto RMM site (used in logging). Mandatory when performing install or variable-push. +.NOTES + Default EventLog : SVSMSP Events + Default Source : SAMY + .EXAMPLE & ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com' -UseBasicParsing).Content )) ` @@ -444,7 +448,7 @@ $ConfirmPreference = 'None' [switch]$LogToEvent = $false, - [string]$EventSource = "SVSMSP_Module", + [string]$EventSource = "SAMY", # Custom log name so you get your own node under "Applications and Services Logs" [string]$EventLog = "SVSMSP Events",