Skip to content

Commit 26ca5f5

Browse files
author
Thomas Raya
authored
Merge pull request #7082 from MicrosoftDocs/main
Publish 03/22/2022, 10:30 AM
2 parents 1f3ad17 + d23c3c2 commit 26ca5f5

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

memdocs/configmgr/develop/core/servers/console/console-extension-deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The deployment of a typical Configuration Manager extension has to account for a
2727
|Nodes|%ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin for the assembly<br /><br /> %*ProgramFiles*%Microsoft Endpoint Manager\AdminConsole\XmlStorage\Extensions\Nodes for the node XML files|
2828
|ManagementClasses|%ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin for the assembly<br /><br /> %ProgramFiles%Microsoft Endpoint Manager\AdminConsole\XmlStorage\Extensions\ManagementClasses for the management classes XML files|
2929

30+
> [!IMPORTANT]
31+
> Placing your assemblies and dependencies in the %ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin folder may create conflicts with other console extensions and prevent your extension from loading.
32+
3033
You must also perform the following tasks during installing and uninstalling actions.
3134

3235
## Custom Actions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The **Restart** device action causes the device you choose to be restarted (with
4040
- Windows - Supported on Windows 8.1 and later
4141
> [!Note]
4242
> Windows attempts to show the user a message with the following text: "Your device administrator has scheduled a reboot." The message is shown when the 5 minute restart counter is started. Restart of Windows devices immediately requires push notifications via Windows Notification Services (WNS).
43-
> For more information on WNS, see [Network Endpoint Requirements](../fundamentals/intune-endpoints.md#windows-push-notification-services-wns).
43+
> For more information on WNS, see [Network Endpoint Requirements](/mem/intune/fundamentals/intune-endpoints#windows-push-notification-services-wns).
4444
- Android Enterprise dedicated devices - Supported on Android 8.0 and later
4545
- Android Enterprise fully managed devices - Supported on Android 8.0 and later
4646
- Android Enterprise corporate-owned with work profile devices - Not supported
@@ -59,4 +59,4 @@ The **Restart** device action causes the device you choose to be restarted (with
5959

6060
## Next steps
6161

62-
- To see the status of the **Restart** device action, select **Devices** > **Device actions**.
62+
- To see the status of the **Restart** device action, select **Devices** > **Device actions**.

windows-365/enterprise/identity-authentication.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ A device can also have an identity which is determined by its join type to Azure
4343

4444
## Identity types
4545

46-
There are two identity types:
46+
There are three identity types:
4747

4848
- **[Hybrid identity](/azure/active-directory/hybrid/whatis-hybrid-identity)**: Users or devices that are created in on-premises Windows Server Active Directory, then synchronized to Azure AD.
4949
- **Cloud-only identity**: Users or devices that are created and only exist in Azure AD.
50+
- **[External identity](/azure/active-directory/external-identities/identity-providers)**: Users who are created and managed outside of your Azure AD tenant but are invited in to your Azure AD tenant to access your organization's resources.
51+
52+
>[!NOTE]
53+
>Windows 365 does not support external identities.
5054
5155
## Device join types
5256

0 commit comments

Comments
 (0)