Category Archives: Powershell

Migrating to Group Based Licensing – Removing statically assigned Licenses

By | July 17, 2020

So let say we have a situation. Our Office tenant has been running for 5 years and gathered some 60000 users all have their licenses assigned directly. Some by On-boarding scripts, some by joiner processes, some by service request, some seemingly by random dice rolls or monkeys whose time would be better spent typing out… Read More »

Loading

My PowerShell Scripts

By | July 15, 2020

Okay first things first – I am not a coder, software engineer, programmer or anything else. Any script that I write has to meet only a few criteria
Does what its meant to
Doesn’t break crap
Is easy to reuse when I find it in my “Folder of Infinite Script-Holding”
Provides decent feedback when its running

Loading

Office 365 – Migrating Users Tenant-to-Tenant – Part Two Identifying Users and Objects

By | July 22, 2020

Full run through of a project to migrate 8k users and their data between two 365 tenants.

Part Two goes through the scripts for scoping the project, identifying objects for migration and reporting data.

Loading