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 an Endpoint Protection point in Microsoft System Center 2012 Configuration Manager. For more information about Endpoint Protection in Microsoft System Center 2012 Configuration Manager, see the Endpoint Protection in Configuration Manager topic in the TechNet library at https://go.microsoft.com/fwlink/?LinkId=268427.
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 "CM01" -SiteSystemName "CMServer01.Contoso.com"