Offline Machine Tracking with PowerShell
Here’s a simple little script that will track which computers are offline, and how long they have been offline. It even sends you a handy email summary.
Here’s a simple little script that will track which computers are offline, and how long they have been offline. It even sends you a handy email summary.
In today’s digital age, protecting your computer and personal information is not just wise but essential. Cyber threats such as malware, ransomware, phishing scams, and identity theft are on the rise, making it more crucial than ever to be vigilant. This guide will outline key steps to ensure your digital safety.
Recently, there was a request for our team to implement a new security requirement for workstations. Specifically, If a user remains logged in, but is idle for a specific period of time, that user should be logged out. After consulting the interwebs for a few minutes, all I could find were hacky solutions using vbscript, PowerShell, task scheduler,… Read More »
I was recently given a small programming challenge by a friend, which entailed splitting a text file into multiple text files, based on word length. I got run time down to 11 seconds. Can you do better? The text file in question is a listing of dictionary words, A through Z, containing a total of 234,936 words. The… Read More »
As a part of monitoring your environment, you will need to watch the uptime of your systems. There are a couple different ways to do this. The first way, and my preferred way to monitor uptime, is to “watch” a server or workstation from another or many other locations. A simple ping to the device and storing the… Read More »
It’s always good to perform an inventory of workstations you might be responsible for. This doesn’t mean just writing down make, model and serial number. You need a list of software installed on those machines as well. Using VBScript, you can easily get a list of the installed software on a local or remote workstation, along with other… Read More »
This is a basic example of how to download the html of a web page with Visual Basic 6, using no ActiveX controls, and only Windows API calls.
This is a pretty basic function which allows you to convert an IP address, which a string, into a long integer. But where would this be useful? A Basic Example Let’s say you have a website, and you want to disallow certain IP address ranges from accessing the site. Let pretend that you want to stop the range… Read More »
How to replace the default WebBrowser right-click menu. Attachments File Uploaded Size 899-20170904-053157-WEBBMENU.ZIP 9/4/2017 5:31:57 AM 2914
How to retrieve the disk serial number, capacity, and free space. Attachments File Uploaded Size 899-20170904-052529-VOLINFO.ZIP 9/4/2017 5:25:29 AM 3099