Jump to content

Jeff Riechers

Members
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Jeff Riechers

  1. Is it a persistent catalog?  Or a non-persistent catalog.  If non-persistent it is already resetting on each reboot.  So you can expand the original image and deploy a new catalog with a larger drive.

     

    If the image is persistent then I agree with Kazimierz.  Backup the c:\ drive, deploy it to a new machine with a larger drive, and don't use MCS for it.  Just use it as a persistent vm.

  2. Ensure the PVS servers are in the same network as the PVS target devices.  I have seen inspection and router load cause high PVS retries.  Also make sure that the PVS servers have enough CPU and ram so that they aren't limiting the session bandwidth to the devices.

     

    Ensure all necessary AV exclusions are in place.

     

    How many machines are you targeting per PVS server?

  3. On the VDA do you see any sessions with no name, just a number on them?  I have seen that causing this issue, the other issue was something with the session being stuck in the database, and a powershell command was able to clear those out.  I will edit this article when I find that powershell command.

     

    Get-BrokerSession -BrokeringUserName DomainName\Username | Stop-Brokersession

     

    If that doesn't work you can hide it with

     

    set-BrokerSession -BrokeringUserName DomainName\Username  -hidden $true

  4. 1. Profiles.  Even streamed profiles cache locally, and they go into that cache.

    2. App changes.  If the software updates during run it will use that cache.  Looking at Teams and Browsers.

    3. Micro Updates.  Even disabling Windows Update won't stop Edge and Office from updating themselves.

     

    Your writecache drive should be a thin provisioned disk the same size as your c:\ volume.  That will allow you to work on the image, and only take as much space as needed.  I haven't yet been able to run a desktop or server OS on the low 6 GB recommended writecache disk size.

  5. That won't work unfortunately.  Windows Shadowing uses microsoft remote assistance.  So you need windows to shadow windows.

     

    If you publish director from a Windows Server browser as a published app, then you can shadow from that to window.

×
×
  • Create New...