Chances are if you are in IT management or providing IT services you have had to deal with virtualization hosts. When it comes time to retire your old hardware and move to a new host, there are a number of different ways to go about it. One in particular for ESXi lets...
Month: April 2014
WinDirStat and Windows File Management
This week we want to cover a utility that allows users to manage the buildup of files that eat up space on your storage device. We are speaking about WinDirStat, which is a tool that presents a graphical view of your entire storage drive (or from a folder level)....
Configuring SolidWorks Workgroup PDM for Email Alerts with PDF Attachments
The most common request we receive for SolidWorks Workgroup PDM is, “How do I get emails when items are checked in?” If Workgroup PDM works for you but you’d like this feature, here is the source code for a Python script that will send an email – with a PDF attachment...
Trigger UAC to Ensure Scripts are run As Administrator in Windows 7
I wanted to post this solution since we run into this problem all the time: Often, our .bat scripts include making registry changes or copying files which require Administrative access. This code will cause the .bat file to trigger a UAC prompt before running...
Unix 101: Utilize the “Screen” Command
In my previous post, I highlighted 5 great commands to improve administering your Unix machines within your infrastructure. The very first command I mentioned was screen, which allows you to run multiple pseudo-terminal "windows" within one shell session. Screen also...