How to fix common Sysprep issues when capturing AVD Golden Image

If Azure Devops pipeline for capture of new image version from golden image VM fails, and the failed pipeline is caused by failing “VM Sealing” (also called sysprep), most likely it is because of AppX packages on the image VM, that blocks the sysprep from completing. You can take a snapshot of the image VM, …
Continue reading How to fix common Sysprep issues when capturing AVD Golden Image

Move on from Exchange Online SMTP Basic Authentication with Client Submission

Intro Link to full Microsoft article:https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-to-retire-basic-auth-for-client-submission-smtp/ba-p/4114750 Microsoft are closed one of the older legacy protocols; SMTP with basic authentication.Due late september 2025, now is the time to prepare your systems for the decommission of SMTP relay using the old basic authentication. This article talks about a few ways to modernize sending mails. High volume email …
Continue reading Move on from Exchange Online SMTP Basic Authentication with Client Submission

Robocopy

Robocopy is a great tool for copying and syncing data between source and destination (and vice-versa).Here you can find both general knowledge about the tool and few examples on how to use Robocopy. Reference All commands can be found here:https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy Known issues How to run Robocopy Robocopy is included in Windows. You can start Robocopy …
Continue reading Robocopy