

test


test


wtf


deleted by creator


deleted by creator


Not sure if I’m missing something here, but that scans ports on the localhost, it is not a port scan of your entire network. While that’s still crazy and not something you want, it’s not quite what you initially said, and I don’t believe they’d be able to scan outside of your machine


Websites you visit can port scan your entire network bypassing most firewall rules and NAT
Wut?


Oh my bad, I misunderstood your question initially. Yes, Out-File will wait for the previous command to finish just like Out-Null.


I’m not at all computer, but I believe Out-Null is used as “don’t give me any output”, Out-File is used as “put the output in this file”, and Out-Host is similar to the standard output in the terminal.
What I would do is something like this (I’m not at a computer to test this):
Copy-Item "$SourceRoot\$SourceFolder\$SourceFile" -Destination "$DestinationRoot\$DestinationFolder" -Verbose *>&1 | Out-File -FilePath "$LogFile" -Append ; if(Test-Path "$DestinationRoot\$DestinationFolder\$SourceFile"){ Write-Host "Success!" } else { Write-Host "Failed!!!" }
Or if you want the actual output, this will store the result to the file and the screen/host:
Copy-Item "$SourceRoot\$SourceFolder\$SourceFile" -Destination "$DestinationRoot\$DestinationFolder" *>&1 | Tee-Object -FilePath "$LogFile" -Append | Out-Host
will no longer have to report as much detailed, public crash information to the federal government
I feel like this is more incentive not to purchase one, than to purchase one


Edit: Just saw it’s already there lol
deleted by creator

That makes way more sense, I assumed it was LW specific since SJW federated.
Thanks!
deleted by creator
I thought you bought a picture at first
deleted by creator