Skip to content

Commit 60a6b08

Browse files
committed
Updated GUID references
1 parent 62f1ad5 commit 60a6b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-desktop/uri-scheme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Here's the list of currently supported commands for *ms-avd* and their correspon
5151
| workspaceid | Object ID (GUID). | Specify the object ID of a valid workspace.<br /><br />To get the object ID value using PowerShell, see [Retrieve the object ID of a host pool, workspace, application group, or application](powershell-module.md#retrieve-the-object-id-of-a-host-pool-workspace-application-group-or-application). You can also use [Desktop Virtualization REST APIs](/rest/api/desktopvirtualization). |
5252
| resourceid | Object ID (GUID). | Specify the object ID of a published resource contained in the workspace. The value can be for a desktop or Remote App.<br /><br />To get the object ID value using PowerShell, see [Retrieve the object ID of a host pool, workspace, application group, or application](powershell-module.md#retrieve-the-object-id-of-a-host-pool-workspace-application-group-or-application). You can also use [Desktop Virtualization REST APIs](/rest/api/desktopvirtualization). |
5353
| user | User Principal Name (UPN), for example `[email protected]`. | Specify a valid user with access to specified resource. |
54-
| env *(optional)* | **avdrm** (commercial Azure)<br />**avdgov** (Azure Government) | Specify the Azure cloud where resources are located. |
54+
| env *(optional)* | **avdarm** (commercial Azure)<br />**avdgov** (Azure Government) | Specify the Azure cloud where resources are located. |
5555
| version | **0** | Specify the version of the connect URI scheme to use. |
56-
| launchpartnerid *(optional)*| GUID. | Specifies the partner or customer-provided identity (recommend GUID) to enable identification with [Azure Virtual Desktop Diagnostics](diagnostics-log-analytics.md). |
57-
| peeractivityid *(optional)*| GUID. | Specifies the partner or customer-provided activity ID (recommend GUID) to enable troubleshooting with [Azure Virtual Desktop Diagnostics](diagnostics-log-analytics.md). |
56+
| launchpartnerid *(optional)*| GUID. | Specify the partner or customer-provided identity to that you can use to track in [Azure Virtual Desktop Diagnostics](diagnostics-log-analytics.md). We recommend using a GUID, which you can generate with the [New-Guid](/powershell/module/microsoft.powershell.utility/new-guid) PowerShell cmdlet. |
57+
| peeractivityid *(optional)*| GUID. | Specify the partner or customer-provided identity to that you can use to track in [Azure Virtual Desktop Diagnostics](diagnostics-log-analytics.md). We recommend using a GUID, which you can generate with the [New-Guid](/powershell/module/microsoft.powershell.utility/new-guid) PowerShell cmdlet. |
5858

5959
**Example:**
6060
```

0 commit comments

Comments
 (0)