About Me

My photo
Bergen, Norway
19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge

Monday, February 18, 2019

Test-MigrationReadyness.ps1 Script

I have added a OneDrive/SharePoint migration related script to my GitHub
This is an add-on to make my script "Test-OneDrivePath.ps1" only check against specified folders (and its subfolders) instead of all folders in the specified path.

I have used the SharePoint Migration Tool's input file as the source for folders since this makes me able to combine one input file with the migration itself. But any CSV file with the first column being a path can be used.

All scanned top folders (Users home folder) which contain errors will result in a log file. Top folders with no errors will not get a result file. The process itself is logged in the Test-MigrationReadyness.log. Here you will find info about when the process started and ended for each top folder.

https://github.com/OTvedt/Scripts-For-Sharing/blob/master/OneDrive/Test-MigrationReadyness.ps1

Cleaning Up Unknown IAM Assignments Across Azure Subscriptions

  If you manage more than a handful of Azure subscriptions, IAM hygiene quickly becomes one of those tasks everyone knows is important, but ...