You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is that your $arch comes up empty and Architecture property goes missing.
My guess is wrong of course - New-IntuneWin32AppRequirementRule would not proceed if that were the case. You should provide more details about the error, like the full error message.
You can also try Add-IntuneWin32App @Win32AppArgs -Verbose for more clues.
Hello
Why do I get a The property 'applicableArchitectures' does not exist on type
'microsoft.management.services.api.win32LobAppRequirement' when running
$arch = "All"
$WinRe = "W10_1909"
The error comes of course when I run Add-IntuneWin32App @Win32AppArgs
The text was updated successfully, but these errors were encountered: