Using Crontab and Selenium
I have been setting up a python script using Selenium to automate some web tasks. One of the tasks I wanted to automate completely. I ran into a few …
I have been setting up a python script using Selenium to automate some web tasks. One of the tasks I wanted to automate completely. I ran into a few …
Here is a script that can be used to roll a die. The number of sides of the die can be adjusted. The amount of rolls and roll results …
What is Insync? Insync is software that can be used to sync Google Drive on a Linux system. Can it run when I start the computer? Yes! Let’s get …
After running an audit, it was discovered that some user account passwords on the domain were set to never expire. A few meetings later the team decided to change …
Below is a quick script to create a user account and password. If no username is typed the script will exit. If the input for for the username is “Exit” …
Below is a PowerShell script that will change the Hostname of a domain computer remotely. You will need to build a .csv file of computer’s Hostnames you wish to change …
If you need to zip up all the files in directory and send them to a new folder here is a quick PowerShell script that will work. This script will …
Microsoft disabled changing the local admin account of computers via GPO due to a security vulnerability. This link goes into further detail regarding this issue: MS14-025-Vulnerability If you want to change …