mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-23 03:54:28 +00:00
Remote control BOINC
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user