OS
[파워쉘]무한 리퀘스트
codinglog
2023. 8. 1. 10:57
$i=0; while($true)
{
%{$i++; write-host -NoNewLine "$i $_" }
(Invoke-RestMethod "http://192.168.1.11")-replace '\n', " "
}
반응형