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/develop/core/servers/console/console-extension-deployment.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
@@ -27,6 +27,9 @@ The deployment of a typical Configuration Manager extension has to account for a
27
27
|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|
28
28
|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|
29
29
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
+
30
33
You must also perform the following tasks during installing and uninstalling actions.
Copy file name to clipboardExpand all lines: memdocs/intune/remote-actions/device-restart.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
@@ -40,7 +40,7 @@ The **Restart** device action causes the device you choose to be restarted (with
40
40
- Windows - Supported on Windows 8.1 and later
41
41
> [!Note]
42
42
> 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).
44
44
- Android Enterprise dedicated devices - Supported on Android 8.0 and later
45
45
- Android Enterprise fully managed devices - Supported on Android 8.0 and later
46
46
- 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
59
59
60
60
## Next steps
61
61
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**.
Copy file name to clipboardExpand all lines: windows-365/enterprise/identity-authentication.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,14 @@ A device can also have an identity which is determined by its join type to Azure
43
43
44
44
## Identity types
45
45
46
-
There are two identity types:
46
+
There are three identity types:
47
47
48
48
-**[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.
49
49
-**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.
0 commit comments