Teach your co-workers to lock their PCs with the help of a harmless prank!

The goal of this is to teach your co-workers to be more security conscious and LOCK THEIR PC when they walk away from their desk.  Locking your PC stops unauthorized people from accessing your PC, viewing a document that has sensitive data, AND playing a prank such as THIS!  This is especially important when you have access to sensitive data,…

Share This:
Read More

Script to delete folder older than 30 days… by Name

I had a need, on one of my file servers, to delete some data that was older than 30 days, to clear space.  This would need to be a re-occurring task, so what better way to accomplish it than to script it! Here’s the rub…  The folders are each in a YYYYMMDD format (ex: 20170115), yet the content in the…

Share This:
Read More

Adding a PowerShell Windows Update Script to my VMware Customizations

In my environments, we typically convert the templates to Virtual Machines once a quarter so we can install Windows Updates.  This means, there could be a number of patches to install if you’re 2+ months out from the last time they were updated.  So I decided to use a PowerShell script that my coworker wrote to do Windows Updates and…

Share This:
Read More