共用方式為


Add-CMEndpointProtectionPoint

新增 Endpoint Protection 的月台系統角色。

語法

Add-CMEndpointProtectionPoint
   -InputObject <IResultObject>
   [-LicenseAgreed <Boolean>]
   -ProtectionService <MapsMembershipType>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Add-CMEndpointProtectionPoint
   [-LicenseAgreed <Boolean>]
   -ProtectionService <MapsMembershipType>
   [-SiteCode <String>]
   [-SiteSystemServerName] <String>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Add-CMEndpointProtectionPoint Cmdlet 會將 System Center 2016 Endpoint Protection 的月台系統角色新增至 Configuration Manager 月臺。

Endpoint Protection 可讓您在 Configuration Manager 中管理用戶端電腦的反惡意代碼原則和 Windows 防火牆安全性。 若要搭配 Configuration Manager 使用 Endpoint Protection,您必須在中央月臺或獨立主要站台中安裝 Endpoint Protection 的單一月臺系統角色。 如需 Configuration Manager 中 Endpoint Protection 的詳細資訊,請參閱 Configuration Manager 中的 Endpoint Protection

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:新增站台系統角色

PS XYZ:\>Add-CMEndpointProtectionPoint -LicenseAgreed $True -ProtectionService BasicMembership -SiteCode "CM1" -SiteSystemServerName "CMEPPoint.Western.Contoso.com"

此命令會為具有月臺碼 CM1 的月臺新增 Endpoint Protection 點。 指定的計算機會裝載角色。 命令也會指定您接受許可協議的條款,並具有 Endpoint Protection 的基本成員資格。

參數

-Confirm

執行 Cmdlet 之前提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

指定這個 Cmdlet 的輸入。 您可以使用此參數,也可以使用管線將輸入傳送至此 Cmdlet。

類型:IResultObject
別名:SiteServer
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-LicenseAgreed

指定您是否同意 Endpoint Protection 軟體授權條款。

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ProtectionService

指定您Microsoft Active Protection Service (MAPS) 的成員資格類型。 有效值為:

  • AdvancedMembership
  • BasicMembership
  • DoNotJoinMaps
類型:MapsMembershipType
接受的值:DoNotJoinMaps, BasicMembership, AdvancedMembership
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SiteCode

指定 Configuration Manager 月臺的月臺碼。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SiteSystemServerName

指定裝載月台系統角色的伺服器名稱。

類型:String
別名:Name, ServerName
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

輸出

IResultObject