How to use Configuration Manager to push out Popups Allowed for URLS?

Frank Maree 0 Reputation points
2023-04-27T20:09:15.17+00:00

Hi Community,

Is there a way to create something in Configuration Manager - SCCM to set a list of URL's or just one URL in Edge or Chrome. Pushing this out from SCCM to a set of devices. Is there a way to do this?

Thanks,

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. CherryZhang-MSFT 6,496 Reputation points
    2023-05-01T06:21:26.5266667+00:00

    Hi @Frank Maree

    We can achieve it by create a command line and deploy it via task sequence.

    The command line for your reference:

    Cmd /c reg add "HKLM\Software\Policies\Microsoft\Edge\PopupsAllowedForUrls" /v 2 /t REG_SZ /d *.example.com /f

    The screenshot for your reference:

    1

    Looking forward to your feedback.

    Best regards,
    Cherry

     


     

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.