RTCLauncher Installation Appendix - Trusted Endpoint Scripts Current: A3 Powershell - Remove trusted applications and endpoints A3 Powershell - Remove trusted applications and endpoints $trustedAppPattern = "" Get-CsTrustedApplication | Where-Object -Property ApplicationId -Like $trustedAppPattern | Remove-CsTrustedApplication POWERSHELL ×