Skip to content

Commit c4f7b5e

Browse files
committed
Minor tweak
1 parent a5260bd commit c4f7b5e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/virtual-desktop/install-windows-client-per-user.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ Here's how to install the client on a per-user basis using a PowerShell script w
5555
|--|--|
5656
| Install command | `powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Install.ps1` |
5757
| Uninstall command | `powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Uninstall.ps1` |
58-
| Install behavior | Select **User** |
59-
| Operating system architecture | Select **64-bit** |
60-
| Detection rules format | Select **Manually configure detection rules** |
61-
| Detection rule type | Select **File** |
58+
| Install behavior | Select **User**. |
59+
| Operating system architecture | Select **64-bit**. |
60+
| Detection rules format | Select **Manually configure detection rules**. |
61+
| Detection rule type | Select **File**. |
6262
| Detection rule path | `%LOCALAPPDATA%\Programs\Remote Desktop\` |
6363
| Detection rule file or folder | `msrdc.exe` |
64-
| Detection method | Select **File or folder exists** |
65-
| Assignments | Assign to users you want to use the Remote Desktop client |
64+
| Detection method | Select **File or folder exists**. |
65+
| Assignments | Assign to users you want to use the Remote Desktop client. |
6666

6767
#### [Configuration Manager](#tab/configmgr)
6868

@@ -88,17 +88,17 @@ Here's how to install the client on a per-user basis using a PowerShell script w
8888

8989
| Parameter | Value/Description |
9090
|--|--|
91-
| Deployment type | Select **Script Installer** |
92-
| Content location | Enter the UNC path to the new folder you created |
91+
| Deployment type | Select **Script Installer**. |
92+
| Content location | Enter the UNC path to the new folder you created. |
9393
| Installation program | `powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Install.ps1` |
9494
| Uninstall program | `powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Uninstall.ps1` |
95-
| Detection method | Select **Configure rules to detect the presence of this deployment type** |
96-
| Detection rule setting type | Select **File System** |
97-
| Detection rule type | Select **File** |
95+
| Detection method | Select **Configure rules to detect the presence of this deployment type**. |
96+
| Detection rule setting type | Select **File System**. |
97+
| Detection rule type | Select **File**. |
9898
| Detection rule path | `%LOCALAPPDATA%\Programs\Remote Desktop\` |
9999
| Detection rule file or folder name | `msrdc.exe` |
100-
| Detection rule criteria | Select **The file system setting must exist on the target system to indicate presence of this application** |
101-
| Installation behavior | Select **Install for user** |
100+
| Detection rule criteria | Select **The file system setting must exist on the target system to indicate presence of this application**. |
101+
| Installation behavior | Select **Install for user**. |
102102

103103
1. Follow the steps in [Deploy applications with Configuration Manager](/mem/configmgr/apps/deploy-use/deploy-applications) to deploy the Remote Desktop client to your users.
104104

0 commit comments

Comments
 (0)