Author

Rich

Just another IT guy.

czkawka – Scan a NAS in Windows

February 8, 2023

I came across a nice tool named czkawka that “is a simple, fast and free app to remove unnecessary files from your computer.” I want to use this against an…

LetsEncrypt with ServiceDeskPlus

February 8, 2023

I thought I had typed this up at one point, but apparently I can’t find it on the blog. Here’s the steps I take to install and renew…

Analyze RDP Disconnection Logs using PowerShell

February 7, 2023

The PowerShell script is designed to extract information about Remote Desktop Protocol (RDP) local session manager events from the Windows event logs on a RDS host and save…

Writing a portscan utility in .NET

January 30, 2023

I’m working on a side project that is a portscan utility written in VB.net. Here’s my progress so far, and it is working. There’s some way to go…

Handling Commandline Arguments in VB.NET

January 27, 2023

Handling commandline arguments in VB.NET (or really anything) can be tricky. I came across the following class the other day while looking for a drop-in solution to a…

Prefer IPv4 over IPv6 on Windows

January 13, 2023

Use the following commands to change the preference on Windows to use IPv4 over IPv6. netsh interface ipv6 set prefix ::/96 60 3 netsh interface ipv6 set prefix…

Find files modified in Windows command line

November 10, 2022

The forfiles command exists to facilitate finding files in a given path and can be used to also find files modified by date. forfiles /P c:\users\techish /S /D…

Backup VMware ESXi Host

October 27, 2022

Backup using vim-cmd To ensure that the configuration of the target ESXi host is synchronized with persistent storage, run the following command: vim-cmd hostsvc/firmware/sync_config To back up ESXi…

Outlook 2021 – Minimize to System Tray

October 24, 2022

To minimize Outlook to the system tray when minimized, you can right-click on the Outlook icon on the taskbar and select Minimize to System Tray. On Windows 11,…