Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Backup the Bastion folder so we have a fallback option in case of an issue.
    Default location is C:\Agat\Bastion

  2. Stop the Bastion service:

    Code Block
    languagepowershell
    Stop-Service Bastion
  3. Go the filters folder in C:\Agat\Bastion\filterfilters

  4. For each folder with the lync_access_control.dll, replace it with the one provided to you by Agat support.

    Image RemovedImage Added
  5. Start the Bastion service

    Code Block
    languagepowershell
    Start-Service Bastion

...

  1. Open the latest log file of the LAC. Default location is C:\Agat\Logs\Lync_Access_Control

  2. 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:

  3. Open the Bastion.xml file, default location is: C:\Agat\Bastion\Bastion.xml

  4. Take a look at the take skype and grab Copy one of the hosts therein the skype channel

    Send

  5. a health check request to From an external client (not the Bastion using ) enter the following PowerShell commandURL in the browser:

    Code Block
    Invoke-WebRequest https://<<host in channel>> -Proxy http[s]://localhost
    Verify that the status code is 200
    Image Removed
    /skypeshieldhealth


    The following should be the expected response

    Image Added