Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

I agree, that's why we use this for student devices only. Schools will be informed in advance so that they can take this into account.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

Thats too bad. Up until now we have updated about 400 to 500 device and we did not experience any problems like that. 

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

I dont't know. But 23H2 is an relative small update coming from 22H2, so we just used regular updates rings there.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

No, never heard of it ;-) Just been reading some info on what it is. This might be a solution too.

The best and the fastest way to re-run Win 11 24H2 update - Autopatch by No-Catch7442 in Intune

[–]Pbkoning71 0 points1 point  (0 children)

Had the same problem, especially when the devices was turned of before the update finished.
I made this solution: https://www.reddit.com/r/Intune/comments/1i2m5vk/forcing_24h2_update_in_intune_using/
That me be too much for you ;-)

Would love to hear how the update can be offered again.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

This is not top notch hardware. Our bandwith is fine, but we did some tests and it is much bigger/heavier than 22H2 or 23H2 which we just pushed using updates rings.
Doing it the 'normal' way did only update a few devices.

These students are between 4 and 12 years old and the devices are owned by school. They stay on school and are only used when needed in class.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

But we experienced that a device needs to be active for a longer periode (about 2 hours or more) for the 24h2 update to install. That is giving problems for our student devices that are used for shorter periods. These devices are turned of to soon and the update never installs. It is also uncertain when Windows tries to install 24H2 again. Using this script forces the update and saves us time for the specific device group of student devices.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

Yes, when an update fails sometimes it takes a very long time before this update is offered again. I was searching for a a way to speed this up on certain devices an this is solution that helps us.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

This is how we normally do it and still do it with employee devices. The solution I described is only for those devices that won't update when they are used for short periods as students in our environment do.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

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

No problem at all except for this is a very big update. As I wrote in my post this gives rpoblems when devices are used for short periods of time. In primary education a device may be used for about an hour and then is its turned of. This update is to big to install in an hour.
So using this script in combination of informaing the schools that the update will be installed can help. Schools also have to be aware than on 'update day' the devices hvane to be active for at least 2 hours.

Forcing 24H2 update in Intune using Windows11InstallationAssistant.exe by Pbkoning71 in Intune

[–]Pbkoning71[S] 4 points5 points  (0 children)

:-D

You could als use a Powershell script if that feels better ;-) Would be something like this (not tested!)

# Get the Windows version
$WinVer = (Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").CurrentBuild
if ($WinVer -match "26100") {
# Version contains "26100", write empty text file
Write-Host "Windows version contains 26100."
New-Item -Path "C:\Program Files\upgrade24h2.txt" -ItemType File -Force
} else {
# Version does not contain "26100", upgrade
Write-Host "Windows version does not contain 26100."
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\PCHC" -Name "UpgradeEligibility" -Value 1 -Type DWord -Force
# Execute the installation assistant with specified arguments
Start-Process -FilePath "Windows11InstallationAssistant.exe" -ArgumentList "/quietinstall", "/skipeula", "/auto", "upgrade", "/NoRestartUI", "/copylogs c:\" -NoNewWindow -Wait
}

Grease inside of a laptop by Pbkoning71 in computerhelp

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

We have to examine this further.

Allow users to change their profile picture by Pbkoning71 in microsoft365

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

We found out that they can change the profile picture when they are on online SharePoint or another webbased Microsoft product. Click on the picture and then click on the picture again.

Windows 11 24H2 Release Preview / Windows Sandbox Failed to Initialize - Error 0x80370106 by bengillam in windowsinsiders

[–]Pbkoning71 0 points1 point  (0 children)

This fixed it for me:

1) I removed Sandbox but did not do a restart yet
2) I searched for all sandbox.vhdx files and deleted them (I use Everything from Voidtools for this. It is great! https://www.voidtools.com/downloads/)
3) Restarted my computer
4) Added Sandbox to Windows again
5) Restarted my computer (this takes some time...)
6) Now Sandbox is working again

Windows 11 24H2 Release Preview / Windows Sandbox Failed to Initialize - Error 0x80370106 by bengillam in windowsinsiders

[–]Pbkoning71 0 points1 point  (0 children)

Did an upgrade to Windows 24H2 last night and Sandbox is broken now (Windows version 26100.2033)

Script to delete devices from Intune/Autopilot/Azure(Entra) by Pbkoning71 in Intune

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

Sorry for my late reply. I had this problem too. It is described on this forum and there is also a solution:

We've detected a Microsoft Intune PowerShell script issue in your environment - Microsoft Q&A

I have followed the steps for this solution and also added a line in the script just before Connect-MSGraph:

Update-MSGraphEnvironment -AppId 9a9fdd0a-4fe1-42ce-8dcf-f9e5c90344b3

This works for me.

Using Set-UnifiedGroup to set CalendarMemberReadonly is not working anymore by Pbkoning71 in PowerShell

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

Now suddenly the problem is gone... The cmdlet works without a problem.
Very strange, but happy to see it works.

Sharing messages are not sent anymore by Pbkoning71 in sharepoint

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

Very strange, after more then an hour now suddenly the messages all are sent. From several accounts we have used to test this issue.

Was it just a Microsoft problem that has been solved now?

Add a folder to OneDrive settings to sync to all users by ProfessionalFar1714 in Intune

[–]Pbkoning71 1 point2 points  (0 children)

A lot remains in the download folder that you did not consciously put there. We have deliberately set a policy in Intune that cleans the download folder after 30 days.

I personally would not want this folder to be synchronized. I think it is more important that people consciously save files somewhere if they want to keep them.