MDT – In-place Upgrade to Windows 11

Fresh install Windows 11 via MDT goes quite smoothly, whether the hardware meets the minimum requirements or not, but the in-place upgrade from Windows 10 to Windows 11 usually runs into two different issues. Installation failed with error code 0xC190010E This indicates that the setup.exe needs the /eula accept parameter to accept the license agreement. The fix is quite simple, […]

Using SharePoint Online Management Shell with PowerShell 7

To start using SharePoint Online Management shell, you just need to install the module or import it if you already had it installed, and then start enjoying it. Install-Module -Name Microsoft.Online.SharePoint.PowerShell It works perfectly in PowerShell 5 but failed miserably in PowerShell 7. It throws an error when trying to connect to SharePoint Online. The workaround is to use import […]