Jump to content

Jeff Riechers

Members
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Jeff Riechers

  1. This was removed from the environment variables in 2019 and 2022.  So, your best bet is to grab it from a registry query.

     

    It looks like clientname was only available on 2016 for local users, not domain users at some point from software updates.

     

    If you are scripting with powershell, this might work for you.

     

    $sessionID = (Get-Process -PID $pid).SessionID

    $sessionCLIENTNAME = (Get-ItemProperty -path ("HKCU:\Volatile Environment\" + $sessionID) -name "CLIENTNAME").CLIENTNAME

  2. 5 hours ago, Björn Schläfli said:

    I think you don't understand me correctly. 

    I have upm exclusions in use to exclude everything not needed (a user profile is approx. 150 mb in size). Also profiles will be deleted at logoff of course.

    example:

    user logs in, uses edge browser and has to download some vlc files needed for their work. These files have a size of up to 12 gb. If they choose %temp% as download path (although we set the path to user home drive as recommended setting) these files are downloaded to their local profile copy on the server and of course the write cache is then filled. When the user logs out the local profile is deleted and user's %temp% will not be written to profile share because it's excluded. 

     

    The problem here occurs while the user is actively working on the server and writing files to his profile. I cannot remove write access to his profile ? and I cannot set the download path as a must because some of theme need to be able to choose where they want to save downloads.

     

    Is this more understandable?

    We got you.  So if users are breaking out of locations you have selected for things, you may just have to boost the size of the writecache drive. I had to do that recently for a customer that worked with monstrous data sets.  No amount of redirection worked.  Bumping up the writecache drive and thin provisioned in the hypervisor was the only fix.

  3. You're asking for something that usually gets scoped out as a 20-40 hour to start with as a project with most vendors.

     

    You need to setup Delivery Controllers, Storefront connections, VDA configuration on Terminal Server, NetScaler Gateway if you want internet based connectivity.  This is for an on-premise deployment.

     

    If you want to go Citrix Cloud, they will handle the Controller database, Storefront and gateway, but you must configure cloud connectors, VDA configurations, and cloud configurations.

     

    You are basically replacing the whole brokering and access to your environment to a new vendor.

×
×
  • Create New...