Tag: PowerShell

PowerShell 7 gotchas

With the release of PowerShell 7, several improvements and changes were introduced to enhance performance, compatibility, and functionality. However, some of these changes may impact existing scripts if you’re upgrading from PowerShell Core 6.x or earlier versions. In this post, we’ll explore some more significant breaking changes and provide examples...

Read More

Retrieving BitTitan statistics using Microsoft Graph

When you are using BitTitan MigrationWiz you can ask it to email you project statistics. Now this is great when you only have a handful of projects, but when you migrate tens of thousands of mailboxes, archives, OneDrive sites at the same time (and with BitTitan’s guidance to not have...

Read More

Remove BitTitan migrated mailbox items

Migrating mailbox data with BitTitan’s MigrationWiz is something that I have done many times, and I’m sure many others have as well. It works well, is reliable (as of date of writing this anyway :)), and it pretty fast. However if the mapping is wrong, it seems to migrate data...

Read More

Convert between SID and ObjectId

In Active Directory we are used to seeing Security Identifiers (SIDs) in Access Control Lists (ACLs) and they are made up of S-1-5-12-- where the RID for non system objects is a number above 1000. Now in Azure AD that wouldn't work as the RID part would quickly exhaust and...

Read More
Follow
Follow