Skip to content

Commit d8bbee0

Browse files
author
Angela Fleischmann
authored
Merge pull request #8178 from MicrosoftDocs/main
Publish 08/02/2022 3:30 PM PT
2 parents 52e331f + 0063c87 commit d8bbee0

5 files changed

Lines changed: 16 additions & 23 deletions

File tree

memdocs/configmgr/core/clients/manage/collections/collection-evaluation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ At a high level, each individual collection evaluation and update follows these
3030

3131
1. Execute the collection query.
3232
1. Add any systems that are direct members.
33-
1. Evaluate all *include* collections.
34-
35-
If the include collections also have query rules, or have include or exclude collections, evaluate them also. If the include collections themselves are limiting collections, evaluate any collections below them. After fully evaluating the tree, return the results to the calling collection.
36-
3733
1. Perform a logical `AND` between the returned results and the limiting collection.
3834
1. Evaluate the *exclude* collections.
3935

45.9 KB
Loading

memdocs/configmgr/core/servers/manage/maintenance-tasks.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Maintenance tasks
33
titleSuffix: Configuration Manager
44
description: Understand what maintenance tasks to perform for Configuration Manager sites and hierarchies and when to perform them.
5-
ms.date: 07/26/2019
5+
ms.date: 08/02/2020
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -109,9 +109,9 @@ After you install a Configuration Manager site, review the available maintenance
109109

110110
Use the following procedure to help you set up the common settings of maintenance tasks.
111111

112-
### <a name="bkmk_MTs1906"></a>To set up maintenance tasks for Configuration Manager version 1906
112+
### <a name="bkmk_MTs1906"></a>To set up maintenance tasks for Configuration Manager
113113
<!--3555894-->
114-
Starting in version 1906, site server maintenance tasks can now be viewed, edited, and monitored from their own tab on the details view of a site server. You can still edit maintenance tasks by choosing **Site Maintenance** in the **Settings** group like you did in previous Configuration Manager versions.
114+
Site server maintenance tasks can now be viewed, edited, and monitored from their own tab on the details view of a site server. You can still edit maintenance tasks by choosing **Site Maintenance** in the **Settings** group like you did in previous Configuration Manager versions.
115115

116116
1. In the Configuration Manager console, go to **Administration** > **Site Configuration** >**Sites**.
117117
1. Select a site from your list, then click on the **Maintenance Tasks** tab in the detail panel.
@@ -130,19 +130,14 @@ The **Maintenance Tasks** tab gives you information such as:
130130
- Last completion time
131131
- If the task completed successfully
132132

133-
### To set up maintenance tasks for Configuration Manager version 1902 and prior
133+
## Database reindexing can temporarily impact the replication link status
134134

