PowerShell your DevOps environment – Part 2

In this blog post, we are going to look at automated application deployment to VMs using continuous deployment in Azure DevOps. Read part 1 here. Azure DevOps Services is a rebranded product that used to be called Microsoft Studio Online or Visual Studio Team Services (VSTS) in the early days. You still can see the…
Microsoft 365 – Enable combined registration of MFA and SSPR

To give users a better end-user experience, you can combine the registration of Multifactor Authentication with Self Service Password Reset (SSPR) so that users only have to provide this information once for both services when they log in for the first time. Go to User–>User settings–>Choose the setting “Manage user preview settings”. …
Powershell your DevOps environment – Part 1

During one of our projects, we needed to automate the deployment of the middleware layer. The reason for this was the high frequency of software updates, which sometimes meant we had to rebuild the middleware software layer. We used VMWare vCloud Automation Center to deploy multiple VMs in a short time frame, but we still…