Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Network ====== <code powershell> $WebClient = New-Object System.Net.WebClient $webclient.DownloadFile("https://somedomain.com/test.zip", "c:\tmp\test.zip") </code> powershell/qnd/network.txt Last modified: 2022/10/13 14:01by mgupton