-
Recent Posts
Categories
- BlackBerry (2)
- Featured 2 (6)
- Group Policy (1)
- Kiosk (3)
- Linux (10)
- OpenSolaris (4)
- Ubuntu (3)
- Mac (4)
- Folder Actions (2)
- Microsoft O/S (13)
- DOS (1)
- Windows 7 (1)
- Windows Server 2003 (3)
- Windows Server 2008 R2 (1)
- Windows Vista (1)
- Windows XP (6)
- Microsoft Office (1)
- Networking (4)
- Printing (4)
- Xerox (1)
- Programming and Software Development (30)
- AppleScript (3)
- Automator (1)
- Batch Files (3)
- PowerShell (1)
- Shell Scripting (1)
- VBScript (2)
- Visual Studio (6)
- Web Development (19)
- HTML (3)
- PHP (1)
- SharePoint (15)
- WordPress (1)
- WScript (1)
- Projector (1)
- SQL (1)
- sql express (1)
- Storage (6)
- Teaming (2)
- Uncategorized (1)
- Virtualization (4)
MSN Chat
Tags
Administrator Advanced Installer AppleScript application templates ASP.NET Backup Batch Files bind bind9 BlackBerry Bootable Windows 7 chat box crlf data bindings Desktop Manager DHCP DNS DOS Drobo DroboPro DropDownList echo elevation ESX Folder Actions GPO HTML IET iSCSI Kiosk LACP Linux OpenSolaris RedHat SharePoint SharePoint Designer 2007 SPD sql express SteadyState Ubuntu VMware Windows XP Workflow Actions Xerox XSLArchives
- August 2010 (1)
- July 2010 (1)
- June 2010 (2)
- March 2010 (2)
- February 2010 (2)
- January 2010 (4)
- November 2009 (5)
- October 2009 (13)
- September 2009 (11)
- August 2009 (6)
- July 2009 (2)
- August 2008 (13)
Programming and Software Development Archive
-
Centralized Desktop and Favorites with a Centralized My Documents?
Posted on July 31, 2010 | No CommentsWhat about Desktop and Favorites migration? Wouldn’t it be nice if there was a GPO that made the migration of your user’s Desktop and Favorites as easy as the migration of their My Documents? I think it would be nice. Since there isn’t, I created... -
Lockdown a Centralized My Documents
Posted on June 21, 2010 | 5 CommentsRecently a coworker and I were tasked with migrating the My Documents folder of all users to a central server. The obvious comes to mind for migrating users data; data backup. However, the true reason we were migrating our users files was to simplify workstation... -
Limiting the output of a SharePoint field in a dataview to [x] words.
Posted on March 31, 2010 | No CommentsThis solution was created by a guy named Marc, the XSL templates he created are just, well, freaking fantastic! View his blog entry here: Displaying the First N Words of a Long Rich Text Column with XSL I have been looking for a solution to... -
Deploying Applications with the Possibility of a Slow Connection (Robocopy)
Posted on February 5, 2010 | No CommentsRegardless of which software deployment suite you use in your organization, there is no way to avoid transferring the majority of the installation files to the local machine, whether that is a file copy or a load into memory / temporary location. For small application... -
Move Files with Folder Actions and AppleScript
Posted on January 22, 2010 | No CommentsIn relation to my article on Combining PDFs in Apple Automator, I needed to automate moving files from one location to another, with the final destination name of the file being different than the original. At first I thought this would be 5 minutes in... -
Alert (Display Dialog) in AppleScript
Posted on January 22, 2010 | No CommentsTo display an alert or dialog prompt in AppleScript is easy, once you know the command string to use. For simple scripting, such as AppleScript or VBScript, I will frequently use alert dialogs to display the contents of variables. Hmm, any other reasons for a... -
Startup Notification
Posted on January 21, 2010 | No CommentsHow do you know when an approved and domain-joined workstation is turned on prior to someone even signing into the workstation? Or maybe, you are asking, why would I even want to know this? For those that work with network vulnerabilities scanning, such as the... -
Combine PDFs in Apple Automator
Posted on January 5, 2010 | 1 CommentThere is a dream that I will become specialized in one area, with my aspirations pointed towards network engineering. However, until I get there I will be good at everything, a jack-of-all-trades that seemingly cannot understand the meaning of “no”. This type of quality creates... -
VCB Backup Script, vcbMounter
Posted on November 24, 2009 | No CommentsAlthough the VMware Consolidated Backup (VCB) software receives considerable flack for lacking features or functionality, the fact that it provides you with access to the raw VMDK files is enough to alleviate all the missing functionality. As a side note, with Windows VMs, you can... -
Linux Backup Shell Script
Posted on November 23, 2009 | 2 CommentsOnce again, I am pushing my knowledge limits with the Linux world. The exciting part is that, the deeper I go, the better Linux gets. Today, it is Shell scripting, which quite frankly puts DOS batch files out of business. Wait a moment, which came...