From 7fba347c1e7965caa1cdf7a61fdd83595de25083 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 23:33:37 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",