Last active
          April 6, 2020 09:31 
        
      - 
      
- 
        Save arijusg/3026b27420ecc84dc6f1142af6edee8c to your computer and use it in GitHub Desktop. 
Revisions
- 
        arijusg revised this gist Apr 6, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ 6. Add rows below: - Key: AuthServerAllowlist, Type: String, Value: *contose.com - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com 7. Remove ```RestoreOnStartup``` policy (optional) 7. Save 8. Restart Mac. 9. Open Edge and navigate to edge://policy/ to verify that policies are active 
- 
        arijusg revised this gist Apr 6, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ```/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.microsoft.Edge.plist``` 5. Open ```~/Library/Preferences/com.microsoft.Edge.plist``` with xcode 6. Add rows below: - Key: AuthServerAllowlist, Type: String, Value: *contose.com - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com 7. Save 8. Restart Mac. 9. Open Edge and navigate to edge://policy/ to verify that policies are active 
- 
        arijusg created this gist Apr 6, 2020 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 1. Open finder and go to ```~/Library/Preferences``` 2. Find ```com.microsoft.Edge.plist```. If file doesn't exist, continue, otherwise go to step x 3. Create a new config file ```/usr/bin/defaults write ~/Library/Preferences/com.microsoft.Edge.plist RestoreOnStartup -int 1``` 4. Convert it to plist: ```/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.microsoft.Edge.plist``` 5. Open ```~/Library/Preferences/com.microsoft.Edge.plist``` with xcode 6. Add rows below: - Key: AuthServerAllowlist, Type: String, Value: *contose.com - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com 7. Save 8. Restart Mac. 9. Open Edge and navigate to edge://policy/ to verify that policies are active