Get-CMRemoteConnectionProfileConfigurationItem

Get-CMRemoteConnectionProfileConfigurationItem

Gets remote connection profiles.

Syntax

Parameter Set: SearchByName
Get-CMRemoteConnectionProfileConfigurationItem [-Name <String[]> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMRemoteConnectionProfileConfigurationItem -Id <String[]> [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Get-CMRemoteConnectionProfileConfigurationItem -InputObject <IResultObject> [ <CommonParameters>]

Detailed Description

The Get-CMRemoteConnectionProfileConfigurationItem cmdlet gets remote connection profiles.

Parameters

-Id<String[]>

Specifies an array of IDs for remote connection profiles.

Aliases

CIId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies a remote connection profile object.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies an array of names of remote connection profiles.

Aliases

LocalizedDisplayName

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get a remote connection profile

This command gets the remote connection profile named Corp_RD_Gateway.

PS C:\> Get-CMRemoteConnectionProfileConfigurationItem -Name "Corp_RD_Gateway" 

Copy-CMRemoteConnectionProfileConfigurationItem

Get-CMRemoteConnectionProfileConfigurationItemXmlDefinition

New-CMRemoteConnectionProfileConfigurationItem

Remove-CMRemoteConnectionProfileConfigurationItem

Set-CMRemoteConnectionProfileConfigurationItem