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