Jump to content

CarlStalhood

Members
  • Joined

  • Last visited

  1. Maximilian Lorich started following CarlStalhood
  2. Maybe this new feature - https://docs.citrix.com/en-us/citrix-daas/hdx-transport/hdx-direct.html
  3. I don't see that policy setting in Studio, but I see it in a GPO that has the Citrix Policies plug-in.
  4. It means that MCS created the VM. I'm guessing you are trying to use a MCS-created machine as a master image. In that case, remove the attribute.
  5. What is your question? Here's another guide - https://www.carlstalhood.com/citrix-gateway-rdp-proxy/
  6. See https://support.citrix.com/article/CTX573346/sessions-not-logging-out-after-enabling-shellbridge
  7. Have you tried binding authorization policies directly to the Gateway Virtual Server?
  8. I think bypassSafetyCheck was removed from recent firmware versions.
  9. Add parentheses around related expressions to make sure they are evaluated before combining with other expressions. For example: (HTTP.REQ.HOSTNAME.CONTAINS(\"s4-preprod.bock.aurora.ab-inbev.com\") && HTTP.REQ.HEADER(\"X-ORIGINAL-HOST\").CONTAINS(\"one.ofc.loc\")) || (HTTP.REQ.HOSTNAME.CONTAINS(\"s4-preprod.bock.aurora.ab-inbev.com\") && HTTP.REQ.HEADER(\"X-ORIGINAL-HOST\").CONTAINS(\"ab-inbev.com\")) || (HTTP.REQ.HOSTNAME.CONTAINS(\"s4-preprod.bock.aurora.ab-inbev.com\") && HTTP.REQ.HEADER(\"X-ORIGINAL-HOST\").CONTAINS(\"azure-api.net\")) || ((HTTP.REQ.HOSTNAME.CONTAINS(\"s4-preprod.bock.aurora.ab-inbev.com\") || HTTP.REQ.HOSTNAME.CONTAINS(\"s4-preprod.bock.aurora.ab-inbev.com\")) && HTTP.REQ.FULL_HEADER.CONTAINS(\"BLACKLINE\"))
  10. That usually means that NetScaler can't connect to the StoreFront server.
  11. Are you testing from a browser? Where exactly is the error occurring? Do you see an authentication page from Citrix Gateway? Is Mac Based Forwarding enabled?
  12. I think the SDX config is stored in a database. You can use the Nitro API to query and configure it. https://developer-docs.netscaler.com/en-us/adc-sdx-nitro-api-reference/current-release/configuration/configuration
  13. If you run Get-BrokerDesktopGroup <DesktopGroupName>, what do you see for AutomaticPowerOnForAssigned and AutomaticPowerOnForAssignedDuringPeak? You can set them to $true.
  14. Check HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Ica\Session\5\Connection. The number will vary depending on the session ID.
  15. Configure Delivery Group Power Management (or Autoscale) to power on all machines.
  16. Snapshot or backup the VM before upgrading.