appattach
2 TopicsWVD and AppAttach - App Assignments
Have a question concerning WVD and AppAttach. I have a test Host Pool / Session VMs setup with MSIX Package added and the App shows up in my start menu when I login to the VMs, which is all well and good. My question is how do you break up MSIX Packages / Applications so only certain groups of users get them added when they login? Right now, you add the MSIX Package to the Host Pool, then go to the Desktop Application Group and add the MSIX applications there, give them a display name and are finished. You add the users / groups that can access the DAG under Assignments. Doing this would allow any user that had an assignment to the DAG access to ANY MSIX Application added to the DAG. Want to be able to have different MSIX Applications / Groups of Applications available to only certain groups of users and other MSIX Applications / Groups of Applications available to a different group of users in the same pool. Looking at the various documentation and videos its shown many times how you can have your sales team getting certain apps added and your finance team (for example) getting different apps added when they login. How do you differentiate?Solved1.6KViews0likes2CommentsError configured app-attach
I am working through this guide, and getting a PowerShell error when running this line: $asTask = ([System.WindowsRuntimeSystemExtensions].GetMethods() | Where { $_.ToString() -eq 'System.Threading.Tasks.Task`1[TResult]AsTask[TResult,TProgress](Windows.Foundation.IAsyncOperationWithProgress`2[TResult,TProgress])'})[0] It's just a generic null array error, but I am not sure why I am getting it or how this Windows class works. Can anyone help? Cannot index into a null array. At line:1 char:1 + $asTask = ([System.WindowsRuntimeSystemExtensions].GetMethods() | Whe ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : NullArraySolved2.9KViews0likes5Comments