May 22 2020 10:34 AM
Hello,
I am using the RestrictSigninToPattern policy. I recently received a request to add an additional domain to the policy.
The example on the policy description page only has a single entry:
The most obvious thing to try from the example was to separate them with a comma, but this did not work.
I found this reddit post:
https://www.reddit.com/r/SCCM/comments/ew26fp/edge_chromium_gpo_restrictsignintopattern/ffzoe08/
It looks like it is looking for a regex. So if you want to add multiple entries, you can do:
^.*@domain1.com$|^.*@domain2.com$
Any way the syntax can be added to the documentation for this policy?
Thanks!
Andrew
Jun 15 2020 04:30 AM
@AndrewSAIF That is exactly what I am looking for.
@Microsoft can you confirm that this entry works also in the future? Why is this option not in the documentation as example?
Thanks!
Reto
Jun 17 2020 12:10 AM
I'm wondering how this policy works atall. The description states "Determines which accounts can be set as browser primary accounts in Microsoft Edge (the account that is chosen during the Sync opt-in flow)". What happens now if you add your AAD domain as well as .*@hotmail.com?
Which one would then be chosen during the Sync opt-in flow?
It seems this does also not affect the profile which is preselected in profile manager under "Multiple profile preferences" as "Default profile for external links". At least that was the setting which i was tinking about when tring to understand the functionality.
Jul 08 2020 12:21 AM - edited Jul 08 2020 12:22 AM
can anyone give additional insights on that?
Sep 01 2022 08:33 AM
Sep 05 2022 08:26 AM