You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/autopilot/known-issues.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ author: aczechowski
12
12
ms.author: aaroncz
13
13
ms.reviewer: jubaptis
14
14
manager: dougeby
15
-
ms.date: 12/08/2021
15
+
ms.date: 03/28/2022
16
16
ms.collection: M365-modern-desktop
17
17
ms.topic: troubleshooting
18
18
---
@@ -28,6 +28,14 @@ This article describes known issues that can often be resolved by configuration
28
28
29
29
## Known issues
30
30
31
+
### `DefaultuserX` profile not deleted
32
+
33
+
When using the [EnableWebSignIn CSP](/windows/client-management/mdm/policy-csp-authentication#authentication-enablewebsignin), the `defaultuserX` profile may not be deleted. This CSP isn't currently supported. It's in private preview mode only and not recommended for production purposes at this time.
34
+
35
+
### Autopilot reset ran into trouble. Could not find the recovery environment
36
+
37
+
When attempting an Autopilot reset, an administrator sees the following message: _Autopilot reset ran into trouble. Could not find the recovery environment_. If there isn't an issue with the recovery environment, enter administrator credentials to continue with the reset process.
38
+
31
39
### Device-based Conditional Access policies
32
40
33
41
1. The Intune Enrollment app must be excluded from any Conditional Access policy requiring **Terms of Use** because it isn’t supported. See [Per-device terms of use](/azure/active-directory/conditional-access/terms-of-use#per-device-terms-of-use).
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/plan-design/hierarchy/ports.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Ports used for connections
3
3
titleSuffix: Configuration Manager
4
4
description: Learn about the required and customizable network ports that Configuration Manager uses for connections.
5
-
ms.date: 02/16/2022
5
+
ms.date: 04/01/2022
6
6
ms.prod: configuration-manager
7
7
ms.technology: configmgr-core
8
8
ms.topic: reference
@@ -141,6 +141,7 @@ For more information, see [CMG data flow](../../clients/manage/cmg/data-flow.md)
141
141
|DHCP|67 and 68|--|
142
142
|TFTP|69 <sup>[Note 4](#bkmk_note4)</sup> |--|
143
143
|Boot Information Negotiation Layer (BINL)|4011|--|
144
+
|DHCPv6 for PXE responder without WDS |547|--|
144
145
145
146
> [!IMPORTANT]
146
147
> If you enable a host-based firewall, make sure that the rules allow the server to send and receive on these ports. When you enable a distribution point for PXE, Configuration Manager can enable the inbound (receive) rules on the Windows Firewall. It doesn't configure the outbound (send) rules.<!--SCCMDocs issue #744-->
@@ -370,6 +371,15 @@ A distribution point communicates to the management point in the following scena
370
371
|-----------------|---------|---------|
371
372
|HTTPS|--|443|
372
373
374
+
### <aname="BKMK_PortsPullDP-DPSource"></a> Pull-Distribution point `-->` Distribution point configured as source
375
+
376
+
|Description|UDP|TCP|
377
+
|-----------------|---------|---------|
378
+
|HTTP|--|80 <sup>[Note 2](#bkmk_note2) Alternate port available</sup>|
379
+
|HTTPS|--|443 <sup>[Note 2](#bkmk_note2) Alternate port available</sup>|
380
+
|Express updates|--|8005 <sup>[Note 2](#bkmk_note2) Alternate port available</sup><!-- SCCMDocs#2091 -->|
381
+
382
+
373
383
### <aname="BKMK_PortsRSP-SQL"></a> Reporting Services point `-->` SQL Server
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/servers/deploy/configure/sql-server-alwayson-for-a-highly-available-site-database.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Prepare to use an availability group
3
3
titleSuffix: Configuration Manager
4
4
description: Plan to use a SQL Server Always On availability group for the Configuration Manager site database.
5
-
ms.date: 06/15/2021
5
+
ms.date: 03/25/2022
6
6
ms.prod: configuration-manager
7
7
ms.technology: configmgr-core
8
8
ms.topic: conceptual
@@ -359,6 +359,8 @@ You don't need to make any changes to the configuration when adding a secondary
359
359
360
360
When a site database uses an availability group, run the built-in **Backup Site server** maintenance task to back up common Configuration Manager settings and files. Don't use the MDF or LDF files created by that backup. Instead, make direct backups of these database files by using SQL Server.
361
361
362
+
You can still use the SQL Server back up, however you can't restore it directly to a SQL Server Always On cluster. You need to restore it on a standalone server and move it back to SQL Server Always On.
363
+
362
364
### Transaction log
363
365
364
366
Set the recovery model of the site database to **Full**. This configuration is a requirement for Configuration Manager use in an availability group. Plan to monitor and maintain the size of the site database transaction log. In the full recovery model, the transactions aren't hardened until it makes a full backup of the database or transaction log. For more information, see [Back up and restore of SQL Server databases](/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases).
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache.md
+73-76Lines changed: 73 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.localizationpriority: medium
14
14
15
15
# Troubleshoot Microsoft Connected Cache in Configuration Manager
16
16
17
-
This article provides technical details about Microsoft Connected Cache in Configuration Manager. Use it to help troubleshoot issues that you may have in your environment. For more information on how it works and how to use it, see [Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md).
17
+
This article provides technical details about Microsoft Connected Cache in Configuration Manager. Use it to help troubleshoot issues that you might have in your environment. For more information on how it works and how to use it, see [Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md).
18
18
19
19
## Verify
20
20
@@ -24,95 +24,92 @@ Verify this behavior [on a client](#verify-on-a-client) or [on the server](#veri
24
24
25
25
### Verify on a client
26
26
27
-
1. On client running a supported version of Windows 10 or later, download cloud-managed content. For more information on the types of content that Connected Cache supports, see [Supported content types](../../../plan-design/hierarchy/microsoft-connected-cache.md#supported-content-types).
28
-
29
-
2. Open PowerShell and run the following command: `Get-DeliveryOptimizationStatus`
1. On a client running a supported version of Windows 10 or later, download cloud-managed content. For more information on the types of content that Connected Cache supports, see [Supported content types](../../../plan-design/hierarchy/microsoft-connected-cache.md#supported-content-types).
28
+
29
+
1. Open PowerShell and run the following command: `Get-DeliveryOptimizationStatus`.
Notice that the `BytesFromCacheServer` attribute isn't zero.
66
66
67
-
If the client isn't configured correctly, or the cache server isn't installed correctly, the Delivery Optimization client falls back to the original cloud source. Then the BytesFromCacheServer attribute will be zero.
67
+
If the client isn't configured correctly, or the cache server isn't installed correctly, the Delivery Optimization client falls back to the original cloud source. Then the `BytesFromCacheServer` attribute will be zero.
68
68
69
69
### Verify on the server
70
70
71
-
First, verify the registry properties are configured correctly: `HKLM\SOFTWARE\Microsoft\Delivery Optimization In-Network Cache`. For example, the drive cache location is `PrimaryDrivesInput\DOINC-E77D08D0-5FEA-4315-8C95-10D359D59294`, where `PrimaryDrivesInput` can be multiple drives such as `C,D,E`.
71
+
First, verify the registry properties are configured correctly: `HKLM\SOFTWARE\Microsoft\Delivery Optimization In-Network Cache`. For example, the drive cache location is `PrimaryDrivesInput\DOINC-E77D08D0-5FEA-4315-8C95-10D359D59294`, where `PrimaryDrivesInput` can be multiple drives, such as `C,D,E`.
72
72
73
73
Next, use the following method to simulate a client download request to the server with the mandatory headers.
74
74
75
75
1. Open a 64-bit PowerShell window as an administrator.
76
-
2. Run the following command, and replace the name or IP address of your server for `<DoincServer>`:
76
+
1. Run the following command, and replace the name or IP address of your server for `<DoincServer>`:
- **Connected Cache server setup log**: `SMS_DP$\Ms.Dsp.Do.Inc.Setup\DoincSetup.log` on the distribution point and `DistMgr.log` on the site server
111
+
- **Internet Information Services (IIS) operational logs**: By default, `%SystemDrive%\inetpub\logs\LogFiles`
112
+
- **Connected Cache server operational log**: `C:\Doinc\Product\Install\Logs`
116
113
117
114
> [!TIP]
118
115
> Among other uses, this log can help you identify connectivity issues with the Microsoft cloud.
@@ -168,15 +165,15 @@ When Configuration Manager installs the Connected Cache component on the distrib
168
165
169
166
## IIS configurations
170
167
171
-
The Connected Cache server install makes several modifications to the IIS configuration on the distribution point.
168
+
The Connected Cache server installation makes several modifications to the IIS configuration on the distribution point.
172
169
173
170
### Application request routing
174
171
175
-
The Connected Cache server installs and configures IIS [Application Request Routing (ARR)](https://www.iis.net/downloads/microsoft/application-request-routing). To avoid potential conflicts, the distribution point can't already have this component installed.
172
+
The Connected Cache server installs and configures IIS [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing). To avoid potential conflicts, the distribution point can't already have this component installed.
176
173
177
174
### Allowed server variables
178
175
179
-
After you install the Connected Cache server, the default web site has the following *local* server variables:
176
+
After you install the Connected Cache server, the default website has the following *local* server variables:
180
177
181
178
- HTTP_HOST
182
179
- QUERY_STRING
@@ -218,20 +215,20 @@ To change the custom header name for each server farm:
218
215
219
216
1. Open IIS Manager.
220
217
1. Select **Server Farms**.
221
-
1. Select a server farm and the proxy icon.
218
+
1. Select a server farm and the proxy icon.
222
219
1. Under **Custom Headers**, change the value `X-Forwarded-For` to `X-Forwarded-For-<custom-name>`.
223
220
224
221
## Manage server resources
225
222
226
-
Disk space required for each Connected Cache server may vary, based on your organization's update requirements. 100 GB should be enough space to cache the following content:
223
+
Disk space required for each Connected Cache server might vary, based on your organization's update requirements. Disk space of 100 GB should be enough to cache the following content:
227
224
228
225
- A feature update
229
226
- Two to three months of quality and Microsoft 365 Apps updates
230
227
- Microsoft Intune apps and Windows inbox apps
231
228
232
229
The Connected Cache server shouldn't consume much system memory or processor time. After you install the Connected Cache server, if you notice significant process or memory resource consumption, analyze the IIS and ARR log files.
233
230
234
-
If the IIS and ARR log files take up too much space on the server, there are several methods you can use to manage the log files. For more information, see [Managing IIS Log File Storage](/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage#overview).
231
+
If the IIS and ARR log files take up too much space on the server, there are several methods you can use to manage the log files. For more information, see [Managing IIS log file storage](/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage#overview).
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/understand/software-center.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,9 @@ Specify how Software Center applies changes to software before the deadline.
197
197
198
198
-**Suspend Software Center activities when my computer is in presentation mode**: This setting is enabled by default.
199
199
200
+
> [!NOTE]
201
+
> These settings are designed to be managed by end users and do not impact deployment deadlines.
202
+
200
203
When instructed by your IT admin, select **Sync Policy**. This computer checks with the servers for anything new, such as applications, software updates, or operating systems.
Copy file name to clipboardExpand all lines: memdocs/configmgr/desktop-analytics/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,10 @@ To use Desktop Analytics, make sure your environment meets the following prerequ
106
106
> - Use different Commercial IDs and Azure AD tenants.
107
107
> - Configure both hierarchies to use the same Commercial ID to share the Azure AD tenant and Desktop Analytics instance. Use [different apps](connect-configmgr.md#bkmk_connect) for connecting each hierarchy. It may take up to 30 days after you disconnect a hierarchy for the portal to reflect changes.
108
108
109
-
- Devices running Windows 7, Windows 8.1, or Windows 10.
109
+
- Devices running Windows 10.
110
110
111
111
> [!IMPORTANT]
112
-
> Starting in July 2021, Desktop Analytics supports the Windows diagnostic data processor configuration. This configuration is only for supported versions of Windows 10. Data for Windows 7, Windows 8, and earlier versions of Windows 10 will only show in Desktop Analytics until January 31, 2022. For more information, see [Support for the Windows diagnostic data processor configuration](whats-new.md#support-for-the-windows-diagnostic-data-processor-configuration).<!-- 10220671 -->
112
+
> Starting in July 2021, Desktop Analytics supports the Windows diagnostic data processor configuration. This configuration is only for supported versions of Windows 10. For more information, see [Support for the Windows diagnostic data processor configuration](whats-new.md#support-for-the-windows-diagnostic-data-processor-configuration).<!-- 10220671 -->
113
113
>
114
114
> Desktop Analytics doesn't support Windows 11.<!-- 10797955 --> For information about Windows 11 hardware readiness, Microsoft recommends that you enable tenant attach and [Endpoint analytics](../../analytics/overview.md).
0 commit comments