Export-ExchangeCertificate Get-DataEncryptionPolicy Get-ExchangeCertificate Get-IRMConfiguration Get-M365DataAtRestEncryptionPolicy Get-M365DataAtRestEncryptionPolicyAssignment Get-MailboxIRMAccess Get-OMEConfiguration Get-OMEMessageStatus Get-RMSTemplate ...
Export-ExchangeCertificate Get-DataEncryptionPolicy Get-ExchangeCertificate Get-IRMConfiguration Get-M365DataAtRestEncryptionPolicy Get-M365DataAtRestEncryptionPolicyAssignment Get-MailboxIRMAccess Get-OMEConfiguration Get-OMEMessageStatus Get-RMSTemplate ...
❌ 如果启用了 PowerShell 序列化有效负载签名,则过期的 身份验证证书 将阻止 Get-ExchangeCertificate cmdlet 返回证书详细信息。 ✅ 如果启用了 PowerShell 序列化有效负载签名,则 Get-ExchangeCertificate cmdlet 在仅安装了 Exchange 管理工具的计算机上执行时不会返回可见值,而不管 身...
Get-ExchangeCertificatecmdlet 不完全支持远程 PowerShell。 建议改用 Exchange 命令行管理程序来查看证书对象的所有属性。 开始前,有必要了解什么? 估计完成时间:少于 5 分钟 连接后,你有权或无权访问的 cmdlet 和参数都将由基于角色的访问控制 (RBAC) 进行控制。 有关详细信息,请参阅Exchange Server 权限。
使用Enable-ExchangeCertificate cmdlet 在 Exchange 服务器上为 Exchange 服务(例如 Internet Information Services (IIS) 、SMTP、POP、IMAP 和统一消息 (UM) )启用现有证书。 一旦为服务启用证书,便无法再禁用。 若要查看用于 Exchange 服务的现有证书,请使用 Get-ExchangeCertificate。 有关以下语法部分的参数设置的...
You can use the Import-ExchangeCertificate cmdlet to import the following types of certificate files on an Exchange server: APKCS #7 certificate or chain of certificates file (.p7b or .p7c) that was issued by a certification authority (CA). PKCS #7 is t
You can use the Import-ExchangeCertificate cmdlet to import the following types of certificate files on an Exchange server: APKCS #7 certificate or chain of certificates file (.p7b or .p7c) that was issued by a certification authority (CA). PKCS #7 is t
ExchangePowerShell Commands active-directory antispam-antimalware client-access client-access-servers database-availability-groups defender-for-office-365 devices email-addresses-and-address-books encryption-and-certificates Commands Enable-ExchangeCertificate Export-ExchangeCertificate Get-DataEncryptionPolicy Get-...
# Create certificate$mycert=New-SelfSignedCertificate-DnsName"ITPro.cc"-CertStoreLocation"cert:\CurrentUser\My"-NotAfter(Get-Date).AddYears(1)-KeySpec KeyExchange# Export certificate to .pfx file$mycert|Export-PfxCertificate-FilePath mycert.pfx-Password $(ConvertTo-SecureString-String"P@ssw0Rd12...
$password = Get-Credential Import-ExchangeCertificate –FileData $data –Password $password 在这个示例中,首先文件被读入到变量$data中。而证书的导入是使用命令import-ExchangeCertificate命令,通过分配$data变量作为-FileData参数的值。 有很多的Exchange Management Shell需要用到-FileData参数,例如: ...