Search Tools Links Login

Browsing Scripting

Prev   Next

Languages for Automation
There are many scripting languages that can be used for automation, and the best one for you will depend on your specific needs and goals.
Posted:2022-12-27, 144 views

Sending Mail from PowerShell
With Send-MailMessage, you can send email from your scripts.
Posted:2022-12-22, 149 views

HTTP Request in Javascript
There are several ways to make an HTTP request in JavaScript.
Posted:2022-12-21, 231 views

Powershell Background Jobs
In PowerShell, you can use background jobs to run scripts or commands asynchronously, meaning they can run in the background while you continue to work in the console.
Posted:2022-12-20, 147 views

PowerShell/WMI to Force Shutdown
You can use this PowerShell and WMI combo one-liner to force a shutdown or restart of a remote computer.
Posted:2022-09-14, 181 views

PowerShell & NetSH to Get Wifi Passwords
This is for instructional purposes only.
Posted:2022-09-14, 255 views

QFE Patch List with PowerShell
This handy little script will give you a list of recently installed security updates via the Win32_QuickFixEngeering WMI class (watch out for line wrap!).
Posted:2022-09-14, 259 views

Prev   Next