LEEEJEFFRIES.COM

Recent Posts

Script for Generating Random Email Content for Testing

I’m working on a project at the moment where I need to generate alot of email content for a test users mailbox. I’ve written a script for this and thought it might be useful to others. I’ve uploaded it to Github and embedded it here. This script takes publicly available open license content in the form of an ebook, a bunch of audio files, a bunch of video files and a bunch of images and rand...

I’m working on a project at the moment where I need to generate alot of email content for a test users mailbox. I’ve written a script for this and thought it might be useful to others. I’ve uploaded it to Github and embedded it here. This script takes publicly available open license content in...

Getting Started with Citrix SDWAN

A lot of organisations today use an expensive MPLS network to connect all their branch offices. With the fast emergence of online services and consumer driven products like Office 365, these networks are becoming increasingly strained. Where an MPLS network was originally designed for Thin Client and more traditional share-based access, we are now seeing end users bringing in their own laptops,...

A lot of organisations today use an expensive MPLS network to connect all their branch offices. With the fast emergence of online services and consumer driven products like Office 365, these networks are becoming increasingly strained. Where an MPLS network was originally designed for Thin Client...

Citrix Farm Migration and Advanced Filtering

I was in a situation recently where a migration was necessary between two separate Citrix Farms, one being live and long standing with published applications and another being a published desktop. Migrating users between these two environments was straight forward using some powershell scripting to apply some filtering to the old farm. In earlier releases of Xenapp and XenDesktop the exclusion ...

I was in a situation recently where a migration was necessary between two separate Citrix Farms, one being live and long standing with published applications and another being a published desktop. Migrating users between these two environments was straight forward using some powershell scripting ...

Outlook OST Cache Estimator for Exchange Online and User Profile Disks

Evening all, I’ve recently had discussions around people needing to estimate how much storage may be needed for Outlook OST cache for User Profile Disks. I decided to knock up a quick script to achieve this. The script I’ve written to do this only requires powershell 3.0 or above, you must have a login for Exchange Online and be an Admin for your Tenant in order to run the necessary commands. ...

Evening all, I’ve recently had discussions around people needing to estimate how much storage may be needed for Outlook OST cache for User Profile Disks. I decided to knock up a quick script to achieve this. The script I’ve written to do this only requires powershell 3.0 or above, you must have ...