mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Deep Link examples are wrong (text wrapped)
The following examples are technically accurate, but unlike the preview here where they display correctly as two seperate line items: **ms-device-enrollment:?mode=mdm** **ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>** When viewing the page externally they are 'appended' to each other and wrapped, which is misleading as it makes them appear to be one long command as follows: **ms-device-enrollment:?mode=mdm ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>** Can we please fix the layout to ensure they appear as follows: (also, perhaps we can change the mode=mdm in the first line to mode=awa just to provide some variety in the examples please) **ms-device-enrollment:?mode=mdm** **ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
This commit is contained in:
parent
7d4ec1cf37
commit
de1e07ad50
@ -313,7 +313,7 @@ The deep link used for connecting your device to work will always use the follow
|
||||
> **Note** Deep links only work with Internet Explorer or Edge browsers.
|
||||
When connecting to MDM using a deep link, the URI you should use is
|
||||
|
||||
**ms-device-enrollment:?mode=mdm**
|
||||
**ms-device-enrollment:?mode=mdm**
|
||||
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
|
||||
|
||||
The following procedure describes how users can connect their devices to MDM using deep links.
|
||||
|
Loading…
x
Reference in New Issue
Block a user