curl이용 imap 및 pop3 접속체크
# E-Mail2022. 9. 23. 15:12curl이용 imap 및 pop3 접속체크

imap check [darksharavim.tistory.com]curl -u "mailid@test.com:password" ₩ imap://mail.test.com/inbox pop3 check [darksharavim.tistory.com]curl -u "mailid@test.com:password" ₩ pop3://mail.test.com/inbox

[파워쉘]윈도우 작업스케줄러 리스트 추출
# Script/Powershell2019. 2. 18. 18:51[파워쉘]윈도우 작업스케줄러 리스트 추출

https://superuser.com/questions/811949/powershell-script-to-list-scheduled-tasks-on-remote-systems Powershell script to list scheduled tasks on remote systems I want to write a PowerShell script that lists all Scheduled Tasks on remote systems, and includes the user account which will be used to run each task. The local system is running Windows 7, with superuser.com

[윈도우]업데이트 정보 조회 wmic qfe list
# Operation System/Windows2018. 12. 13. 17:50[윈도우]업데이트 정보 조회 wmic qfe list

cmd wmic qfe list Caption CSName Description FixComments HotFixID InstallDate InstalledBy InstalledOn Name ServicePackInEffect Status http://support.microsoft.com/?kbid=4100347 KAJIN7-NOTE Update KB4100347 NT AUTHORITY\SYSTEM 9/19/2018 http://support.microsoft.com/?kbid=4343669 KAJIN7-NOTE Update KB4343669 NT AUTHORITY\SYSTEM 7/11/2018 http://support.microsoft.com/?kbid=4456655 KAJIN7-NOTE Updat..

image