Update samy.ps1
This commit is contained in:
6
samy.ps1
6
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",
|
||||
|
||||
Reference in New Issue
Block a user