Update login-notication.ps1

This commit is contained in:
JoshS 2025-04-24 09:32:14 -04:00
parent ca4f3a76c2
commit d099eaef78

View file

@ -9,7 +9,7 @@ $hostname = $env:COMPUTERNAME
$remoteIp = "Unknown" $remoteIp = "Unknown"
$asnInfo = "" $asnInfo = ""
$locationInfo = "" $locationInfo = ""
$logPath = "C:\LOGIN-OUT-ALERT\log.txt" $logPath = "C:\<YOUR_DIRECTORY>\log.txt"
$ntfyUrl = "<your_ntfy_instance>" $ntfyUrl = "<your_ntfy_instance>"
# --- Try to Get RDP Connection Info --- # --- Try to Get RDP Connection Info ---