Clients Showing Appv & UEV Failed but there is no GPO configured in AD ll devcies win10

rajneesh kaura 1 Reputation point
2022-03-31T06:21:43.697+00:00

Dear Team,

While running gpupdate /force in my environment I am getting the below error.

I tried to check the settings configured in AD template, but I am not able to locate any policy which is pointing to Appv and UEV.

All DNS & DC roles working fine, for a testing I have prepared a new device and moved to one new test OU and applied the same policy and it works fine, but the previously configured devices are giving the below error.

Even I follow the MS article to disable the UEV & APPV on the client using powershell but still the error is coming.
Need urgent help if possible is appreciable.

C:\>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:

Windows failed to apply the UEV Policy settings. UEV Policy settings might have its own log file. Please click on the "More information" link.
Windows failed to apply the AppV Policy settings. AppV Policy settings might have its own log file. Please click on the "More information" link.
User Policy update has completed successfully.

For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,740 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,113 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,843 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2022-04-06T09:28:24.74+00:00

    Hi @rajneesh kaura

    It can be resolved by creating a GPO for UE-V settings and creating a WMI filter to only apply it to Windows 10 machines.

    select * from Win32_OperatingSystem where Version like "10.%" and ProductType="1"

    Also , It can be group policy errors when not the Enable UEV setting was configured.
    Another note that many of the settings you have configured does not apply to Windows 10 1607 anymore for instance there is no UI so all those settings have no effect.

    Hope this answers your question :)
    Thank you.

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments