共用方式為


移除憑證

適用於:no-img-13 2013no-img-16 2016no-img-19 2019yes-img-seSubscription Edition no-img-sopSharePoint in Microsoft 365

SharePoint 支援透過 Remove-SPCertificate PowerShell Cmdlet 移除憑證。

  • 根據預設,如果目前已將憑證指派給 SharePoint 物件,SharePoint 將不允許您移除該憑證。 如果您想要強制移除憑證,則必須覆寫默認行為。 如果您覆寫預設行為,則會清除憑證的現有指派。
  • 憑證和任何與該憑證相關聯的私鑰,都會從 SharePoint 伺服器陣列中每部伺服器上的 Windows 證書存儲中移除。
  • 憑證及其相關聯的任何私鑰都會從 SharePoint 組態資料庫中移除。
  • 任何先前透過 SharePoint 系統管理介面從憑證導出的專案都不會移除。 那些導出的檔案仍然存在。

使用 Cmdlet Remove-SPCertificate 從 SharePoint 移除憑證。

例如:

Remove-SPCertificate [-Identity] <SPServerCertificatePipeBind> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

Cmdlet 參數為:

參數 描述
[身分識別] 要從 SharePoint 移除的憑證。
指定應該從 SharePoint 移除憑證,即使憑證目前已指派給 SharePoint 物件也一般。 如果指定此參數,也會清除憑證的任何現有指派。 如果未指定此參數,且憑證已指派給 SharePoint 物件,則作業將會失敗。

例如:

Remove-SPCertificate -Identity "Contoso SharePoint (2020)"