Remove-CMEndpointProtectionPoint

删除 Endpoint Protection 点。

语法

Remove-CMEndpointProtectionPoint
      [-Force]
      -InputObject <IResultObject>
      [-DisableWildcardHandling]
      [-ForceWildcardHandling]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-CMEndpointProtectionPoint
      [-Force]
      [-SiteCode <String>]
      [-SiteSystemServerName] <String>
      [-DisableWildcardHandling]
      [-ForceWildcardHandling]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

说明

Remove-CMEndpointProtectionPoint cmdlet 从 Configuration Manager 中删除 System Center 2016 Endpoint Protection 点。 有关 Configuration Manager 中的 Endpoint Protection 的详细信息,请参阅 Configuration Manager 中的 Endpoint Protection

注意

从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>。 有关详细信息,请参阅 入门

示例

示例 1:删除 Endpoint Protection 点

PS XYZ:\> Remove-CMEndpointProtectionPoint -SiteSystemServerName "CMServer01.Contoso.com" -SiteCode "CM1"

此命令删除 Endpoint Protection 点。

示例 2:使用输入对象删除 Endpoint Protection 点

PS XYZ:\> $EPP = Get-CMEndpointProtectionPoint -SiteCode "CM1" -SiteSystemServerName "CMServer01.Contoso.com"
PS XYZ:\> Remove-CMEndpointProtectionPoint -InputObject $EPP

第一个命令使用 Get-CMEndpointProtectionPoint cmdlet 获取 Endpoint Protection 点对象,并将其分配给变量$EPP。

第二个命令删除分配给变量$EPP的 Endpoint Protection 点对象。

参数

-Confirm

提示你在运行 cmdlet 之前进行确认。

类型:SwitchParameter
别名:cf
Position:Named
默认值:False
必需:False
接受管道输入:False
接受通配符:False

-DisableWildcardHandling

此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Force

强制运行命令而不要求用户确认。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-ForceWildcardHandling

此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-InputObject

指定此 cmdlet 的输入。 若要获取输入对象,请使用 Get-CMEndpointProtectionPoint cmdlet。

类型:IResultObject
别名:EndpointProtectionPoint
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-SiteCode

指定站点代码。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-SiteSystemServerName

指定承载站点系统角色的服务器 (FQDN) 的完全限定域名。

类型:String
别名:Name, ServerName
Position:0
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-WhatIf

显示在 cmdlet 运行时发生的情况。 cmdlet 不会运行。

类型:SwitchParameter
别名:wi
Position:Named
默认值:False
必需:False
接受管道输入:False
接受通配符:False

输入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject