Skip to content

Commit a04d931

Browse files
authored
Merge pull request #6188 from scottbreenmsft/patch-11
Update cloud-native-windows-endpoints.md
2 parents f506516 + e4dd1ee commit a04d931

1 file changed

Lines changed: 27 additions & 19 deletions

File tree

memdocs/cloud-native-windows-endpoints.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -297,20 +297,6 @@ Your cloud native endpoint will need some applications. To get started, we recom
297297

298298
To deploy Microsoft 365 Apps, see [Add Microsoft 365 apps to Windows devices using Microsoft Intune](./intune/apps/apps-add-office365.md)
299299

300-
- **Microsoft Edge**
301-
Microsoft Edge is the new browser from Microsoft built on Chromium open source. Edge can easily be deployed to devices using the built-in app profile in Intune.
302-
303-
To deploy Microsoft Edge, see [Add Microsoft Edge for Windows to Microsoft Intune](./intune/apps/apps-windows-edge.md).
304-
305-
> [!NOTE]
306-
> Microsoft Edge is included on devices that run:
307-
>
308-
> - Windows 11
309-
> - Windows 10 20H2 or later.
310-
> - Windows 10 1803 or later, with the May 2021 or later cumulative monthly security update.
311-
312-
For more information, see [New Microsoft Edge to replace Microsoft Edge Legacy with April’s Windows 10 Update Tuesday release](https://techcommunity.microsoft.com/t5/microsoft-365-blog/new-microsoft-edge-to-replace-microsoft-edge-legacy-with-april-s/ba-p/2114224).
313-
314300
- **Company Portal**
315301
Deploying the Intune *Company Portal* app to all devices as a required application is recommended. Company Portal is the self-service hub for users that they use to install applications from multiple sources, like Intune, Microsoft Store, and Configuration Manager. Users also use the portal to sync their device with Intune, check compliance status, and so on.
316302

@@ -496,9 +482,6 @@ For more information, see:
496482

497483
If you’d like more granular control for Windows Updates and you use Configuration Manager, consider [co-management](./configmgr/comanage/overview.md).
498484

499-
> [!NOTE]
500-
> Known Issue: Applying a Windows Update ring will cause a reboot during the Enrollment Status Page phase and require the user to authenticate again.
501-
502485
## Phase 4 – Apply customizations and review your on-premises configuration
503486

504487
:::image type="content" source="./media/cloud-native-windows-endpoints/phase-4.png" alt-text="Phase 4.":::
@@ -517,15 +500,28 @@ In this phase, you'll apply organization-specific settings, apps, and review you
517500
- [Applications](#applications)
518501

519502
### Microsoft Edge
503+
#### Microsoft Edge Deployment
504+
Microsoft Edge is included on devices that run:
505+
- Windows 11.
506+
- Windows 10 20H2 or later.
507+
- Windows 10 1803 or later, with the May 2021 or later cumulative monthly security update.
520508

509+
Microsoft Edge will update automatically post user logon. To trigger an update for Microsoft Edge during deployment you could run the following command:
510+
```powershell
511+
Start-Process -FilePath "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -argumentlist "/silent /install appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft%20Edge&needsadmin=True"
512+
```
513+
514+
To deploy Microsoft Edge to previous versions of Windows, see [Add Microsoft Edge for Windows to Microsoft Intune](./intune/apps/apps-windows-edge.md).
515+
516+
#### Microsoft Edge Configuration
521517
Two components of the Microsoft Edge experience, which apply when users sign in with their Microsoft 365 credentials, can be configured from the Microsoft 365 Admin Center.
522518

523519
- The start page logo in Microsoft Edge can be customized by configuring the *Your organization* section within the Microsoft 365 admin center. For more information, see [Customize ‎Office 365‎ for your organization](/microsoft-365/admin/setup/customize-your-organization-theme).
524520
- The default new tab page experience in Edge includes Office 365 information and personalized news. How this page is displayed can be customized from the Microsoft 365 admin center under **Settings** > **Org settings** > **News** > **Microsoft Edge new tab page**.
525521

526522
You can also set other settings for Microsoft Edge using settings catalog profiles. For example, you might want to configure specific sync settings for your organization.
527523

528-
- Microsoft Edge
524+
- **Microsoft Edge**
529525
- Configure the list of types that are excluded from synchronization - **passwords**
530526

531527
### Start and Taskbar layout
@@ -577,10 +573,22 @@ Following are some settings available in the settings catalog that might be rele
577573

578574
- **Block Gaming**
579575
Organizations might prefer that corporate endpoints cannot be used to play games. The Gaming page within the Settings app can be hidden entirely using the following setting.
580-
For additional information on the settings page visibility, refer to the CSP documentation [here](/windows/client-management/mdm/policy-csp-settings#settings-pagevisibilitylist) and the ms-settings URI scheme reference [here](/windows/uwp/launch-resume/launch-settings-app#ms-settings-uri-scheme-reference).
576+
For additional information on the settings page visibility, refer to the [CSP documentation](/windows/client-management/mdm/policy-csp-settings#settings-pagevisibilitylist) and the ms-settings [URI scheme reference](/windows/uwp/launch-resume/launch-settings-app#ms-settings-uri-scheme-reference).
581577
- Settings
582578
- Page Visibility List – **hide:gaming-gamebar;gaming-gamedvr;gaming-broadcasting;gaming-gamemode;gaming-trueplay;gaming-xboxnetworking;quietmomentsgame**
583579

580+
- **Control Chat Icon Visbility in Taskbar**
581+
The visiblity of the Chat icon in the Windows 11 taskbar can be controlled using the [Policy CSP](/windows/client-management/mdm/policy-csp-Experience#experience-configurechaticonvisibilityonthetaskbar).
582+
583+
- Experience
584+
- Configure Chat Icon - **Disabled**
585+
586+
- **Control which tenants the Teams desktop client can sign in to**
587+
When this policy is configured on a device, users can only sign in with accounts homed in an Azure AD tenant that is included in the "Tenant Allow List" defined in this policy. The "Tenant Allow List" is a comma seperated list of Azure AD tenant IDs. By specifing this policy and defining an Azure AD tenant you also block sign in to Teams for personal use. For more information see [How to restrict sign in on desktop devices](/microsoftteams/sign-in-teams#how-to-restrict-sign-in-on-desktop-devices).
588+
589+
- Administrative Templates \ Microsoft Teams
590+
- Restrict sign in to Teams to accounts in specific tenants (User) - **Enabled**
591+
584592
### Device Restrictions
585593

586594
Windows Device restrictions templates contain many of the settings required to secure and manage a Windows endpoint using Windows Configuration Service Providers (CSPs). More of these settings will be made available in the settings catalog over time. For more information, see [Device Restrictions](./intune/configuration/device-restrictions-configure.md).

0 commit comments

Comments
 (0)