Remote control BOINC

This commit is contained in:
Michele Cereda
2023-02-17 19:59:20 +01:00
parent 7ac1447c29
commit cb85869e6d
3 changed files with 32 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ CertUtil -hashfile path/to/file sha256
# Get super user privileges.
powershell Start-Process powershell -Verb runAs
# Test a network connection.
Test-NetConnection -Port 443 -ComputerName 192.168.0.1 -InformationLevel Detailed
# Assign values to variables.
$variableName = 'value'
$response = Invoke-WebRequest -Uri 'https://jsonplaceholder.typicode.com/users'