Forum Discussion
Stefan Georgiev
Dec 14, 2020Former Employee
MSIX app attach Azure portal integration public preview
MSIX app attach is an application layering solution that allows you to dynamically attach an application (that is an MSIX package) to a user session. Separating the application from the operating sys...
Stefan Beckmann
Feb 25, 2021Copper Contributor
Storage Account: mymsixstoa01.file.core.windows.net
File Share: msix
You map the share in the Session Host with:
net use t: \\mymsixstoa01.file.core.windows.net /user:AZURE\mymsixstoa01 AccessKey
Then open T: in Windows Explorer, open NTFS ACLs, add the computer account, and if not done yet also the group.
File Share: msix
You map the share in the Session Host with:
net use t: \\mymsixstoa01.file.core.windows.net /user:AZURE\mymsixstoa01 AccessKey
Then open T: in Windows Explorer, open NTFS ACLs, add the computer account, and if not done yet also the group.
DBR14
Feb 25, 2021Iron Contributor
Oh yeah, done did that.