itngineer.com - It NGineer – Pigułki wiedzy dla inżynierów IT

Example domain paragraphs

Pigułki wiedzy dla inżynierów IT

SQL: 1 select proc_inst_id_, act_id_, act_name_, act_type_, start_time_, end_time_, duration_ from act_hi_actinst where proc_inst_id_='[process_id]’ 2 select proc_inst_id_, act_id_, act_name_, act_type_, start_time_, end_time_, duration_ from act_hi_actinst where proc_inst_id_ in (select proc_inst_id_ from act_hi_varinst where name_ = ‘[document_name]’) order by start_time_

Wypisanie protokołu, lokalnego adresu, oraz adresu z dalnego z którym polączenie jest ustanowione stanu i PIDu netstat -ano | findstr 7904 lub Get-NetTCPConnection -LocalPort 8080 Get-Process -Id (Get-NetTCPConnection -LocalPort 8080).OwningProcess