diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index c5e3eecd05..8e1fdda85b 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -42,14 +42,15 @@ ####[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) ###[Use the Enterprise Mode Site List Portal](ie11-deploy-guide/use-the-enterprise-mode-portal.md) ####[Set up the Enterprise Mode Site List Portal](ie11-deploy-guide/set-up-enterprise-mode-portal.md) -####[Workflow-based processes using the Enterprise Mode Site List Portal](ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md) +####[Workflow-based processes for employees using the Enterprise Mode Site List Portal](ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md) #####[Create a change request using the Enterprise Mode Site List Portal](ie11-deploy-guide/create-change-request-enterprise-mode-portal.md) #####[Verify your changes using the Enterprise Mode Site List Portal](ie11-deploy-guide/verify-changes-preprod-enterprise-mode-portal.md) #####[Approve a change request using the Enterprise Mode Site List Portal](ie11-deploy-guide/approve-change-request-enterprise-mode-portal.md) #####[Schedule approved change requests for production using the Enterprise Mode Site List Portal](ie11-deploy-guide/schedule-production-change-enterprise-mode-portal.md) #####[Verify the change request update in the production environment using the Enterprise Mode Site List Portal](ie11-deploy-guide/verify-changes-production-enterprise-mode-portal.md) -#####[Use the Administrator tools for the Enterprise Mode Site List Portal](ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md) -######[Add employees to the Enterprise Mode Site List Portal](ie11-deploy-guide/add-employees-enterprise-mode-portal.md) +#####[View the apps currently on the Enterprise Mode Site List](ie11-deploy-guide/view-apps-enterprise-mode-site-list.md) +####[Use the Administrator tools with the Enterprise Mode Site List Portal](ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md) +#####[Add employees to the Enterprise Mode Site List Portal](ie11-deploy-guide/add-employees-enterprise-mode-portal.md) ###[Using IE7 Enterprise Mode or IE8 Enterprise Mode](ie11-deploy-guide/using-enterprise-mode.md) ###[Fix web compatibility issues using document modes and the Enterprise Mode site list](ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md) ###[Remove sites from a local Enterprise Mode site list](ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/approve-change-request-enterprise-mode-portal.md b/browsers/internet-explorer/ie11-deploy-guide/approve-change-request-enterprise-mode-portal.md index e0a684c974..0b6cee7d40 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/approve-change-request-enterprise-mode-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/approve-change-request-enterprise-mode-portal.md @@ -48,7 +48,8 @@ If the change request is sitting in the approval queue for too long, the Request The original Requester, the Approver(s) group, and the Administrator(s) group can all view the rejected change request. **To view the rejected change request** -1. In the Enterprise Mode Site List Portal, click **Rejected** from the left pane. + +- In the Enterprise Mode Site List Portal, click **Rejected** from the left pane. All rejected change requests appear, with role assignment determining which ones are visible. diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md b/browsers/internet-explorer/ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md index e69de29bb2..bef39009e4 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-admin-tools-enterprise-mode-portal.md @@ -0,0 +1,61 @@ +--- +localizationpriority: low +ms.mktglfcycl: deploy +ms.pagetype: appcompat +description: Use the topics in this section to learn how to use the Administrator tools with the Enterprise Mode Site List Portal. +author: eross-msft +ms.prod: ie11 +title: Use the Administrator tools with the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros) +ms.sitesec: library +--- + +# Use the Administrator tools with the Enterprise Mode Site List Portal + +**Applies to:** + +- Windows 10 +- Windows 8.1 +- Windows 7 +- Windows Server 2012 R2 +- Windows Server 2008 R2 with Service Pack 1 (SP1) + +Use the topics in this section to learn how to perform the available Enterprise Mode Site List Portal processes, based on workflow. + +## In this section +|Topic |Description | +|---------------------------------------------------------------|-----------------------------------------------------------------------------------| +|[Add employees to the Enterprise Mode Site List Portal](add-employees-enterprise-mode-portal.md)|Details about how the Administrator can add employees to the Enterprise Mode Site List Portal.| + +## Related topics +- [Set up the Enterprise Mode Site List Portal](set-up-enterprise-mode-portal.md) + +- [Workflow-based processes for employees using the Enterprise Mode Site List Portal](workflow-processes-enterprise-mode-portal.md) + +- [Enterprise Mode Site List Portal source code](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) + +- [Enterprise Mode and the Enterprise Mode Site List](what-is-enterprise-mode.md) + + +Grant access to the portal +When a request to gain access to the portal is submitted, an e-mail will be sent to the administrators. +In the Employee management page, select the individual employee and click Edit. +Approve the request by checking Active, then click Save. +An administrator can also add the employee to the portal by clicking Add a new employee . +An administrator can deactivate an account by un-checking Active on the Edit employee page. +Configure the settings +Navigate to the Settings page. +The employee can update the pre-production and production XMLs, as well as the attachments location, by providing the appropriate credentials to access the file paths. +The freeze dates define a window of time in which no changes can be made to the production site list. +A new group can be created by clicking Group details and filling out the fields in the Add group tab. An existing group can be edited by filling out the fields in the Edit group tab on that same screen. +The role names for App Manager and Group Head can be renamed by clicking the edit icon next to their name. You can also toggle whether that role is required for approvals on that same screen by checking/un-checking Mandatory. +Enterprise Mode Site List Manager +This page provides the same functionality you would receive from the Enterprise Mode Site List Manager tool. With it, you can perform the following operations. +Add a site to the site list +Convert the v.1 schema to the v.2 schema, and vice versa +Bulk add sites from an existing XML file +Merge multiple XML files and save as one XML file +Export the site list +Import the site list +Bulk add the sites to the portal production list +View the site list +The current production list can be viewed by everyone who has access to the portal. An employee can view this list by navigating to the Production sites list page. \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-portal.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-portal.md index eafc2f9201..d1ae8c6fb8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-portal.md @@ -47,7 +47,7 @@ Admins can assign roles to employees for the Enterprise Mode Site List Portal, a |Approver

