Forum Discussion

braedachau's avatar
braedachau
Brass Contributor
Jan 24, 2021
Solved

Acrobat DC Reader Vulnerabilities - Endpoint Manager - PowerShell

To whom it may concern,   Please excuse me but I believe the post belongs here not in the PowerShell discussion. I deleted the post placed in the PowerShell group   Background: I have a test t...
  • MK_Nils's avatar
    Feb 10, 2021

    Hello braedachau

    the issue is caues by the if condition, the path you try to check cannot be found because it does not exist when Adobe DC is not installed. (I believe that the registries have not been set by Adobe DC then.)

    Try it with "Test-Path"

    Example:

    #Check path
    If (Test-path -Path 'Registry::HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown')
    {}

     

Resources