Page MenuHomePhabricator

SfB Client Cleanup script
ActivePublic

Authored by xander on Aug 29 2020, 17:46.
Tags
  • Restricted Project
Referenced Files
F387031: SfB Client Cleanup script
Sep 30 2020, 19:06
F387024: SfB Cleanup script
Aug 29 2020, 17:48
F387023: SfB Cleanup script
Aug 29 2020, 17:46
Subscribers
Remove-Item -Path "HKCU:\SOFTWARE\Microsoft\Office\16.0\Lync" -Recurse
Remove-Item -Path "$Env:LocalAppData\Microsoft\Office\16.0\Lync" -Recurse
Remove-Item -Path "$Env:UserProfile\AppData\Roaming\Microsoft\Office\16.0\Lync" -Recurse
Get-ChildItem Cert:\LocalMachine\My | Where-Object { $_.Issuer -match 'Communications Server' } | Remove-Item

Event Timeline

xander created this object with visibility "Restricted Project (Project)".
xander created this object with edit policy "Restricted Project (Project)".
xander edited the content of this paste. (Show Details)
xander changed the title of this paste from SfB Cleanup script to SfB Client Cleanup script.Sep 3 2020, 12:36

I just changed the script to make it also remove the certificates issued by Communications Server from the local certificate store.
With kind regards to https://stackoverflow.com/a/37229338/2378368.

xander changed the visibility from "Restricted Project (Project)" to "Public (No Login Required)".Nov 24 2020, 18:19