(includes the App Manager and Group Head roles) | | |Administrator | | -## Enterprise Mode Site List Portal workflow by role +## Enterprise Mode Site List Portal workflow by employee role The following workflow describes how to use the Enterprise Mode Site List Portal. 1. [The Requester submits a change request for an app](create-change-request-enterprise-mode-portal.md) @@ -60,10 +60,13 @@ The following workflow describes how to use the Enterprise Mode Site List Portal 4. [The change is verified against the production site list and signed off](verify-changes-production-enterprise-mode-portal.md) + ## Related topics - [Set up the Enterprise Mode Site List Portal](set-up-enterprise-mode-portal.md) -- [Workflow-based processes using the Enterprise Mode Site List Portal](workflow-processes-enterprise-mode-portal.md) +- [Workflow-based processes for employees using the Enterprise Mode Site List Portal](workflow-processes-enterprise-mode-portal.md) + +- [Use the Administrator tools with the Enterprise Mode Site List Portal](use-admin-tools-enterprise-mode-portal.md) - [Enterprise Mode Site List Portal source code](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) diff --git a/browsers/internet-explorer/ie11-deploy-guide/verify-changes-preprod-enterprise-mode-portal.md b/browsers/internet-explorer/ie11-deploy-guide/verify-changes-preprod-enterprise-mode-portal.md index 109518836a..ad7ff7fb3e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/verify-changes-preprod-enterprise-mode-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/verify-changes-preprod-enterprise-mode-portal.md @@ -57,7 +57,8 @@ The Requester tests the changes and then goes back into the Enterprise Mode Site The original Requester and the Administrator(s) group can view the rolled back change requests. **To view the rolled back change request** -1. In the Enterprise Mode Site List Portal, click **Rolled back** from the left pane. + +- In the Enterprise Mode Site List Portal, click **Rolled back** from the left pane. All rolled back change requests appear, with role assignment determining which ones are visible. diff --git a/browsers/internet-explorer/ie11-deploy-guide/view-apps-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/view-apps-enterprise-mode-site-list.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/browsers/internet-explorer/ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md b/browsers/internet-explorer/ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md index badb6b879f..800c967709 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/workflow-processes-enterprise-mode-portal.md @@ -5,13 +5,12 @@ ms.pagetype: appcompat description: Use the topics in this section to learn how to perform all of the workflow-related processes in the Enterprise Mode Site List Portal. author: eross-msft ms.prod: ie11 -ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e -title: Workflow-based processes using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros) +title: Workflow-based processes for employees using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros) ms.sitesec: library --- -# Workflow-based processes using the Enterprise Mode Site List Portal +# Workflow-based processes for employees using the Enterprise Mode Site List Portal **Applies to:** @@ -31,11 +30,14 @@ Use the topics in this section to learn how to perform the available Enterprise |[Approve a change request using the Enterprise Mode Site List Portal](approve-change-request-enterprise-mode-portal.md)|Details about how the Approver(s) approve a change request in the Enterprise Mode Site List Portal.| |[Schedule approved change requests for production using the Enterprise Mode Site List Portal](schedule-production-change-enterprise-mode-portal.md)|Details about how the Requester schedules the approved change request update in the Enterprise Mode Site List Portal.| |[Verify the change request update in the production environment using the Enterprise Mode Site List Portal](verify-changes-production-enterprise-mode-portal.md)|Details about how the Requester tests an update in the production environment of the Enterprise Mode Site List Portal.| -|[Use the Administrator tools for the Enterprise Mode Site List Portal](use-admin-tools-enterprise-mode-portal.md) |Details about how to use the Administrator tools to manage employees and the portal settings, to use the standalone Enterprise Mode Site List Manager page, and to view the included reports.| +|[View the apps currently on the Enterprise Mode Site List](view-apps-enterprise-mode-site-list.md)|Details about how anyone with access to the portal can review the apps already on the active Enterprise Mode Site List.| + ## Related topics - [Set up the Enterprise Mode Site List Portal](set-up-enterprise-mode-portal.md) +- [Use the Administrator tools with the Enterprise Mode Site List Portal](use-admin-tools-enterprise-mode-portal.md) + - [Enterprise Mode Site List Portal source code](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) - [Enterprise Mode and the Enterprise Mode Site List](what-is-enterprise-mode.md) \ No newline at end of file