Recent Posts

Powershell Function: Merge Log Files

2 minute read

I’ve been working on a script to try and trace an application install through the log files of a client. So far, I’ve been able to write a function that will...

Administering Java Whitelists

4 minute read

Oracle finally added one major feature to Java that had been missing, the ability to whitelist sites. Now, admins can control which sites run java, what secu...

CM2012 – Redistribute content with errors

less than 1 minute read

Here’s a quick script that will redistribute all content that has errors to the DPs it errored out on. $Server = "CM2012" $Namespace = "root\sms\site_PS1" $s...

Powershell – CMTrace Log Function

1 minute read

I’ve always been a huge fan of having detailed log files when running scripts at work. I originally wrote a log function to output date & time & mess...