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/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/intune/fundamentals/what-is-intune.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,13 +108,9 @@ Intune integrates with Azure AD to enable a broad set of access control scenario
108
108
109
109
## How to get Intune
110
110
111
-
Intune is available:
111
+
There are many ways to get Intune. For more information, see [Licenses available for Microsoft Intune](licenses.md).
112
112
113
-
- As a stand-alone [Azure service](https://go.microsoft.com/fwlink/?linkid=2090973)
114
-
- Included with [Microsoft 365](https://www.microsoft.com/microsoft-365/enterprise-mobility-security/microsoft-intune) and [Microsoft 365 government](https://www.microsoft.com/microsoft-365/government)
115
-
- As [Mobile Device Management in Microsoft 365](https://support.office.com/article/Set-up-Mobile-Device-Management-MDM-in-Office-365-dd892318-bc44-4eb1-af00-9db5430be3cd), which consists of some limited Intune features
116
-
117
-
Intune is used in many sectors, including [government](/enterprise-mobility-security/solutions/ems-govt-service-description), [education](https://www.microsoft.com/en-us/education/intune), [kiosk or dedicated device](../configuration/kiosk-settings.md) for manufacturing and retail, and more.
113
+
Intune is used in many sectors, including [government](/enterprise-mobility-security/solutions/ems-govt-service-description), [education](https://www.microsoft.com/education/intune), [kiosk or dedicated device](../configuration/kiosk-settings.md) for manufacturing and retail, and more.
Copy file name to clipboardExpand all lines: memdocs/intune/fundamentals/whats-new.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: Erikre
8
8
ms.author: erikre
9
9
manager: dougeby
10
-
ms.date: 03/23/2022
10
+
ms.date: 03/25/2022
11
11
ms.topic: conceptual
12
12
ms.service: microsoft-intune
13
13
ms.subservice: fundamentals
@@ -150,28 +150,6 @@ For more information on these policy types, see:
150
150
Applies to:
151
151
- Windows 10/11
152
152
153
-
#### Endpoint security profiles support filters; See the filter status on a device configuration profile report<!-- 11889620 -->
154
-
There are some new features when using filters:
155
-
- When you create a device configuration profile for Windows devices, a per-policy report shows reporting information in the **Device and user check-in status** (**Devices** > **Configuration profiles** > *Select an existing policy*).
156
-
157
-
When you select **View report**, the report has an **Assignment Filter** column. Use this column to determine if a filter successfully applied to your policy.
158
-
159
-
- Endpoint Security policies support filters. So, when you assign an endpoint security policy, you can use filters to assign the policy based on rules you create.
160
-
161
-
- When you create a new endpoint security policy, it automatically uses the [new device configuration profile reporting](#new-reporting-experience-for-device-configuration-profiles). When you look at the per-policy report, it also has an **Assignment Filter** column (**Devices** > **Configuration profiles** > *Select an existing endpoint security policy* > **View report**). Use this column to determine if a filter successfully applied to your policy.
162
-
163
-
For more information on filters, see:
164
-
-[Use filters when assigning your apps, policies, and profiles](filters.md)
165
-
-[List of platforms, policies, and app types supported by filters](filters-supported-workloads.md)
#### New macOS settings in the Settings Catalog<!-- 13111526 idready idstaged wnready -->
176
154
The Settings Catalog has new macOS settings you can configure (**Devices** > **Configuration profiles** > **Create profile** > **macOS** for platform >**Settings catalog (preview)** for profile type):
177
155
@@ -2888,4 +2866,4 @@ For previous months, see the [What's New archive](whats-new-archive.md).
Copy file name to clipboardExpand all lines: memdocs/intune/includes/intune-notices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ No action is needed at this time. Review our [In Development](../fundamentals/in
124
124
125
125
### Plan for change: Intune is moving to support iOS/iPadOS 13 and later<!--10144130-->
126
126
127
-
Later this year, we expect Apple to release iOS 15. Microsoft Intune, including the Intune Company Portal and Intune app protection policies (APP, also known as mobile application management), will require iOS/iPadOS 13 and later shortly after iOS 15's release.
127
+
Apple has released iOS 15. Microsoft Intune, including Intune Company Portal and Intune app protection policies (APP, also known as mobile application management), now requires iOS/iPadOS 13 and later.
Copy file name to clipboardExpand all lines: memdocs/intune/remote-actions/teamviewer-support.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ms.collection:
29
29
30
30
# Use TeamViewer to remotely administer Intune devices
31
31
32
-
Devices managed by Intune can be administered remotely using [TeamViewer](https://www.teamviewer.com). TeamViewer is a partner program that you purchase separately. This articles shows you how to configure TeamViewer within Intune, and how to remotely administer a device.
32
+
Devices managed by Intune can be administered remotely using [TeamViewer](https://www.teamviewer.com). TeamViewer is a partner program that you purchase separately. This article shows you how to configure TeamViewer within Intune, and how to remotely administer a device.
33
33
34
34
This feature applies to:
35
35
@@ -43,10 +43,7 @@ This feature applies to:
43
43
44
44
- The administrator configuring the TeamViewer connector must have an Intune license. You can give administrators access to Microsoft Endpoint Manager without them requiring an Intune license. For more information, see [Unlicensed admins](../fundamentals/unlicensed-admins.md).
45
45
46
-
- The Intune administrator in the Endpoint Manager admin center must have the following [Intune roles](../fundamentals/role-based-access-control.md):
47
-
48
-
-**Update Remote Assistance**: Allows administrators to modify the TeamViewer connector settings.
49
-
-**Request Remote Assistance**: Allows administrators to start a new remote assistance session for any user. Users with this role are not limited by any Intune role within a scope. Also, user or device groups assigned an Intune role within a scope can also request remote assistance.
46
+
- Only a Global administrator or Intune administrator in the Endpoint Manager admin center can onboard TeamViewer.
0 commit comments