Remove-SPWOPIBinding

删除应用程序、文件扩展名及其在运行此 cmdlet 的当前 SharePoint 场上的关联作的绑定。

语法

Identity

Remove-SPWOPIBinding
    [[-Identity] <SPWopiBindingPipeBind>]
    [-AssignmentCollection <SPAssignmentCollection>]
    [-Confirm]
    [-WhatIf]
    [<CommonParameters>]

Filter

Remove-SPWOPIBinding
    [-Action <String>]
    [-Application <String>]
    [-AssignmentCollection <SPAssignmentCollection>]
    [-Confirm]
    [-Extension <String>]
    [-ProgId <String>]
    [-Server <String>]
    [-WhatIf]
    [-WOPIZone <String>]
    [<CommonParameters>]

RemoveAll

Remove-SPWOPIBinding
    [-All]
    [-AssignmentCollection <SPAssignmentCollection>]
    [-Confirm]
    [-WhatIf]
    [<CommonParameters>]

说明

cmdlet Remove-SPWOPIBinding 在运行此 cmdlet 的当前 SharePoint 场上删除应用程序、文件扩展名及其关联作的绑定。 运行此 cmdlet 后,可以使用 New-SPWOPIBinding 根据需要重新创建绑定。 如果删除应用程序的所有绑定,则用户无法使用该应用程序的 Office Web 应用或 SharePoint Share by 链接功能。 如果删除运行此 cmdlet 的 SharePoint 场上的所有绑定,则用户无法对 SharePoint 库中的任何应用程序使用 Office Web 应用或 SharePoint Share by 链接功能。

如果要停止使用 Office Web 应用进行默认单击,但必须保留绑定的发现信息和用户能够使用 SharePoint Share by 链接功能向文档发送链接并允许收件人使用该文档类型的 Office Web 应用,请改用 New-SPWOPISuppression cmdlet。

有关适用于 SharePoint 产品的 Windows PowerShell 的权限和最新信息,请参阅 SharePoint Server cmdlet

示例

示例 1

Remove-SPWOPIBinding -Application "Excel"

此示例删除运行此 cmdlet 的当前 SharePoint 场上 Excel 的所有绑定。

示例 2

Remove-SPWOPIBinding -All:$true

此示例将删除运行此 cmdlet 的当前 SharePoint 场上的所有绑定。

示例 3

Get-SPWOPIBinding -Action "MobileView" | Remove-SPWOPIBinding

此示例将删除运行此 cmdlet 的当前 SharePoint 场上的 Office Mobile Web Apps 的所有绑定。

参数

-Action

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的操作。 例如,“view”、“edit”和“embedview”。对于作列表,请运行 Get-SPWOPIBinding。 最通常的情况下,您将不使用此参数。 如果您指定某些操作而非其他操作,则 SharePoint 中的一些功能将不起作用。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-All

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

删除所有绑定。

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False

参数集

RemoveAll
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Application

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的应用程序。 可能的应用程序如下:“Word”、“Excel”、“PowerPoint”或“OneNote”。运行 Get-SPWOPIBinding 以获取应用程序列表。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-AssignmentCollection

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

管理对象以便正确进行处理。 使用 SPWeb 或 SPSite 等对象可能会耗用大量内存,而且在 Windows PowerShell 脚本中使用这些对象需要正确管理内存。 通过使用 SPAssignment 对象,可以将对象分配给变量,然后在不需要这些对象时对它们进行处理,以释放内存。 在使用 SPWeb、SPSite 或 SPSiteAdministration 对象时,如果不使用分配集合或 Global 参数,则会自动处理这些对象。

使用全局参数时,所有对象均包含在全局存储中。 如果未立即使用对象,或未通过使用 Stop-SPAssignment 命令来处理对象,则可能会发生内存不足的情况。

参数属性

类型:SPAssignmentCollection
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:True
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Confirm

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

执行命令前,看到确认提示。 有关详细信息,请键入以下命令: get-help about_commonparameters

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False
别名:cf

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Extension

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的文件扩展名。 运行 Get-SPWOPIBinding 以获取文件扩展名的列表。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Identity

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定绑定。

参数属性

类型:SPWopiBindingPipeBind
默认值:None
支持通配符:False
不显示:False

参数集

Identity
Position:1
必需:False
来自管道的值:True
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ProgId

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的应用程序的编程标识符 (ProgID)。 运行 Get-SPWOPIBinding 以获取 ProgID 列表。 您可能只希望使用此参数来删除 OneNote 的绑定。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Server

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的 WOPI 应用程序(如 Office Web Apps Server)的名称。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-WhatIf

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

显示一条描述命令作用的消息,而不执行命令。 有关详细信息,请键入以下命令:get-help about_commonparameters

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False
别名:无线

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-WOPIZone

适用:SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要为其删除绑定的区域。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

Filter
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters