Skip to content

Commit 2c0e567

Browse files
authored
Merge pull request #6501 from MicrosoftDocs/main
1/10/2021 AM Publish
2 parents 6dea6df + 05729f1 commit 2c0e567

9 files changed

Lines changed: 28 additions & 11 deletions

File tree

memdocs/autopilot/existing-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This topic describes how to convert Windows 7 or Windows 8.1 domain-joined compu
3434
Converting all targeted devices to Autopilot isn't supported for transforming a hybrid Azure AD device into a Azure AD Autopilot device.
3535

3636
> [!NOTE]
37-
> Windows Autopilot for existing devices only supports user-driven Azure Active Directory and Hybrid Azure AD profiles. Self-deploying profiles are not supported.
37+
> Windows Autopilot for existing devices only supports user-driven Azure Active Directory and Hybrid Azure AD profiles. Self-deploying and pre-provisioning profiles are not supported.
3838
3939
## Prerequisites
4040

memdocs/autopilot/known-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ This article describes known issues that can often be resolved by configuration
2828

2929
## Known issues
3030

31+
### Duplicate device objects with hybrid Azure AD deployments
32+
33+
A device object is pre-created in Azure AD once a device is registered in Autopilot. If a device goes through a hybrid Azure AD deployment, by design, another device object is created resulting in duplicate entries.
34+
3135
### TPM attestation failure on Windows 11 error code 0x81039024
3236

3337
Some devices may fail TPM attestation on Windows 11 during the pre-provisioning technician flow or self-deployment mode with the error code 0x81039024. This error code indicates that there are known vulnerabilities detected with the TPM and as a result will fail attestation. If you receive this error, please visit your PC manufacturer’s website to update the TPM firmware.

memdocs/autopilot/windows-autopilot-hybrid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ After your Autopilot devices are *enrolled*, they're displayed in four places:
190190
- The **All Devices** pane in the Intune in the Azure portal. Select **Devices** > **All Devices**.
191191

192192
After your Autopilot devices are enrolled, their names become the hostname of the device. By default, the hostname begins with *DESKTOP-*.
193+
A device object is pre-created in Azure AD once a device is registered in Autopilot. When a device goes through a hybrid Azure AD deployment, by design, another device object is created resulting in duplicate entries.
193194

194195
## Supported BYO VPNs
195196

memdocs/configmgr/core/plan-design/hierarchy/ports.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Ports used for connections
33
titleSuffix: Configuration Manager
44
description: Learn about the required and customizable network ports that Configuration Manager uses for connections.
5-
ms.date: 12/01/2021
5+
ms.date: 12/21/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: reference
@@ -239,8 +239,8 @@ The Configuration Manager console uses internet access for the following actions
239239

240240
- Downloading software updates from Microsoft Update for deployment packages.
241241
- The Feedback item in the ribbon.
242-
- Links to documentation within the console.
243-
<!--506823-->
242+
- Links to documentation within the console. <!--506823-->
243+
- Downloading items from Community hub
244244

245245
### <a name="BKMK_PortsConsole-RSP"></a> Configuration Manager console `-->` Reporting services point
246246

@@ -489,6 +489,7 @@ For more information, see [Ports and data flow](use-a-cloud-based-distribution-p
489489
|Description|UDP|TCP|
490490
|-----------------|---------|---------|
491491
|HTTP|--|80 <sup>[Note 1](#bkmk_note1)</sup>|
492+
|HTTPS|--|443|
492493

493494
### <a name="BKMK_PortsIssuingCA_SiteServer"></a> Site server `<-->` Issuing certification authority (CA)
494495

memdocs/configmgr/core/servers/manage/admin-console-extensions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Console extensions for Configuration Manager
33
titleSuffix: Configuration Manager
44
description: Learn about managing Configuration Manager console extensions
5-
ms.date: 12/01/2021
5+
ms.date: 12/21/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -33,6 +33,9 @@ The old style of console extensions will start being phased out in favor of the
3333
> [!Important]
3434
> If this setting is used, your old style extensions that aren't approved through the **Console Extensions** node will no longer be able to be used. The setting, **Only allow console extensions that are approved for the hierarchy**, is `enabled` by default if you installed from the [2103 baseline image](updates.md#bkmk_Baselines). The setting remains `disabled` by default, if you upgraded from a version prior to 2103. If the setting was enabled in error, disabling the setting allows the old style extensions to be used again.
3535
36+
## Prerequisites
37+
38+
The Configuration Manager console needs to be able to connect to the [administration service](../../../develop/adminservice/set-up.md) and the administration service needs to be functional. <!--1104776-->
3639

3740
[!INCLUDE [console extensions node](includes/console-extensions-node.md)]
3841

memdocs/configmgr/develop/adminservice/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is the administration service
33
titleSuffix: Configuration Manager
44
description: Use the Configuration Manager administration service REST API to interact with the site over an HTTPS OData connection.
5-
ms.date: 12/07/2021
5+
ms.date: 12/21/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: overview
@@ -43,7 +43,9 @@ Configuration Manager natively uses the administration service for the following
4343

4444
- Microsoft Endpoint Manager [tenant attach](../../tenant-attach/device-sync-actions.md)
4545

46-
- [Community hub](../../core/servers/manage/community-hub.md) (version 2006 and later)
46+
- [Community hub](../../core/servers/manage/community-hub.md)
47+
48+
- [Managing console extensions](../../core/servers/manage/admin-console-extensions.md)<!--1104776-->
4749

4850
In addition, you can develop custom solutions with the administration service, for example:
4951

memdocs/configmgr/tenant-attach/device-sync-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft Endpoint Manager tenant attach
33
titleSuffix: Configuration Manager
44
description: Upload your Configuration Manager devices to the cloud service and take actions from the admin center.
5-
ms.date: 12/01/2021
5+
ms.date: 12/21/2021
66
ms.topic: conceptual
77
ms.prod: configuration-manager
88
ms.technology: configmgr-core
@@ -38,6 +38,8 @@ Microsoft Endpoint Manager is an integrated solution for managing all of your de
3838

3939
- At least one Intune license for you as the administrator to access the Microsoft Endpoint Manager admin center. <!--10254915-->
4040

41+
- The [administration service](../develop/adminservice/overview.md) in Configuration Manager needs to be set up and functional. <!--1104776-->
42+
4143
- The user accounts triggering device actions have the following prerequisites:
4244
- The user account needs to be a synced user object in Azure AD (hybrid identity). This means that the user is synced to Azure Active Directory from Active Directory.
4345
- For Configuration Manager version 2103, and later: </br>

memdocs/intune/protect/compliance-use-custom-settings.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ After you’ve deployed custom compliance settings and devices have reported bac
4848

4949
## Prerequisites
5050

51-
- **Azure Active Directory (Azure AD) joined** – Devices that are not Azure AD joined are evaluated as not applicable.
51+
- **Azure Active Directory (Azure AD) joined** devices, *including* hybrid Azure AD-joined devices.
52+
53+
Hybrid Azure AD-joined devices are devices that are joined to Azure AD and also joined to on-premises Active Directory. For more information, see [Plan your hybrid Azure AD join implementation](/azure/active-directory/devices/hybrid-azuread-join-plan).
54+
55+
Devices that are not Azure AD joined or hybrid Azure AD-joined are evaluated as not applicable.
5256

5357
- **PowerShell discovery script** - This is a script that you create that runs on a device to discover the custom settings defined in your JSON file and returns the configuration value of those settings to Intune. You’ll upload your script to the Microsoft Endpoint Manager admin center before you create a compliance policy and then select the script you want to use when creating a policy.
5458

@@ -133,4 +137,4 @@ Policies support the use of a single PowerShell script. However, each script sup
133137

134138
- [Create a JSON for custom compliance](../protect/compliance-custom-json.md)
135139
- [Create a PowerShell script for discovery of custom compliance settings](../protect/compliance-custom-script.md)
136-
- [Create a compliance policy](../protect/create-compliance-policy.md)
140+
- [Create a compliance policy](../protect/create-compliance-policy.md)

memdocs/intune/remote-actions/device-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Depending on the carrier used by the devices, not all details might be collected
118118

119119
> [!Note]
120120
> For Windows 10 devices that are registered with [Windows Autopilot service](../../autopilot/add-devices.md), Enrolled date might display the time when devices were registered with Autopilot instead of the time when they were enrolled.
121-
> For Android Enterprise corporate-owned work profile and fully managed devices, reporting for Phone number is not supported.
121+
> For Android Enterprise corporate-owned work profile devices, reporting for phone number is not supported. For Android Enterprise fully managed and dedicated devices, reporting for phone number is supported; however, certain SIM cards will not write the data and therefore the phone number won't get reported in those cases.
122122
123123
## Next steps
124124

0 commit comments

Comments
 (0)