...
Backup the Bastion folder so we have a fallback option in case of an issue.
Default location isC:\Agat\Bastion
Stop the Bastion service:
Code Block language powershell Stop-Service Bastion
Go the filters folder in
C:\Agat\Bastion\filterfilters
For each folder with the
lync_access_control.dll
, replace it with the one provided to you by Agat support.Start the Bastion service
Code Block language powershell Start-Service Bastion
...
Open the latest log file of the LAC. Default location is
C:\Agat\Logs\Lync_Access_Control
Take a look at the initialization entries and verify that there are no issues.
If you are unable to find it because there’s a lot of traffic, search for======
in the log:Open the Bastion.xml file, default location is:
C:\Agat\Bastion\Bastion.xml
Take a look at the take skype and grab Copy one of the hosts therein the skype channel
Send
a health check request to From an external client (not the Bastion using ) enter the following PowerShell commandURL in the browser:
Verify that the status code is 200Code Block Invoke-WebRequest https://<<host in channel>> -Proxy http[s]://localhost
/skypeshieldhealth
The following should be the expected response