Programming and Software Development Archive

  • Centralized Desktop and Favorites with a Centralized My Documents?

    Centralized Desktop and Favorites with a Centralized My Documents?

    What 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...

    Full Story

  • Lockdown a Centralized My Documents

    Lockdown a Centralized My Documents

    Recently 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...

    Full Story

  • Limiting the output of a SharePoint field in a dataview to [x] words.

    Limiting the output of a SharePoint field in a dataview to [x] words.

    This 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...

    Full Story

  • Deploying Applications with the Possibility of a Slow Connection (Robocopy)

    Deploying Applications with the Possibility of a Slow Connection (Robocopy)

    Regardless 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...

    Full Story

  • Move Files with Folder Actions and AppleScript

    Move Files with Folder Actions and AppleScript

    In 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...

    Full Story

  • Alert (Display Dialog) in AppleScript

    Alert (Display Dialog) in AppleScript

    To 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...

    Full Story

  • Startup Notification

    Startup Notification

    How 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...

    Full Story

  • Combine PDFs in Apple Automator

    Combine PDFs in Apple Automator

    There 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...

    Full Story

  • VCB Backup Script, vcbMounter

    VCB Backup Script, vcbMounter

    Although 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...

    Full Story

  • Linux Backup Shell Script

    Linux Backup Shell Script

    Once 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...

    Full Story