Skip to content

Commit 0971a84

Browse files
committed
Learn Editor: Update cloud-services-role-enable-remote-desktop-powershell.md
1 parent 10a7498 commit 0971a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/cloud-services/cloud-services-role-enable-remote-desktop-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Remove-AzureServiceRemoteDesktopExtension -ServiceName $servicename -UninstallCo
9292
> [!NOTE]
9393
> To completely remove the extension configuration, you should call the *remove* cmdlet with the **UninstallConfiguration** parameter.
9494
>
95-
> The **UninstallConfiguration** parameter uninstalls any extension configuration that is applied to the service. Every extension configuration is associated with the service configuration. Calling the *remove* cmdlet without **UninstallConfiguration** disassociates the <mark>deployment</mark> from the extension configuration, thus effectively removing the extension. However, the extension configuration remains associated with the service.
95+
> The **UninstallConfiguration** parameter uninstalls any extension configuration that is applied to the service. Every extension configuration is associated with the service configuration. Calling the *remove* cmdlet without **UninstallConfiguration** disassociates the **deployment** from the extension configuration, thus effectively removing the extension. However, the extension configuration remains associated with the service.
9696
9797
## Additional resources
9898

0 commit comments

Comments
 (0)