Aug 8, 2012
Displaying Logical Drives with PowerShell
PowerShell is a powerful scripting language and can do many things. One task that can be used over and over is to get the logical drives off a system. One you have this information you can then perform tasks like searching for files, directories, reporting usage etc.. In this post I will be simply showing how to create a variable and retrieve the data for the logical drives using WMI object... read more
Aug 8, 2012
Creating Virtualbox Screenshots with VBoxManage
As a system admin by day I am always documenting how something was done so that others can do it themselves and also as a blogger as well. Text is wonderful but sometimes pictures are much better at explaining. With Windows and Linux there are many point and click solutions like Snipping Tool (Windows 7), KSnapshot (KDE) and many others, but sometimes the command line is better and can be scripted. One... read more
Aug 7, 2012
How to install Plex Media Server 0.9.6.6 on CentOS / Fedora / RHEL
In an earlier post we covered installing Plex Media Server 0.9.6.3 on a Windows 7 system. In this post we’ll cover how to install and configure on a Linux system, CentOS 6.2 to be exact, but this process can be used on Fedora / and RHEL as well. First make sure you meet the system requirements. System Requirements: 1.6 GHz processor (2.4 GHz dual core for 1080p transcoding). 256 MB RAM Gigabit... read more
Aug 6, 2012
How to Install DB2 Connect 7.2 on Windows 2008 R2
There are still corporations running older versions of DB2 from the mainframe in which newer OS’s are connecting to. Since the agents are not being upgraded it is getting harder and harder to connect to the older databases. This was the case I ran into when connecting a Windows 2008 R2 server connecting to DB2 7.2 running on a Mainframe. This assumes you have the agent as currently there is no... read more
Aug 3, 2012
How to Backup System State with PowerShell
As tweaker’s there is always changes needed to the system to make it run to our liking and there is always the risk that those changes will break and possible have major repercussions. That’s where restore points come into play. With PowerShell there is a way to use system restore points to backup and restore if an issue does arise. This process assumes that system restore points are enabled... read more
