Microsoft Graph API - 如何更新 userSMIMECertificate
Microsoft Graph API - How to update userSMIMECertificate
是否可以使用图形更新 Azure 活动目录中用户的 userSMIMECertificate 对象 API?
您无法使用 Microsoft Graph API 更新 userSMIMECertificate。
您可以使用 PowerShell cmdlet set-aduser
更多信息,请参考以下链接:
Update Active Directory user fields with powershell scrip
Powershell return true/false on property value, not the value
无法使用图表 API 将用户 SMIME 证书上传到 AAD/Office365。唯一可行的解决方案是使用 Set-Mailbox PowerShell 命令行开关并设置参数 -UserSMimeCertificate
上传 SMIME 证书
是否可以使用图形更新 Azure 活动目录中用户的 userSMIMECertificate 对象 API?
您无法使用 Microsoft Graph API 更新 userSMIMECertificate。
您可以使用 PowerShell cmdlet set-aduser
更多信息,请参考以下链接:
Update Active Directory user fields with powershell scrip
Powershell return true/false on property value, not the value
无法使用图表 API 将用户 SMIME 证书上传到 AAD/Office365。唯一可行的解决方案是使用 Set-Mailbox PowerShell 命令行开关并设置参数 -UserSMimeCertificate
上传 SMIME 证书