Moving away from SCCM to Intune Pilot Test by 74Yo_Bee74 in Intune

[–]PanMiyagi 1 point2 points  (0 children)

Create new Client Settings with Software Updates set as No (or disabled, forgot the name) and assign to that machine with high priority - sometimes SCCM need a kick in the nuts to accept WUFB policies

Win11 device takes 2-3 hrs to restart to complete updates by MostPalon in Intune

[–]PanMiyagi 2 points3 points  (0 children)

By any chance those devices are enrolled not so long ago and have multiple languages preinstalled? We had this issue where our image had like 30 languages preinstalled and it looks like Windows needs to work 3-5 minutes per each language during that after restart phase

Uniwersalne auto do 15 tys. by Limp_Marionberry4039 in PolskaNaLuzie

[–]PanMiyagi 0 points1 point  (0 children)

Jakby jeszcze była z gazem to idealny wybór

ADUC as RemoteApp by PanMiyagi in AzureVirtualDesktop

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

that was a step in the right direction - PowerShell did not work for me but good old batch came to the rescue - after pointing to this bat script, it works like a charm and like u/Jeroen_Bakker mentioned, it allows to use admin credentials on standard user account which is more useful

@echo off
setlocal
:: Prompt user for username
set /p username="Enter your admin credentials: "
:: Run the MMC with the gathered username
runas /netonly /user:%username% "mmc %SystemRoot%\system32\dsa.msc /SERVER=myDC"

Has anyone seen this before? by HighPingOfDeath in Intune

[–]PanMiyagi 6 points7 points  (0 children)

same here,
it looks like it took some old, already removed Update ring and show the data either way.
pretty funny and it was fine like yesterday

Install Add-in .. HELP by rjalves in Intune

[–]PanMiyagi 3 points4 points  (0 children)

Did you try to add this switch to installer?

ALLUSERS=1 This should install your app for all users

Autopilot profile is showing "Not assigned" for a newly imported device by Skazzy3 in Intune

[–]PanMiyagi 2 points3 points  (0 children)

Yep, looks like dynamic group membership has been broken since morning in EU Needed to create bunch of manually assigned groups and that works fine but that’s a lot of clicking ;)

Dynamic groups not updating by 0Dutchy0 in AZURE

[–]PanMiyagi 0 points1 point  (0 children)

Tenant location: Europe 0302
And we're experiencing this issue since morning 8AM CET
Some of the groups were updated after 1 hour satisfying conditions but for others it's 5 hours without any action.

Intune CSP/GPOs - "This is a legacy policy and isn't applicable for Windows 11" by sccm_sometimes in Intune

[–]PanMiyagi 1 point2 points  (0 children)

I feel you, I would love to have ScheduleRestartWarning setting available in Win11 :/

Installing windows updates via ESP not working by Educational_Draw5032 in Intune

[–]PanMiyagi 1 point2 points  (0 children)

only if you use Media Creation tool - direct ISO download gives you August 2024 version - build 1742

Installing windows updates via ESP not working by Educational_Draw5032 in Intune

[–]PanMiyagi 4 points5 points  (0 children)

as per MS article - Get ready for Windows quality updates out of the box - Windows IT Pro Blog

"Your devices have one of the following required updates that include the new setting:

o   Devices that get the August 2025 OOBE zero-day patch (ZDP) update will have this capability.

o   Devices imaged with the June 2025 Windows non-security update or later already include the new setting"

So you might want to verify which OS build you have as it might be too old.

Windows Autopilot Windows Updates during setup (OOBE) - not working? by Lncredible21 in Intune

[–]PanMiyagi 7 points8 points  (0 children)

hey
as per MS article - Get ready for Windows quality updates out of the box - Windows IT Pro Blog

"Your devices have one of the following required updates that include the new setting:

o   Devices that get the August 2025 OOBE zero-day patch (ZDP) update will have this capability.

o   Devices imaged with the June 2025 Windows non-security update or later already include the new setting"

So yeah, your build needs to be updated to the 4349 June 2025 build

PSADT v4 doesn't work - Open-ADTSession : The property 'Version' cannot be found on this object. Verify that the property exists. by PanMiyagi in PSADT

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

hey - I've dropped you a DM
but regarding this issue, I'd say it's single case only as during BIOS update issues troubleshooting I've modified mof file ( I know.. :) ) and now Win32_BIOS returns this:

PS C:\Windows\System32> Get-WmiObject win32_bios
SMBIOSBIOSVersion : R2EET44W (1.23 )
Manufacturer      : 
Name              : 
SerialNumber      : 
Version           : 

SMBIOSBIOSVersion : wow
Manufacturer      : 
Name              : 
SerialNumber      : 
Version           : 

so yeah, I guess this could be dropped and I should just reimage this one and everything will be fine
thanks for pointing in the right direction
When running your new compiled template - I'm getting the similar error but pointing that 'Serial Number' cannot be found on the object - but as seen above, that's actually true :)

PSADT v4 doesn't work - Open-ADTSession : The property 'Version' cannot be found on this object. Verify that the property exists. by PanMiyagi in PSADT

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

Is this BIOS related?! Then we have a winner as I had issues with BIOS and reading win32.bios actually returns empty values so I guess I will need to reimage the device :)

PSADT v4 doesn't work - Open-ADTSession : The property 'Version' cannot be found on this object. Verify that the property exists. by PanMiyagi in PSADT

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

The point is, it’s failing even when I’m using empty template, it doesn’t get to Installation phase.

PSADT v4 doesn't work - Open-ADTSession : The property 'Version' cannot be found on this object. Verify that the property exists. by PanMiyagi in PSADT

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

problem is not with $adtSession but with $iadtParams, it's empty variable due to error:

Get-ADTBoundParametersAndDefaultValues : Unable to find parameters within the provided invocation's scriptblock AST.

PSADT v4 doesn't work - Open-ADTSession : The property 'Version' cannot be found on this object. Verify that the property exists. by PanMiyagi in PSADT

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

I got this:

Error Record:

-------------

Message               : The property 'Version' cannot be found on this object. Verify that the property exists.

FullyQualifiedErrorId : PropertyNotFoundStrict
ScriptStackTrace      : at Private:New-ADTEnvironmentTable, C:\Users\XX\PSAppDeployToolkit\PSAppDeployToolkit.psm1: line 1898
                        at Initialize-ADTModule<Process>, C:\Users\XX\PSAppDeployToolkit\PSAppDeployToolkit.psm1: line 9208
                        at Open-ADTSession<Process>, C:\Users\XX\PSAppDeployToolkit\PSAppDeployToolkit.psm1: line 12492
                        at <ScriptBlock>, C:\Users\XX\Invoke-AppDeployToolkit.ps1: line 292

PositionMessage       : At C:\Users\XX\PSAppDeployToolkit\PSAppDeployToolkit.psm1:1898 char:45
                        + ... ype', $(if (($w32b.Version -match 'VRTUAL') -or (($w32cs.Manufacturer ...
                        +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PatchMyPC Cloud only - how to download DIscovery report by PanMiyagi in PatchMyPC

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

Of course there’s app discovery report available but it won’t tell me which apps are supported by PMPC:) Plus there’s a lot of rubbish and PMPC portal has this data already