PowerShell Logo Small

Get-RDFileTypeAssociation



This is the built-in help made by Microsoft for the command 'Get-RDFileTypeAssociation', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Displays the file extensions associated with a RemoteApp program.

SYNTAX


Get-RDFileTypeAssociation [[-CollectionName] <String>] [-AppAlias <String>] [-AppDisplayName <String[]>] [-ConnectionBroker <String>]
[-FileExtension <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDFileTypeAssocation cmdlet displays the file extensions that are associated with a WindowsServer®2008R2 RemoteApp program in the
Remote Desktop deployment.



<

RELATED LINKS

Set-RDFileTypeAssociation

REMARKS

<

Examples


Example 1: Get a file type association by using an alias and a file name extension

PS C:\> Get-RDFileTypeAssociation -AppAlias "iexplore" -FileExtension ".html"



This command gets a file type association by using the file name extension .html and the RemoteApp program whose alias is iexplore.




Example 2: Get a file type association by using a collection name and an application display name

PS C:\> Get-RDFileTypeAssociation -CollectionName "Session Collection" -AppDisplayName "Note*"



This command gets the file type association by using the collection named Session Collection and the names of all RemoteApp programs whose
names begin with the word Note.