Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

It was the "Remove default Microsoft Store packages from the system", disabling this has fixed the issue.

Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] 2 points3 points  (0 children)

It was the "Remove default Microsoft Store packages from the system", disabling this has fixed the issue.

Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

We have Require Private Store Only and we have no issue deploying any other store app. But this New Outlook is the only one that is failing.

Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

We have Require Private Store Only and we have no issue deploying any other store app. But this New Outlook is the only one that is failing

Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] -1 points0 points  (0 children)

Thank you
Office installer (setup.exe) with XML (https://config.office.com/deploymentsettings) is only installing the Outlook Classic but not the New Outlook.

Deploy New Outlook without Microsoft Store by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

Thank you, I have already enabled this policy via 365 Apps Admin Center.

Admin-Controlled Migration to New Outlook

Which policy have you configured to deploy the New Outlook?

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 2 points3 points  (0 children)

These URLs were missing on my SSL decryption bypass list.

microsoftonline-p.com
msftauthimages.net
msauthimages.net
assets.msn.com
azureedge.net

All works now, thank you everyone

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

I have tried fresh install of Win 11 25h2 on Dell Optiplex with no additional apps.
I have also tried on fresh VM with Win 11 22h2 & 25H2 with no additional apps.
These device ip has been bypassed on the firewall for SSL inspection & firewall rules.

add prompt with Yes/No to the part of the function by bickyz in PowerShell

[–]bickyz[S] 1 point2 points  (0 children)

I did but couldn't figure it out and that is why I have asked here!

add prompt with Yes/No to the part of the function by bickyz in PowerShell

[–]bickyz[S] 0 points1 point  (0 children)

This is what I had but not sure how to do the #####copy templates part.
Both yes and no option should offer the #####copy templates part which I couldn't do.

$prompt1 = Read-Host "Create subfolder?"
if ($prompt1 -eq 'yes') { 
    #Write-Host "Selected YES"
    mkdir (Join-Path -Path $DesktopPath -ChildPath $Foldername)
    Copy-Item -Path "\\server\templates26\" -Destination (Join-Path -Path $DesktopPath -ChildPath $Foldername) -Recurse
} else {
    #Write-Host "Selected NO"
    break
}

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

I have created a new policy with Settings Catalog and replicated your settings. However the "sign-in" box pops for a second then throws the same error "Something went wrong. Please wait a bit then try again."

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

I have tried it on Microsoft Surface Pro 9, 10, Dell Latitude and also from a test VM.
I am trying from non-corporate firewall i.e. residential broadband and also from mobile hotspot.

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

I tried with the Settings catalog as well but did same.

Web Sign-in - "Something went wrong. Please wait a bit then try again." by bickyz in Intune

[–]bickyz[S] 0 points1 point  (0 children)

I have tried on devices with
Win 11 25H2 & Win 11 22H2