PowerShell Logo Small

Remove-RDRemoteApp



This is the built-in help made by Microsoft for the command 'Remove-RDRemoteApp', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes a RemoteApp program.

SYNTAX


Remove-RDRemoteApp [-CollectionName] <String> [-ConnectionBroker <String>] [-Force] -Alias <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-RDRemoteApp cmdlet removes a Windows Server 2012 RemoteApp program from a Remote Desktop deployment.


RemoteApp allows Remote Desktop Services (RDS) to run a program remotely that appears as if it runs locally on a client computer. A RemoteApp program runs in its own
resizable window and has its own entry on the taskbar.


When you remove a RemoteApp program, users can no longer use that program as part of a Remote Desktop deployment. This cmdlet does not delete the program executable.



<

RELATED LINKS