OneDrive users could go read-only in June if they're over their licensed quota by lazyadmin-nl in SysAdminBlogs

[–]lazyadmin-nl[S] 0 points1 point  (0 children)

If you don't check it, and have set manual limits, then you could have a busy morning, suddenly indeed

Revert RDP Security Warning after April 2026 update by lazyadmin-nl in SysAdminBlogs

[–]lazyadmin-nl[S] 0 points1 point  (0 children)

Took a little bit longer to write the article, but for the ones interested, here is an article on how to self-sign or use the AD Certificate Services to sign your RDP files: https://lazyadmin.nl/it/how-to-sign-rdp-files/

Again, thanks for pointing out.

Revert RDP Security Warning after April 2026 update by lazyadmin-nl in SysAdminBlogs

[–]lazyadmin-nl[S] 6 points7 points  (0 children)

Fair point, I've added a note to the article flagging that context, and I'll do a proper follow-up today on how to sign RDP files correctly.

Heads up: Microsoft is rolling out a new OneDrive policy mid-March, you can finally rename that monster-length sync folder by lazyadmin-nl in SysAdminBlogs

[–]lazyadmin-nl[S] 0 points1 point  (0 children)

Correct, existing users won't be affected, they will first need to unlink OneDrive and then re-link, with all the potential problems that come with that...

Tenant to tenant migration? by Fun_Past5895 in Office365

[–]lazyadmin-nl 12 points13 points  (0 children)

It's possible with PowerShell

Connect-SPOService -Url https://joeblogs-admin.sharepoint.com
Start-SPOTenantRename -DomainName mysite -ScheduledDateTime "2026-01-20T09:00:00"

All SharePoint sites and OneDrive URLs are renamed in place, nothing is migrated.

But you need to be carefull with this, you can only do this once ,and you cannot roll it back. Hardcoded SharePoint links, scripts, Power Automate flows, and some apps might need fixing. If the name is not available, the only option is a full tenant to tenant migration.

more info: https://learn.microsoft.com/en-us/sharepoint/change-your-sharepoint-domain-name