Skip to content

Commit c790ddc

Browse files
authored
Merge branch 'main' into patch-39
2 parents abbc9b8 + 303c09e commit c790ddc

67 files changed

Lines changed: 318 additions & 149 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,54 @@
33
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
44
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
55

6-
# Docs.microsoft.com GitHub repository
6+
# GitHub repository for Microsoft technical documentation
77

8-
You've found one of the GitHub repositories that houses the source for content published to [https://docs.microsoft.com](https://docs.microsoft.com/.), home of all technical content for Microsoft's Cloud and Enterprise Division.
8+
You've found one of the GitHub repositories that houses the source for content published to [Microsoft Docs](https://docs.microsoft.com/), home of all technical content for Microsoft's Cloud and Enterprise Division.
99

1010
## Contribute to your documentation
11+
1112
We **want and encourage contributions** from our community (users, customers, partners, friends on other planets) and Microsoft employees to improve your documentation. Here are some tips:
1213

13-
* **Create a GitHub account**: Sign up is free at [GitHub.com](https://www.github.com).
14+
* **Create a GitHub account**: Sign up for free at [GitHub](https://www.github.com).
15+
16+
* **Use your browser**: There are two options:
1417

15-
* **Use your browser**: There are two options:
18+
**Option 1: Edit directly from Microsoft Docs**
1619

17-
**Option 1: Edit directly from docs.microsoft.com**
18-
1. Go to the topic, such as [https://docs.microsoft.com/mem/intune/protect/troubleshoot-policies-in-microsoft-intune](mem/intune/protect/troubleshoot-policies-in-microsoft-intune.md).
20+
1. Browse to the [InTune](/mem/intune) article you want to edit.
1921
2. Select **Edit** (top right). This shows the markdown file in the GitHub repository.
20-
3. Select the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip.
21-
4. Make your changes, and then **commit** your changes.
22+
3. Select the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip.
23+
4. Make your changes, and then **commit** your changes.
2224
5. Create the pull request.
23-
24-
**Option 2: Find the article in this repository, and update**
25-
1. Most topics are in `https://github.com/MicrosoftDocs/memdocs/tree/master/memdocs/intune`. In this folder, search for the topic name, such as `troubleshoot-policies-in-microsoft-intune`.
26-
2. Select the link, and click the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip.
27-
3. Make your changes, and then **commit** your changes.
28-
4. Create the pull request.
25+
26+
**Option 2: Find the article in this repository, and update**
27+
28+
1. Most topics are in `https://github.com/MicrosoftDocs/memdocs/tree/master/memdocs/intune`. In this folder, search for the topic name, such as `troubleshoot-policies-in-microsoft-intune`.
29+
2. Select the link, and click the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip.
30+
3. Make your changes, and then **commit** your changes.
31+
4. Create the pull request.
2932

3033
When you make an update, you may be prompted to sign a license agreement. This is a one-time task. So any future updates by your GitHub username won't need to sign again.
3134

3235
The value in the `author` metadata (at the top of every topic) lists the GitHub author. In the `troubleshoot-policies-in-microsoft-intune` example, you'll see `MandiOhlinger`. In your pull request, you can also mention (@*authorValue*) the author if you like.
3336

34-
* **MSFT Employees**: After you create a GitHub account, link it to your Microsoft email address. When your account is linked, you don't have to sign a license agreement to make an update. Steps:
37+
* **MSFT Employees**: After you create a GitHub account, link it to your Microsoft email address. When your account is linked, you don't have to sign a license agreement to make an update. Follow these steps:
3538

36-
1. On a device with corpnet, go to [GitHub account setup](https://review.docs.microsoft.com/en-us/help/contribute/contribute-get-started-setup-github?branch=master). If you're not on corpnet, this link returns a 404.
39+
1. On a device with access to corpnet, go to [GitHub account setup](https://review.docs.microsoft.com/en-us/help/contribute/contribute-get-started-setup-github?branch=master). If you're not on corpnet, this link returns a 404.
3740

38-
Creating a GitHub account, and linking to your Microsoft account is a one-time thing. When your account is linked, you don't have to sign a license agreement to make an update.
41+
Creating a GitHub account, and linking to your Microsoft account is a one-time thing. When your account is linked, you don't have to sign a license agreement to make an update.
3942

40-
2. In your browser, go to the article, and select **Edit**. Switch to the private repo (IntuneDocs-pr):
41-
**From**: https://github.com/MicrosoftDocs/memdocs/...
42-
**To**: https://github.com/MicrosoftDocs/memdocs-pr/...
43+
2. In your browser, go to the article, and select **Edit**. Switch to the private repo (`IntuneDocs-pr`):
44+
45+
**From**: `https://github.com/MicrosoftDocs/memdocs/...`
46+
47+
**To**: `https://github.com/MicrosoftDocs/memdocs-pr/...`
4348

44-
3. Select the pencil icon, and make your changes.
49+
3. Select the pencil icon, and make your changes.
4550

4651
## Use markdown to format your topic
47-
All the articles in this repository use GitHub-flavored markdown. Here's a list of resources to get started:
52+
53+
All the articles in this repository use GitHub-flavored Markdown. Here's a list of resources to get started:
4854

4955
* [Markdown basics](https://help.github.com/articles/basic-writing-and-formatting-syntax/)
5056
* [Printable markdown cheatsheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)

memdocs/cloud-native-windows-endpoints.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: scottbreenmsft
99

1010
ms.author: brenduns
1111
manager: dougeby
12-
ms.date: 06/01/2022
12+
ms.date: 09/07/2022
1313
ms.topic: conceptual
1414
ms.service: mem
1515
ms.subservice: fundamentals
@@ -28,6 +28,7 @@ ms.custom: intune-azure
2828
ms.collection:
2929
- M365-identity-device-management
3030
- highpri
31+
- highseo
3132
---
3233

3334
# Tutorial: Set up and configure a cloud-native Windows endpoint with Microsoft Endpoint Manager
@@ -560,6 +561,12 @@ Following are some settings available in the settings catalog that might be rele
560561
- Microsoft App Store
561562
- Require Private Store Only - **Only Private store is enabled**
562563

564+
> [!NOTE]
565+
> This setting applies to Windows 10. On Windows 11, this setting blocks access to the public Microsoft store. A private store is coming to Windows 11. For more information, go to:
566+
>
567+
> - [Update to Endpoint Manager integration with the Microsoft Store on Windows](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/update-to-endpoint-manager-integration-with-the-microsoft-store/ba-p/3585077)
568+
> - [FAQ: Supporting Microsoft Store experiences on managed devices](https://techcommunity.microsoft.com/t5/windows-management/faq-supporting-microsoft-store-experiences-on-managed-devices/m-p/3585286)
569+
563570
- **Block Gaming**
564571
Organizations might prefer that corporate endpoints can't be used to play games. The Gaming page within the Settings app can be hidden entirely using the following setting.
565572
For additional information on the settings page visibility, go 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).

memdocs/configmgr/core/get-started/2020/includes/2011/7774961.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 11/23/2020
1111

1212
<!--7774961-->
1313

14-
You can now use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet to get the latest information for the Configuration Manager PowerShell module. This content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/).
14+
You can now use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet to get the latest information for the Configuration Manager PowerShell module. This content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/).
1515

1616
The computer on which you run this cmdlet needs internet access, specifically `pshelpprod.blob.core.windows.net`. Then run the following command:
1717

memdocs/configmgr/core/misc/in-console-documentation.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -29,56 +29,56 @@ This content can assist you in learning and supporting Configuration Manager.
2929

3030
For more information, see the following articles:
3131

32-
- [Configuration Manager documentation library](https://docs.microsoft.com/mem/configmgr?WT.mc_id=configmgr-console)
33-
- [Get started with Configuration Manager PowerShell cmdlets](https://docs.microsoft.com/powershell/sccm/overview?WT.mc_id=configmgr-console)
34-
- [How to use the Configuration Manager docs](https://docs.microsoft.com/mem/use-docs?WT.mc_id=configmgr-console)
32+
- [Configuration Manager documentation library](/mem/configmgr?WT.mc_id=configmgr-console)
33+
- [Get started with Configuration Manager PowerShell cmdlets](/powershell/sccm/overview?WT.mc_id=configmgr-console)
34+
- [How to use the Configuration Manager docs](/mem/use-docs?WT.mc_id=configmgr-console)
3535

3636
For the latest product changes, see the following articles:<!-- 8625956 -->
3737

38-
- [What's new in current branch](https://docs.microsoft.com/mem/configmgr/core/plan-design/changes/whats-new-incremental-versions#whats-new-in-configuration-manager-incremental-versions?WT.mc_id=configmgr-console)
39-
- [Technical preview releases](https://docs.microsoft.com/mem/configmgr/core/get-started/technical-preview?WT.mc_id=configmgr-console)
38+
- [What's new in current branch](/mem/configmgr/core/plan-design/changes/whats-new-incremental-versions#whats-new-in-configuration-manager-incremental-versions?WT.mc_id=configmgr-console)
39+
- [Technical preview releases](/mem/configmgr/core/get-started/technical-preview?WT.mc_id=configmgr-console)
4040

4141
## Recommended
4242

4343
A curated list of important articles.
4444

45-
- [Microsoft Endpoint Manager tenant attach](https://docs.microsoft.com/mem/configmgr/tenant-attach/?WT.mc_id=configmgr-console)
46-
- [Endpoint analytics](https://docs.microsoft.com/mem/analytics/?WT.mc_id=configmgr-console)
47-
- [Desktop Analytics](https://docs.microsoft.com/mem/configmgr/desktop-analytics/?WT.mc_id=configmgr-console)
48-
- [Co-management for Windows devices](https://docs.microsoft.com/mem/configmgr/comanage/?WT.mc_id=configmgr-console)
49-
- [CMPivot](https://docs.microsoft.com/mem/configmgr/core/servers/manage/cmpivot?WT.mc_id=configmgr-console)
50-
- [Plan for BitLocker management](https://docs.microsoft.com/mem/configmgr/protect/plan-design/bitlocker-management?WT.mc_id=configmgr-console)
51-
- [Microsoft Edge management](https://docs.microsoft.com/mem/configmgr/apps/deploy-use/deploy-edge?WT.mc_id=configmgr-console)
52-
- [Manage Microsoft 365 Apps updates](https://docs.microsoft.com/mem/configmgr/sum/deploy-use/manage-office-365-proplus-updates?WT.mc_id=configmgr-console)
53-
- [Fundamentals of Configuration Manager current branch and Windows as a service](https://docs.microsoft.com/mem/configmgr/core/understand/configuration-manager-and-windows-as-service?WT.mc_id=configmgr-console)
54-
- [Optimize Windows update delivery with Configuration Manager](https://docs.microsoft.com/mem/configmgr/sum/deploy-use/optimize-windows-10-update-delivery?WT.mc_id=configmgr-console)
45+
- [Microsoft Endpoint Manager tenant attach](/mem/configmgr/tenant-attach/?WT.mc_id=configmgr-console)
46+
- [Endpoint analytics](/mem/analytics/?WT.mc_id=configmgr-console)
47+
- [Desktop Analytics](/mem/configmgr/desktop-analytics/?WT.mc_id=configmgr-console)
48+
- [Co-management for Windows devices](/mem/configmgr/comanage/?WT.mc_id=configmgr-console)
49+
- [CMPivot](/mem/configmgr/core/servers/manage/cmpivot?WT.mc_id=configmgr-console)
50+
- [Plan for BitLocker management](/mem/configmgr/protect/plan-design/bitlocker-management?WT.mc_id=configmgr-console)
51+
- [Microsoft Edge management](/mem/configmgr/apps/deploy-use/deploy-edge?WT.mc_id=configmgr-console)
52+
- [Manage Microsoft 365 Apps updates](/mem/configmgr/sum/deploy-use/manage-office-365-proplus-updates?WT.mc_id=configmgr-console)
53+
- [Fundamentals of Configuration Manager current branch and Windows as a service](/mem/configmgr/core/understand/configuration-manager-and-windows-as-service?WT.mc_id=configmgr-console)
54+
- [Optimize Windows update delivery with Configuration Manager](/mem/configmgr/sum/deploy-use/optimize-windows-10-update-delivery?WT.mc_id=configmgr-console)
5555

5656
## Troubleshooting articles
5757

5858
Guided walkthroughs to assist with troubleshooting Configuration Manager components and features.
5959

60-
- [Troubleshoot application deployments](https://docs.microsoft.com/mem/configmgr/apps/understand/app-deployment-technical-reference?WT.mc_id=configmgr-console)
61-
- [Application installation common error codes reference](https://docs.microsoft.com/mem/configmgr/tenant-attach/app-install-error-reference?WT.mc_id=configmgr-console)
62-
- [Troubleshooting PXE boot issues](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-pxe-boot-issues)
63-
- [Understand and troubleshoot updates and servicing in Configuration Manager](https://docs.microsoft.com/troubleshoot/mem/configmgr/understand-troubleshoot-updates-servicing)
64-
- [Troubleshooting software update synchronization issues](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-software-update-synchronization)
65-
- [Understanding and troubleshooting content distribution](https://docs.microsoft.com/troubleshoot/mem/configmgr/content-distribution-introduction)
66-
- [Understanding and troubleshooting the Microsoft Store for Business integration](https://docs.microsoft.com/mem/configmgr/apps/deploy-use/troubleshoot-microsoft-store-for-business-integration?WT.mc_id=configmgr-console)
67-
- [Software update management troubleshooting](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-software-update-management)
68-
- [Troubleshooting the Install Application task sequence step](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-install-application-step)
69-
- [Troubleshoot Desktop Analytics](https://docs.microsoft.com/mem/configmgr/desktop-analytics/troubleshooting?WT.mc_id=configmgr-console)
70-
- [Troubleshoot Microsoft Connected Cache](https://docs.microsoft.com/mem/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache?WT.mc_id=configmgr-console)
71-
- [Troubleshoot BitLocker](https://docs.microsoft.com/mem/configmgr/protect/tech-ref/bitlocker/troubleshoot?WT.mc_id=configmgr-console)
72-
73-
For more information, see [Microsoft Endpoint Configuration Manager troubleshooting](https://docs.microsoft.com/troubleshoot/mem/configmgr/welcome-configuration-manager).
60+
- [Troubleshoot application deployments](/mem/configmgr/apps/understand/app-deployment-technical-reference?WT.mc_id=configmgr-console)
61+
- [Application installation common error codes reference](/mem/configmgr/tenant-attach/app-install-error-reference?WT.mc_id=configmgr-console)
62+
- [Troubleshooting PXE boot issues](/troubleshoot/mem/configmgr/troubleshoot-pxe-boot-issues)
63+
- [Understand and troubleshoot updates and servicing in Configuration Manager](/troubleshoot/mem/configmgr/understand-troubleshoot-updates-servicing)
64+
- [Troubleshooting software update synchronization issues](/troubleshoot/mem/configmgr/troubleshoot-software-update-synchronization)
65+
- [Understanding and troubleshooting content distribution](/troubleshoot/mem/configmgr/content-distribution-introduction)
66+
- [Understanding and troubleshooting the Microsoft Store for Business integration](/mem/configmgr/apps/deploy-use/troubleshoot-microsoft-store-for-business-integration?WT.mc_id=configmgr-console)
67+
- [Software update management troubleshooting](/troubleshoot/mem/configmgr/troubleshoot-software-update-management)
68+
- [Troubleshooting the Install Application task sequence step](/troubleshoot/mem/configmgr/troubleshoot-install-application-step)
69+
- [Troubleshoot Desktop Analytics](/mem/configmgr/desktop-analytics/troubleshooting?WT.mc_id=configmgr-console)
70+
- [Troubleshoot Microsoft Connected Cache](/mem/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache?WT.mc_id=configmgr-console)
71+
- [Troubleshoot BitLocker](/mem/configmgr/protect/tech-ref/bitlocker/troubleshoot?WT.mc_id=configmgr-console)
72+
73+
For more information, see [Microsoft Endpoint Configuration Manager troubleshooting](/troubleshoot/mem/configmgr/welcome-configuration-manager).
7474

7575
## Support articles
7676

77-
The complete list of all hotfix and update rollup related articles, starting with Configuration Manager version 2010, is published to [Configuration Manager hotfixes and update rollups](https://docs.microsoft.com/mem/configmgr/hotfix?WT.mc_id=configmgr-console).
77+
The complete list of all hotfix and update rollup related articles, starting with Configuration Manager version 2010, is published to [Configuration Manager hotfixes and update rollups](/mem/configmgr/hotfix?WT.mc_id=configmgr-console).
7878

7979
The short form URL for version 2010 and newer hotfix related articles is `https://aka.ms/KB#######`. For example, [https://aka.ms/KB9210721](https://aka.ms/KB9210721).
8080
Hotfix related articles for version 2006 and prior are still available on support.microsoft.com.
8181

82-
The Microsoft knowledge base articles previously found at support.microsoft.com are published to [Microsoft Endpoint Configuration Manager Troubleshooting](https://docs.microsoft.com/troubleshoot/mem/configmgr/welcome-configuration-manager). Troubleshooting articles created after October 2020 don't have a KB article ID.
82+
The Microsoft knowledge base articles previously found at support.microsoft.com are published to [Microsoft Endpoint Configuration Manager Troubleshooting](/troubleshoot/mem/configmgr/welcome-configuration-manager). Troubleshooting articles created after October 2020 don't have a KB article ID.
8383

84-
To subscribe to Atom or RSS notification of new Configuration Manager support articles, see [Support content updates](https://support.microsoft.com/help/4089498/) and select **Microsoft Endpoint Configuration Manager (current branch)**.
84+
To subscribe to Atom or RSS notification of new Configuration Manager support articles, see [Support content updates](https://support.microsoft.com/help/4089498/) and select **Microsoft Endpoint Configuration Manager (current branch)**.

0 commit comments

Comments
 (0)