How to Extend IE mode more than 30 days

Anonymous
2022-03-03T10:10:12+00:00

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.

Microsoft Edge | Other | 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.

0 comments No comments

167 answers

Sort by: Newest
  1. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-11-15T16:37:38+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-11-15T15:37:30+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  3. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-11-15T13:54:18+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-11-15T12:01:35+00:00

    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

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-11-02T15:26:18+00:00

    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"

    Was this answer helpful?

    0 comments No comments