135-
1. In the Configuration Manager console, go to **Administration** > **Site Configuration** >**Sites**.
136-
2. Choose the site that has the maintenance task that you want to set up.
137-
3. On the **Home** tab, in the **Settings** group, choose **Site Maintenance**, and then choose the maintenance task that you want to set up. Only tasks that are available at the selected site are displayed.
138-
139-
4. To set up the task, choose **Edit**. Ensure the **Enable this task** check box is checked, and set up a schedule for when the task runs. If the task also deletes aged data, set up the age of data that will be deleted from the database when the task runs. Choose **OK** to close the task **Properties**.
135+
When the Configuration Manager database is reindexing, either through the [built in maintenance task](reference-for-maintenance-tasks.md#rebuild-indexes) or SQL Server Management Studio, you may notice that [replication links](monitor-replication.md) will temporarily go into a degraded or failed state during this process. The state degradation occurs because when a reindex is run on the database tables they're blocked and can't be written to. It's an offline operation and is fundamental to [how DBCC REINDEX functions](/sql/t-sql/database-console-commands/dbcc-dbreindex-transact-sql). In order for a sync on a replication group to be considered successful, the site actually has to be able to process the data that it received. This means that during this reindexing process, the link status can bounce between degraded, failed, active, and back again. Depending on how much data is being replicated between the sites, the amount of time to go from a failed state to an active state will vary from environment to environment.
140136

141-
> [!NOTE]
142-
> For **Delete Aged Status Messages**, you set up the age of data to delete when you set up status filter rules.
137+
If the state change during a reindex is problematic for your monitoring, each replication link has a set of [thresholds that can be modified](../../plan-design/hierarchy/database-replication.md#database-replication-thresholds) to adjust when the link goes into a degraded state or when it goes into a failed state. Replication links contain multiple replication groups, which are broken up into two types: global data and site data. Global data attempts to sync every one minute and site data syncs every five minutes. By default, the link changes to degraded when the threshold of 12 failures is reached then changes to the failed state at 24. To set these thresholds, select the link under the **Database Replication** node then select **Link Properties**. In the **Alerts** tab, there are thresholds for setting the link to degraded or failed. By default these values are set to 12 and 24 respectively.
143138

144-
5. To enable or disable the task without editing the task properties, choose the **Enable** or **Disable** button. The button label changes depending on the current configuration of the task.
145-
6. When you're finished configuring the maintenance tasks, choose **OK** to finish the procedure.
139+
> [!IMPORTANT]
140+
> Take caution when changing these values since the higher the value the longer it will take you to be notified of a problem. When choosing to increase or decrease the value, increment or decrement by 1 and monitor the link closely before making another change to it.
146141
147142
## Next steps
148143

memdocs/intune/enrollment/autopilot-hybrid-connector-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: Lenewsad
88
ms.author: lanewsad
99
manager: dougeby
10-
ms.date: 4/16/2019
10+
ms.date: 8/1/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: enrollment
@@ -40,7 +40,7 @@ For more information about how connectors work, see [Understand Azure AD Applica
4040

4141
You can configure the connector to bypass your on-premises proxy to ensure it uses direct connectivity to the Azure services. We recommend this approach, as long as your network policy allows for it, because it means that you have one less configuration to maintain.
4242

43-
To disable outbound proxy usage for the connector, edit the ``:\Program Files\Microsoft Intune\ODJConnector\ODJConnectorUI\ODJConnectorUI.exe.config`` file and add the proxy address and proxy port in the section shown in this code sample:
43+
To disable outbound proxy usage for the connector, edit the ``:\Program Files\Microsoft Intune\ODJConnector\ODJConnectorUI\ODJConnectorUI.exe.config`` file and set the default proxy to ` "False" ` as shown in the following code example:
4444

4545
```xml
4646
<?xml version="1.0" encoding="utf-8" ?>
@@ -160,4 +160,4 @@ Once the configuration files have been modified, you'll need to restart the Intu
160160

161161
## Next steps
162162

163-
[Manage your devices](../remote-actions/device-management.md)
163+
[Manage your devices](../remote-actions/device-management.md)

memdocs/intune/user-help/sign-in-to-the-company-portal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: lenewsad
88
ms.author: lanewsad
99
manager: dougeby
10-
ms.date: 12/08/2021
10+
ms.date: 08/02/2022
1111
ms.topic: end-user-help
1212
ms.prod:
1313
ms.service: microsoft-intune
@@ -90,10 +90,12 @@ You'll only see this sign-in option if your organization allows certificate-base
9090
4. Tap **Continue** to use the certificate.
9191
5. Wait while the app verifies your certificate. When done, you can access the features in the app and your organization's resources.
9292

93-
### Sign in via another device
94-
93+
### Sign in via another device
9594
If you normally use a smart card to access work resources, follow the steps in this section to sign in to Company Portal.
9695

96+
>[!IMPORTANT]
97+
> Before you use this sign-in option, [join your work device to your work or school network](https://support.microsoft.com/account-billing/join-your-work-device-to-your-work-or-school-network-ef4d6adb-5095-4e51-829e-5457430f3973).
98+
9799
1. Open Company Portal on the device you'll be using to access your work resources.
98100

99101
2. Select **Sign in from another device**.

0 commit comments

Comments
 (0)