diff --git a/README.md b/README.md index 6fdfd267816..39fa797ff4b 100644 --- a/README.md +++ b/README.md @@ -3,48 +3,54 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. -# Docs.microsoft.com GitHub repository +# GitHub repository for Microsoft technical documentation -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. +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. ## Contribute to your documentation + 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: -* **Create a GitHub account**: Sign up is free at [GitHub.com](https://www.github.com). +* **Create a GitHub account**: Sign up for free at [GitHub](https://www.github.com). + +* **Use your browser**: There are two options: -* **Use your browser**: There are two options: + **Option 1: Edit directly from Microsoft Docs** - **Option 1: Edit directly from docs.microsoft.com** - 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). + 1. Browse to the [InTune](/mem/intune) article you want to edit. 2. Select **Edit** (top right). This shows the markdown file in the GitHub repository. - 3. Select the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip. - 4. Make your changes, and then **commit** your changes. + 3. Select the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip. + 4. Make your changes, and then **commit** your changes. 5. Create the pull request. - - **Option 2: Find the article in this repository, and update** - 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`. - 2. Select the link, and click the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip. - 3. Make your changes, and then **commit** your changes. - 4. Create the pull request. + + **Option 2: Find the article in this repository, and update** + + 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`. + 2. Select the link, and click the pencil icon. When you hover over the pencil icon, you'll see the **Edit this file** tooltip. + 3. Make your changes, and then **commit** your changes. + 4. Create the pull request. 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. 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. -* **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: +* **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: - 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. + 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. - 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. + 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. - 2. In your browser, go to the article, and select **Edit**. Switch to the private repo (IntuneDocs-pr): - **From**: https://github.com/MicrosoftDocs/memdocs/... - **To**: https://github.com/MicrosoftDocs/memdocs-pr/... + 2. In your browser, go to the article, and select **Edit**. Switch to the private repo (`IntuneDocs-pr`): + + **From**: `https://github.com/MicrosoftDocs/memdocs/...` + + **To**: `https://github.com/MicrosoftDocs/memdocs-pr/...` - 3. Select the pencil icon, and make your changes. + 3. Select the pencil icon, and make your changes. ## Use markdown to format your topic -All the articles in this repository use GitHub-flavored markdown. Here's a list of resources to get started: + +All the articles in this repository use GitHub-flavored Markdown. Here's a list of resources to get started: * [Markdown basics](https://help.github.com/articles/basic-writing-and-formatting-syntax/) * [Printable markdown cheatsheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf) diff --git a/memdocs/configmgr/core/get-started/2020/includes/2011/7774961.md b/memdocs/configmgr/core/get-started/2020/includes/2011/7774961.md index 64d9ada8d8a..7c2b0b941f5 100644 --- a/memdocs/configmgr/core/get-started/2020/includes/2011/7774961.md +++ b/memdocs/configmgr/core/get-started/2020/includes/2011/7774961.md @@ -11,7 +11,7 @@ ms.date: 11/23/2020 -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/). +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/). The computer on which you run this cmdlet needs internet access, specifically `pshelpprod.blob.core.windows.net`. Then run the following command: diff --git a/memdocs/configmgr/core/misc/in-console-documentation.md b/memdocs/configmgr/core/misc/in-console-documentation.md index 3d3605a478b..8467f23561d 100644 --- a/memdocs/configmgr/core/misc/in-console-documentation.md +++ b/memdocs/configmgr/core/misc/in-console-documentation.md @@ -29,56 +29,56 @@ This content can assist you in learning and supporting Configuration Manager. For more information, see the following articles: -- [Configuration Manager documentation library](https://docs.microsoft.com/mem/configmgr?WT.mc_id=configmgr-console) -- [Get started with Configuration Manager PowerShell cmdlets](https://docs.microsoft.com/powershell/sccm/overview?WT.mc_id=configmgr-console) -- [How to use the Configuration Manager docs](https://docs.microsoft.com/mem/use-docs?WT.mc_id=configmgr-console) +- [Configuration Manager documentation library](/mem/configmgr?WT.mc_id=configmgr-console) +- [Get started with Configuration Manager PowerShell cmdlets](/powershell/sccm/overview?WT.mc_id=configmgr-console) +- [How to use the Configuration Manager docs](/mem/use-docs?WT.mc_id=configmgr-console) For the latest product changes, see the following articles: -- [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) -- [Technical preview releases](https://docs.microsoft.com/mem/configmgr/core/get-started/technical-preview?WT.mc_id=configmgr-console) +- [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) +- [Technical preview releases](/mem/configmgr/core/get-started/technical-preview?WT.mc_id=configmgr-console) ## Recommended A curated list of important articles. -- [Microsoft Endpoint Manager tenant attach](https://docs.microsoft.com/mem/configmgr/tenant-attach/?WT.mc_id=configmgr-console) -- [Endpoint analytics](https://docs.microsoft.com/mem/analytics/?WT.mc_id=configmgr-console) -- [Desktop Analytics](https://docs.microsoft.com/mem/configmgr/desktop-analytics/?WT.mc_id=configmgr-console) -- [Co-management for Windows devices](https://docs.microsoft.com/mem/configmgr/comanage/?WT.mc_id=configmgr-console) -- [CMPivot](https://docs.microsoft.com/mem/configmgr/core/servers/manage/cmpivot?WT.mc_id=configmgr-console) -- [Plan for BitLocker management](https://docs.microsoft.com/mem/configmgr/protect/plan-design/bitlocker-management?WT.mc_id=configmgr-console) -- [Microsoft Edge management](https://docs.microsoft.com/mem/configmgr/apps/deploy-use/deploy-edge?WT.mc_id=configmgr-console) -- [Manage Microsoft 365 Apps updates](https://docs.microsoft.com/mem/configmgr/sum/deploy-use/manage-office-365-proplus-updates?WT.mc_id=configmgr-console) -- [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) -- [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) +- [Microsoft Endpoint Manager tenant attach](/mem/configmgr/tenant-attach/?WT.mc_id=configmgr-console) +- [Endpoint analytics](/mem/analytics/?WT.mc_id=configmgr-console) +- [Desktop Analytics](/mem/configmgr/desktop-analytics/?WT.mc_id=configmgr-console) +- [Co-management for Windows devices](/mem/configmgr/comanage/?WT.mc_id=configmgr-console) +- [CMPivot](/mem/configmgr/core/servers/manage/cmpivot?WT.mc_id=configmgr-console) +- [Plan for BitLocker management](/mem/configmgr/protect/plan-design/bitlocker-management?WT.mc_id=configmgr-console) +- [Microsoft Edge management](/mem/configmgr/apps/deploy-use/deploy-edge?WT.mc_id=configmgr-console) +- [Manage Microsoft 365 Apps updates](/mem/configmgr/sum/deploy-use/manage-office-365-proplus-updates?WT.mc_id=configmgr-console) +- [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) +- [Optimize Windows update delivery with Configuration Manager](/mem/configmgr/sum/deploy-use/optimize-windows-10-update-delivery?WT.mc_id=configmgr-console) ## Troubleshooting articles Guided walkthroughs to assist with troubleshooting Configuration Manager components and features. -- [Troubleshoot application deployments](https://docs.microsoft.com/mem/configmgr/apps/understand/app-deployment-technical-reference?WT.mc_id=configmgr-console) -- [Application installation common error codes reference](https://docs.microsoft.com/mem/configmgr/tenant-attach/app-install-error-reference?WT.mc_id=configmgr-console) -- [Troubleshooting PXE boot issues](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-pxe-boot-issues) -- [Understand and troubleshoot updates and servicing in Configuration Manager](https://docs.microsoft.com/troubleshoot/mem/configmgr/understand-troubleshoot-updates-servicing) -- [Troubleshooting software update synchronization issues](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-software-update-synchronization) -- [Understanding and troubleshooting content distribution](https://docs.microsoft.com/troubleshoot/mem/configmgr/content-distribution-introduction) -- [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) -- [Software update management troubleshooting](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-software-update-management) -- [Troubleshooting the Install Application task sequence step](https://docs.microsoft.com/troubleshoot/mem/configmgr/troubleshoot-install-application-step) -- [Troubleshoot Desktop Analytics](https://docs.microsoft.com/mem/configmgr/desktop-analytics/troubleshooting?WT.mc_id=configmgr-console) -- [Troubleshoot Microsoft Connected Cache](https://docs.microsoft.com/mem/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache?WT.mc_id=configmgr-console) -- [Troubleshoot BitLocker](https://docs.microsoft.com/mem/configmgr/protect/tech-ref/bitlocker/troubleshoot?WT.mc_id=configmgr-console) - -For more information, see [Microsoft Endpoint Configuration Manager troubleshooting](https://docs.microsoft.com/troubleshoot/mem/configmgr/welcome-configuration-manager). +- [Troubleshoot application deployments](/mem/configmgr/apps/understand/app-deployment-technical-reference?WT.mc_id=configmgr-console) +- [Application installation common error codes reference](/mem/configmgr/tenant-attach/app-install-error-reference?WT.mc_id=configmgr-console) +- [Troubleshooting PXE boot issues](/troubleshoot/mem/configmgr/troubleshoot-pxe-boot-issues) +- [Understand and troubleshoot updates and servicing in Configuration Manager](/troubleshoot/mem/configmgr/understand-troubleshoot-updates-servicing) +- [Troubleshooting software update synchronization issues](/troubleshoot/mem/configmgr/troubleshoot-software-update-synchronization) +- [Understanding and troubleshooting content distribution](/troubleshoot/mem/configmgr/content-distribution-introduction) +- [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) +- [Software update management troubleshooting](/troubleshoot/mem/configmgr/troubleshoot-software-update-management) +- [Troubleshooting the Install Application task sequence step](/troubleshoot/mem/configmgr/troubleshoot-install-application-step) +- [Troubleshoot Desktop Analytics](/mem/configmgr/desktop-analytics/troubleshooting?WT.mc_id=configmgr-console) +- [Troubleshoot Microsoft Connected Cache](/mem/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache?WT.mc_id=configmgr-console) +- [Troubleshoot BitLocker](/mem/configmgr/protect/tech-ref/bitlocker/troubleshoot?WT.mc_id=configmgr-console) + +For more information, see [Microsoft Endpoint Configuration Manager troubleshooting](/troubleshoot/mem/configmgr/welcome-configuration-manager). ## Support articles -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). +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). 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). Hotfix related articles for version 2006 and prior are still available on support.microsoft.com. -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. +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. -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)**. \ No newline at end of file +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)**. diff --git a/memdocs/configmgr/core/misc/mms2019docathon.md b/memdocs/configmgr/core/misc/mms2019docathon.md index 0fb0777a24c..6c0a97ef5f6 100644 --- a/memdocs/configmgr/core/misc/mms2019docathon.md +++ b/memdocs/configmgr/core/misc/mms2019docathon.md @@ -14,9 +14,9 @@ ms.localizationpriority: null # MMS 2019 Docathon -During the Midwest Management Summit (MMS) 2019, the Microsoft content team for Configuration Manager and Microsoft Intune are running a docathon. If you're attending the [Docs.microsoft.com hands-on lab](https://sched.co/N6fd) session on Monday, 6 May, that time is to work on contributions with support from the Microsoft writers. The docathon runs the entirety of the conference, and any registered MMS 2019 attendee can participate. +During the Midwest Management Summit (MMS) 2019, the Microsoft content team for Configuration Manager and Microsoft Intune are running a docathon. If you're attending the [Microsoft Docs hands-on lab](https://sched.co/N6fd) session on Monday, 6 May, that time is to work on contributions with support from the Microsoft writers. The docathon runs the entirety of the conference, and any registered MMS 2019 attendee can participate. -Why should you participate? Docs.microsoft.com is an open-source platform for Microsoft product documentation, powered by GitHub. Microsoft encourages everyone to contribute to the docs! When you contribute, the platform recognizes you in the list of contributors on every article. The following contributions are some of the types that the community can provide: +Why should you participate? Microsoft Docs is an open-source platform for Microsoft product documentation powered by GitHub. Microsoft encourages everyone to contribute to the docs! When you contribute, the platform recognizes you in the list of contributors on every article. The following contributions are some of the types that the community can provide: - Typos - Clarifications @@ -38,16 +38,16 @@ Create a [GitHub account](https://github.com/join) #### Additional considerations -- Check your company's policy regarding open-source contributions +- Check your company's policy regarding open-source contributions. - > [!Note] + > [!NOTE] > Larger contributions will require that you accept the Microsoft open source [Contributor License Agreement (CLA)](https://cla.opensource.microsoft.com/). Review this agreement in advance. -- Contributions to docs.microsoft.com count toward MVP award consideration +- Contributions to Microsoft Docs count toward MVP award consideration. -- Microsoft employees have a few more required one-time steps, and a slightly different contribution process +- Microsoft employees have a few more required one-time steps, and a slightly different contribution process. -For more information, see [GitHub account setup](/contribute/get-started-setup-github) in the docs.microsoft.com Contributor Guide. +For more information, see [GitHub account setup](/contribute/get-started-setup-github) in our contributor guide. ## Scope @@ -57,7 +57,7 @@ This event is only covering the following GitHub repositories: - [SCCMDocs](https://github.com/MicrosoftDocs/SCCMdocs) - [sccm-docs-powershell-ref](https://github.com/MicrosoftDocs/sccm-docs-powershell-ref) -You're also welcome and encouraged to make changes to other docs.microsoft.com content, but it won't credit towards this event. +You're also welcome and encouraged to make changes to other published content, but it won't give credit for this event. ## Learn the process @@ -75,18 +75,19 @@ Read info on [how to file issues](../../../use-docs.md#about-feedback) and [how Start thinking about and planning your goal for this event. What do you want to accomplish? -- Look through existing issues in the in-scope repositories. Labels such as **good-first-issue** or **help-wanted** can identify good starting points. If you want to tackle one of these issues, comment on it with **#MMS2019Docathon** and tag the @author, asking that they assign the issue to you. In other words, [call dibs](https://www.merriam-webster.com/words-at-play/word-origin-dibs) on it. Repeat this process as many times as you want. - For example, in SCCMDocs, where Aaron is the article author: `@aczechowski I'm claiming this issue for #MMS2019Docathon` +- Look through existing issues in the in-scope repositories. Labels such as **good-first-issue** or **help-wanted** can identify good starting points. If you want to tackle one of these issues, comment on it with **#MMS2019Docathon** and tag the @author, asking that they assign the issue to you. In other words, [call dibs](https://www.merriam-webster.com/words-at-play/word-origin-dibs) on it. Repeat this process as many times as you want. + + - For example, in SCCMDocs, where Aaron is the article author: `@aczechowski I'm claiming this issue for #MMS2019Docathon` - You know of an issue with an article, but there's not yet any feedback filed. In other words, there's nothing in the **Feedback** section at the bottom of the article. File a new issue, then use the same instructions as above to claim it. - - For example, add a code sample, a real-world example, or a common tip. + - For example, add a code sample, a real-world example, or a common tip. - - Avoid grammar or style changes, unless you talk with Aaron/Erik in advance. + - Avoid grammar or style changes, unless you talk with Aaron/Erik in advance. - - Your favorite article has a date older than 90 days, before February 6, 2019. You can review it, and then your edit is to the **ms.date** metadata property. That contribution means: "I reviewed this article, and it's still technically accurate, so refresh the date." File an issue to claim it. + - Your favorite article has a date older than 90 days, before February 6, 2019. You can review it, and then your edit is to the **ms.date** metadata property. That contribution means: "I reviewed this article, and it's still technically accurate, so refresh the date." File an issue to claim it. - - Check the article feedback first to make sure there isn't an open issue for someone that's already claimed it. This action isn't technically required. If you don't do it, and someone else submits first, we'll only take the first contribution. + - Check the article feedback first to make sure there isn't an open issue for someone that's already claimed it. This action isn't technically required. If you don't do it, and someone else submits first, we'll only take the first contribution. - The one hour lunch session on Monday is dedicated time to work towards these goals. Aaron & Erik are available to help with questions or problems. @@ -103,9 +104,9 @@ The contest runs all week, 6 - 9 May. Any registered MMS 2019 attendee can parti - **Most impactful**: Based on the following criteria, judged by Aaron & Erik. If you think your submission should qualify, comment in your pull request to convince us why. - - Benefit to community (50%) - - Adherence to Microsoft Style (25%) - - Proper markdown (25%) + - Benefit to community (50%) + - Adherence to Microsoft Style (25%) + - Proper markdown (25%) The grand prize winner receives the following prizes: @@ -245,10 +246,10 @@ OFFICIAL RULES 12. WINNERS LIST - The list of prize winners will be posted to https://aka.ms/mms2019docathon within 30 days of May 9, 2019. + The list of prize winners will be posted to [MMS 2019 Docathon](https://aka.ms/mms2019docathon) within 30 days of May 9, 2019. 13. PRIVACY At Microsoft, we are committed to protecting your privacy. Microsoft uses the information you provide on this form to notify you of important information about our products, upgrades and enhancements, and to send you information about other Microsoft products and services. Microsoft won't share the information you provide with third parties without your permission except where necessary to complete the services or transactions you have requested, or as required by law. Microsoft is committed to protecting the security of your personal information. We use a variety of security technologies and procedures to help protect your personal information from unauthorized access, use, or disclosure. Your personal information is never shared outside the company without your permission, except under conditions explained above. - If you believe that Microsoft has not adhered to this statement, please contact Microsoft by sending an email to privrc@microsoft.com or postal mail to Microsoft Privacy Response Center, Microsoft Corporation, One Microsoft Way, Redmond, WA 98052. \ No newline at end of file + If you believe that Microsoft has not adhered to this statement, please contact Microsoft by sending an email to privrc@microsoft.com or postal mail to Microsoft Privacy Response Center, Microsoft Corporation, One Microsoft Way, Redmond, WA 98052. diff --git a/memdocs/configmgr/core/misc/online-documentation.md b/memdocs/configmgr/core/misc/online-documentation.md index f31928143b1..2a1a34be664 100644 --- a/memdocs/configmgr/core/misc/online-documentation.md +++ b/memdocs/configmgr/core/misc/online-documentation.md @@ -22,7 +22,7 @@ Welcome to the Configuration Manager documentation library. Find the documentati ### Online documentation -View the online documentation for the current branch of Configuration Manager at [docs.microsoft.com/configmgr](/configmgr): +View the online documentation for the current branch of Configuration Manager in [Microsoft Endpoint Configuration Manager documentation](/configmgr): - [Introduction to Configuration Manager](../understand/introduction.md) @@ -102,4 +102,4 @@ For more information about the features, products, and services that make Config ### Downloadable documentation -Download a copy of the System Center 2012 R2 Configuration Manager technical documentation from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=29256). \ No newline at end of file +Download a copy of the System Center 2012 R2 Configuration Manager technical documentation from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=29256). diff --git a/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2010.md b/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2010.md index d225b0b62ce..b6489e56e32 100644 --- a/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2010.md +++ b/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2010.md @@ -368,7 +368,7 @@ For more information, see the [Content library cleanup tool](../hierarchy/conten -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/). +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/). For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help). diff --git a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2103.md b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2103.md index 378db0fd527..1d16e0d4fff 100644 --- a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2103.md +++ b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2103.md @@ -323,7 +323,7 @@ For more information, see [Update distribution points with the boot image](../.. ### Update PowerShell help content -To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/). +To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/). For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help). diff --git a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2107.md b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2107.md index c8d56b64f66..60498d725a6 100644 --- a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2107.md +++ b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2107.md @@ -326,7 +326,7 @@ For more information, see [Update distribution points with the boot image](../.. ### Update PowerShell help content -To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/). +To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/). For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help). diff --git a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2111.md b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2111.md index a87a5b4713d..6465aa93812 100644 --- a/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2111.md +++ b/memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2111.md @@ -350,7 +350,7 @@ For more information, see [Update distribution points with the boot image](../.. ### Update PowerShell help content -To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/). +To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/). For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help).