Other issues or features related to Microsoft Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After adding URL's in IE mode pages it has a expire days of 30. I would like to know how to extend more than 30 days as per InternetExplorerIntegrationLocalSiteListExpirationDays policy.
Please help.
Other issues or features related to Microsoft Edge on Windows 10
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Can I send you my modified script for verification? Thanks again.
If the user already has the site entered into Edge then no modification is needed. Just run the script to set the expiry to 2099.
If you want to both add the URL to the user's Edge profile and set the expiry, then edit the line that starts with "AddSites =". Uncomment the line (remove the apostrophe) and replace the example URLs with your URL.
You can post the modified line here for verification, but if it works, then there's no need.
And, as noted in the script, it only works with not signed in Edge profiles.
Hello, thank you for your quick answer.
Yes we are thinking about it but storage is not the preferred idea for my user.Especially since he uses only one URL.
After I try for my personal use, environment out of domain to make the script. When the URL is already in the parameters everything is ok. I just want to change your script with my URL. Can I send you my modified script for verification? Thanks again.
Hello LesFerch Thanks for the script, it works perfectly.
But, I am looking for a solution for an AzureAD environment. I have a WebSite where users use SSO. Is it possible to make a configuration to go longer than 90 days?
GPO policie ?
I have no idea. Thanks to you
In an AD environment, my understanding is that you can turn on Enterprise mode to manage the site list from a centralized location. In that case, the sites should have no expiry.
Hello LesFerch Thanks for the script, it works perfectly.
But, I am looking for a solution for an AzureAD environment. I have a WebSite where users use SSO. Is it possible to make a configuration to go longer than 90 days?
GPO policie ?
I have no idea. Thanks to you
THANK YOU LesFerch
This script ROCKS.
The key to most anything tech related is READ THE INSTRUCTIONS.
They are commented in the very beginning of the script.
For those too lazy to do the work... here's the direct quote and the key to making this copy/paste/Save as .vbs killer app work: 'This script only works with local Edge profiles. It will not work if Edge is signed-in. 'Note for system administrators: If your computers are in Active Directory, please consider 'using the Enterprise Mode Site List instead of this script. See this link: 'https://docs.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode 'How to use: '1. Add your IE Mode pages in Microsoft Edge (or add them to the AddSites variable below) '2. Close Microsoft Edge (if open) '3. Run this script 'Repeat the above steps to add more IE Mode pages"