XCOM 2: Legendary Ironman Guide / Tips

After many restarts and dismal failures I did it ;  Legendary Ironman XCOM 2 complete!

It’s a lot of fun;  you always feel you’re close to death (at least at the beginning of the game) and the tension really gives you that “against all odds” vibe.  I’ve collated some tips to help you retain some sanity when you start Operation Gatecrasher for the tenth time.

I’ve written a similar guide for Long War 2, here.

Also here’s a guide for War of the Chosen (the latest XCOM2 expansion).

Continue reading “XCOM 2: Legendary Ironman Guide / Tips”

PowerShell: Setting Exchange Send-As Permissions without Using the Add-ADPermission cmdlet

The Send-As permission for objects in Exchange is set on the AD object (rather than the mailbox itself). Normally, the weapon of choice is the Add-ADPermission cmdlet but interestingly that cmdlet is only available if you have some serious Exchange permissions; Organization Management. What you’re doing though requires fairly low-level AD permissions; you’re just modifying some attributes on an object. So I did some investigation and came up with a function to set Send-As permissions without using Add-ADPermission. Continue reading “PowerShell: Setting Exchange Send-As Permissions without Using the Add-ADPermission cmdlet”

PowerShell: Synchronizing a Folder (and Sub-Folders) Part 5

I’ve made some more changes to the syncing script. The first was some corrections about how it deals with paths with ‘odd’ symbols in them (like “[“) and the second was to properly output objects listing all the changes its made (for logging or further processing).

Update : I’ve revisited this script a few times with new additions and modifications.The latest full version of the script is here.  That post also includes links covering the other revisions to the script.

Continue reading “PowerShell: Synchronizing a Folder (and Sub-Folders) Part 5”