• The definitive guide to why pasted URLs/URNs frequently don't work, but sometimes do

    TL;DR version: Some Office 2016 products seem to have changed how it treats URLs pasted into it's products. I'm not sure when this update occured, or if other apps do similar things. I've tested this with Word, One Note and Outlook 2016. Office 2016…
  • RE: Get-PWRichProjects ProjectProperties Export

    It was a problem because I had an array of Rich Project Folders as well, not just one, so I had to parse through them. Using GetEnumerator() on the hashtable would parse through the properties of every project and append it to each Rich Project. I'd end…