Advertisement
easternnl

App-V Client Configuration

May 8th, 2015
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Check the App-V Publishing Server
  2. Get-AppvPublishingServer
  3.  
  4. # Visit the URL
  5. # check if PackageUrl is pointing to an SMB share
  6.  
  7. # is SharedContentStoreMode enabled? Result must be 1
  8. Get-AppvClientConfiguration | where {$_.name -eq "SharedContentStoreMode" }
  9.  
  10. # check the NoBackgroundRegistryStaging
  11. (Get-ItemProperty hklm:\Software\Microsoft\AppV\Subsystem).NoBackgroundRegistryStaging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement