Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
If the removal of the Trusted Application configurations is required it is possible to do so by executing the following two lines in a powershell instance on the Front End:
Get-CsTrustedApplicationPool | Where-Object {$_.Applications -like "*SkypeShield*"} | Remove-CsTrustedApplicationPool -force
Get-CsTrustedApplicationPool | Where-Object {$_.Applications -like "*sipfiltertrustedapp*"} | Remove-CsTrustedApplicationPool -force
Enable-CSTopology