Skip to content

Commit b7d305a

Browse files
committed
Added tabs and other tweaks
1 parent c898887 commit b7d305a

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@
219219
href: configure-host-pool-load-balancing.md
220220
- name: Personal desktop assignment type
221221
href: configure-host-pool-personal-desktop-assignment-type.md
222+
- name: Administrative template
223+
href: administrative-template.md
222224
- name: Move resources between regions
223225
href: move-resources.md
224226
- name: Use Azure Virtual Desktop license

articles/virtual-desktop/administrative-template.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ We've created an administrative template for Azure Virtual Desktop to configure
1313
You can configure the following features with the administrative template:
1414

1515
- [Screen capture protection](screen-capture-protection.md)
16-
1716
- [RDP Shortpath for managed networks](rdp-shortpath.md?tabs=managed-networks)
18-
1917
- [Watermarking](watermarking.md)
2018

2119
## Prerequisites
@@ -32,9 +30,9 @@ You'll need the following permission:
3230

3331
## Add the administrative template
3432

35-
To add the administrative template, follow the steps below in the section for your scenario.
33+
To add the administrative template, select a tab for your scenario and follow the steps below.
3634

37-
### Group Policy in an Active Directory domain
35+
# [Group Policy (AD)](#tab/group-policy-domain)
3836

3937
> [!NOTE]
4038
> These steps assume you're using the [Central Store for Group Policy](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
@@ -47,9 +45,9 @@ To add the administrative template, follow the steps below in the section for yo
4745

4846
1. To verify that the Azure Virtual Desktop administrative template is available, browse to **Computer Configuration** > **Policies** > **Administrative Templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Azure Virtual Desktop**. You should see policy settings for Azure Virtual Desktop, as shown in the following screenshot:
4947

50-
:::image type="content" source="media/administrative-template-group-policy.png" alt-text="Screenshot of the Group Policy Editor showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-group-policy.png":::
48+
:::image type="content" source="media/administrative-template-group-policy.png" alt-text="Screenshot of the Group Policy Management Editor showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-group-policy.png":::
5149

52-
### Intune (preview)
50+
# [Intune (preview)](#tab/intune)
5351

5452
1. Download the latest [Azure Virtual Desktop administrative template files](https://aka.ms/avdgpo) and extract the contents of the .cab file and .zip archive.
5553

@@ -62,19 +60,19 @@ To add the administrative template, follow the steps below in the section for yo
6260
>
6361
> 1. Remove the following lines, then save the file:
6462
>
65-
> ```xml
66-
> <using prefix="terminalserver" namespace="Microsoft.Policies.TerminalServer" />
67-
> ```
63+
> ```xml
64+
> <using prefix="terminalserver" namespace="Microsoft.Policies.TerminalServer" />
65+
> ```
6866
>
69-
> ```xml
70-
> <parentCategory ref="terminalserver:TS_TERMINAL_SERVER" />
71-
> ```
67+
> ```xml
68+
> <parentCategory ref="terminalserver:TS_TERMINAL_SERVER" />
69+
> ```
7270
7371
1. To verify that the Azure Virtual Desktop administrative template is available, [create a profile using the the imported administrative template](/mem/intune/configuration/administrative-templates-import-custom#create-a-profile-using-your-imported-files). For **Configuration settings**, browse to **Computer Configuration** > **Azure Virtual Desktop**. You should see configuration settings for Azure Virtual Desktop, as shown in the following screenshot:
7472
75-
:::image type="content" source="media/administrative-template-intune.png" alt-text="Screenshot of the Group Policy Editor showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-intune.png":::
73+
:::image type="content" source="media/administrative-template-intune.png" alt-text="Screenshot of Intune profile configuration settings showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-intune.png":::
7674
77-
### Local Group Policy
75+
# [Local Group Policy](#tab/local-group-policy)
7876
7977
1. Download the latest [Azure Virtual Desktop administrative template files](https://aka.ms/avdgpo) and extract the contents of the .cab file and .zip archive.
8078
@@ -84,4 +82,14 @@ To add the administrative template, follow the steps below in the section for yo
8482
8583
1. To verify that the Azure Virtual Desktop administrative template is available, browse to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Azure Virtual Desktop**. You should see policy settings for Azure Virtual Desktop, as shown in the following screenshot:
8684
87-
:::image type="content" source="media/administrative-template-group-policy.png" alt-text="Screenshot of the Group Policy Editor showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-group-policy.png":::
85+
:::image type="content" source="media/administrative-template-group-policy.png" alt-text="Screenshot of the Local Group Policy Editor showing Azure Virtual Desktop policy settings." lightbox="media/administrative-template-group-policy.png":::
86+
87+
---
88+
89+
## Next steps
90+
91+
Learn how to use the administrative template with the following features:
92+
93+
- [Screen capture protection](screen-capture-protection.md)
94+
- [RDP Shortpath for managed networks](rdp-shortpath.md?tabs=managed-networks)
95+
- [Watermarking](watermarking.md)

articles/virtual-desktop/watermarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Watermarking (preview), alongside [screen capture protection](screen-capture-pro
1616

1717
Here's a screenshot showing what watermarking looks like when it's enabled:
1818

19-
:::image type="content" source="media/watermarking-result.png" alt-text="A screenshot showing watermarking enabled on a remote desktop." lightbox="media/watermarking-result.svg":::
19+
:::image type="content" source="media/watermarking-result.png" alt-text="A screenshot showing watermarking enabled on a remote desktop." lightbox="media/watermarking-result.png":::
2020

2121

2222
> [!IMPORTANT]

0 commit comments

Comments
 (0)