以管理员身份运行如下PowerShell命令,清除Skype for Business缓存记录

 

#以管理员身份运行如下PowerShell命令,清除Skype for Business缓存记录
Stop-Process -Name "lync*"
Stop-Process -Name "outlook*"
Stop-Process -Name "UcMapi*"
Remove-Item –path "$env:USERPROFILE\appdata\Local\Microsoft\Office\16.0\Lync\*" –recurse
Get-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Lync\*" -Include *@*| Remove-Item -Recurse
Get-Item -Path "HKCU:\Software\Microsoft\*" -Include MSOIdentityCRL | Remove-Item -Recurse
Get-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity\Identities\*" -Include *adal*| Remove-Item -Recurse
Get-Item "cert:\CurrentUser\My\*" | Where-Object {$_.Issuer -like "CN=Communications Server"} | Remove-Item 

 

Skype for business-Screen sharing option not available

 

 

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2021-06-01
  • 2021-12-30
  • 2021-07-10
  • 2021-04-04
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-14
  • 2021-12-13
  • 2021-04-11
相关资源
相似解决方案