Get-CMEndpointProtectionPoint

Get-CMEndpointProtectionPoint

Gets an Endpoint Protection point.

Syntax

Parameter Set: SearchByName
Get-CMEndpointProtectionPoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMEndpointProtectionPoint cmdlet gets a System Center 2012 Endpoint Protection point in Microsoft System Center 2012 SP1 Configuration Manager. For more information about Endpoint Protection in Microsoft System Center 2012 SP1 Configuration Manager, see Endpoint Protection in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=268427) on TechNet.

Parameters

-SiteCode<String>

Specifies a site code.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the fully qualified domain name (FQDN) of the server that hosts the site system role.

Aliases

none

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 an Endpoint Protection point

This command gets an Endpoint Protection point.

PS C:\> Get-CMEndpointProtectionPoint -SiteCode "CM1" -SiteSystemServerName "CMServer01.Contoso.com" 

Add-CMEndpointProtectionPoint

Remove-CMEndpointProtectionPoint

Set-CMEndpointProtectionPoint

Endpoint Protection in Configuration Manager