Update samy.ps1

This commit is contained in:
2025-11-26 23:33:37 -05:00
parent 45913df719
commit 7fba347c1e

View File

@@ -74,6 +74,10 @@
.PARAMETER SiteName .PARAMETER SiteName
The friendly name of the Datto RMM site (used in logging). Mandatory when performing install or variable-push. 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 .EXAMPLE
& ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com' -UseBasicParsing).Content )) ` & ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com' -UseBasicParsing).Content )) `
@@ -444,7 +448,7 @@ $ConfirmPreference = 'None'
[switch]$LogToEvent = $false, [switch]$LogToEvent = $false,
[string]$EventSource = "SVSMSP_Module", [string]$EventSource = "SAMY",
# Custom log name so you get your own node under "Applications and Services Logs" # Custom log name so you get your own node under "Applications and Services Logs"
[string]$EventLog = "SVSMSP Events", [string]$EventLog = "SVSMSP Events",