Cory Fiala

Technology and outdoor enthusiast. Currently the sole systems administrator for a local K-12 school district with 800+ staff and 5,500+ students. I support windows servers, Linux systems (FreeBSD and Ubuntu), along with vSphere (4 node cluster). 60+ virtual machines and 8 physical servers. This doesn't include my personal homelab.

PowerShell | Find Users matching partial group name by employeeType

I needed a way to find out if any of our staff employeeType was part of incorrect distribution lists. Example: Classified staff shouldn’t be part of any distribution lists that contains “Licensed”. Here is the output: If you wanted to export this to a csv just add on “| Export-Csv C:\” to the end so […]

PowerShell | Find Users matching partial group name by employeeType Read More »

LFTP Between Servers

First, what is LFTP? Basically its a command-line based FTP (File Transfer Protocol) client that is distrubted as GNU General Public License. You’re not just limited to FTP either. LFTP supports FTP, FTPS, HTTP, HTTPS, FISH, and SFTP. The biggest advantage simultaneously transferring multiple files between servers in addition to mirroring entire directory trees. There

LFTP Between Servers Read More »

Scroll to Top