3 Ways To GET MSIX Files From Vendors

  Рет қаралды 4,567

Azure Academy

Azure Academy

Күн бұрын

Пікірлер: 57
@m00se77
@m00se77 9 ай бұрын
Happy new year Dean. Great video. I use MSIX Hero alot for creating MSIX app attaches. I will try this out. 🙂
@AzureAcademy
@AzureAcademy 9 ай бұрын
Happy new year! MSIX Hero is a great solution! but there can be a lot of advantages of getting the vendors to just give us the MSIX files...beyond just saving your time and money. Let me know what you think of this method
@scottbarrett8026
@scottbarrett8026 9 ай бұрын
Excellent, saves a lot of time and headaches, any chance of link to the PowerShell you used to convert them?
@AzureAcademy
@AzureAcademy 9 ай бұрын
It will cost ya…a subscribe, a like and a share on social media ☺️ raw.githubusercontent.com/DeanCefola/Azure-WVD/master/PowerShell/0_AppAttach%20-%20Template.ps1
@honeyhlineheidemann3252
@honeyhlineheidemann3252 7 ай бұрын
Thank you @AzureAcademy
@AzureAcademy
@AzureAcademy 7 ай бұрын
Anytime
@varishwartripathi3885
@varishwartripathi3885 9 ай бұрын
Thank you dean , I have been waiting for a long time this video.
@AzureAcademy
@AzureAcademy 9 ай бұрын
Awesome!
@manjubeli
@manjubeli 9 ай бұрын
Not worried about possible malware injection while using msix bundles from store like rg-adguard? Amazing video, just my honest concern.
@AzureAcademy
@AzureAcademy 9 ай бұрын
I’m not, with the Microsoft store then vendor does a scan when they create the package and Microsoft does one when they upload it to the store virus and malware…will it ever miss something…yes, but you could have the same problem from a software vendor. This happened with everyone back with wannacry… Normally this isn’t a problem… but where you see it the most is on small vendors…not normally ones that make apps you would use in AVD
@manjubeli
@manjubeli 9 ай бұрын
@@AzureAcademy I understand and trust the Microsoft store part. But while downloading it from rg-adguard it can get easily compromised.
@AzureAcademy
@AzureAcademy 9 ай бұрын
Well…I have checked the links as much as I can and I have not found anything wrong with those links…you could always use evergreen or go to the vendors if you are more comfortable with that
@JimMoyle
@JimMoyle 9 ай бұрын
With MSIX if the cert is correct and the hash is correct you are good to go, this is one of the big advantages of MSIX over MSI, Windows checks both of these for you FYI, you don't have to do it.
@JimMoyle
@JimMoyle 9 ай бұрын
One manual check you might want to do is if the cert is correct to a public CA on the package but doesn't match the code signing cert on the exe then investigate.
@1979benmitchell
@1979benmitchell 8 ай бұрын
Non-AVD question :D ... What setup do you use to record and edit your videos?
@AzureAcademy
@AzureAcademy 8 ай бұрын
Sure! I have a green screen with 4 soft box lights I got from amazon - a.co/d/aJfsNQm with a Cannon Vixia 4K camcorder a.co/d/h1yW7rc And old iPad and this teleprompter from GONGYI - a.co/d/flEmCU8 With Samson pencil condenser mics a.co/d/gmKKlwj I store the recordings and edit from my Synology ds1621+ NAS - a.co/d/g7r9Bbj With 6 Seagate 4TB drives a.co/d/3w7iSzp And edit with the adobe creative cloud suite Illustrator to make icons and graphics Photoshop to make thumbnails Animations in After Effects Editing in Premiere Pro And it took me 6 years of making videos to get to this point. I started with a web cam and elgato key lights So if you are thinking of starting…and you have is a phone…that’s kinda all you need to start figuring out your passion ☺️
@1979benmitchell
@1979benmitchell 8 ай бұрын
@@AzureAcademy Thanks for this! I'm thinking of using it more for my TTRPG games\sessions.
@AzureAcademy
@AzureAcademy 8 ай бұрын
Awe, very cool!
@greaz6342
@greaz6342 9 ай бұрын
Hey man, great video! Quick Question: I'm currently working in a test environment where I got several msix app attaches. Everything works fine, except the User settings. For example the dark mode setting in adobe dc reader, is not saved after ending the user's session in azure. So after you end the session it is like a freshly installed app without any settings saved. The same thing happens for SAP and other applications. If the packages are locally installed the settings are kept. Do you know by any chance how to fix that? Thanks
@AzureAcademy
@AzureAcademy 9 ай бұрын
App Attach apps are READ ONLY so if the app setting to control the theme is inside the app vs a setting that is saved in the user profile or windows itself, it can’t be saved in a session. Every time the app loads it always has the same configuration because it’s read only. The fix would be to find the setting or config file that controls that…then make the change and repackage the app, or create an update package
@greaz6342
@greaz6342 9 ай бұрын
Thanks for the answer! So the only way to set, for example the dark mode for adobe permanently, to already set it while packaging​. But it is not possible for the user to have any individual settings and then save those configs in the userprofile on the server/fslogix? Or can I somehow modify the app when packaging, to save user preferences outside the container, so they're not reset after ending a session? Thanks @@AzureAcademy
@AzureAcademy
@AzureAcademy 9 ай бұрын
The question of do you do it in the app or in the user config will depend ENTIRELY on the app. Adobe may do it in the app but 7-zip and AutoCAD do it in the user config. So there is NOT be 1 solution for every app 😔😟☹️🥺 sorry, but all apps are not made the same.
@greaz6342
@greaz6342 9 ай бұрын
Ohh okay got it. And changing the way an app saves it either in the container or in the user config is not possible?@@AzureAcademy
@AzureAcademy
@AzureAcademy 9 ай бұрын
depending on the app...it might be possible...but you are talking about refactoring how the app works...so if you could make it work for 7-zip I don't think the same strategy would work for Adobe, know what I mean?
@worldofhemu
@worldofhemu 9 ай бұрын
What about the certificate info, if we download MSIX directly from Vendor. Do we need to recreate the package with our Own cert ?
@AzureAcademy
@AzureAcademy 9 ай бұрын
NOPE! All the vendors MUST use publicly trusted certificates to upload to the MS Store…problem solved!
@philippgerber3898
@philippgerber3898 9 ай бұрын
Great Video ✌ Can you share the Powershell Script to Convert the MSIX into App Attach?
@AzureAcademy
@AzureAcademy 9 ай бұрын
It will cost ya 1 subscribe 1 like and 1 share on all your social media ☺️ raw.githubusercontent.com/DeanCefola/Azure-WVD/master/PowerShell/0_AppAttach%20-%20Template.ps1
@philippgerber3898
@philippgerber3898 9 ай бұрын
Thanks a lot i give my best ;-)@@AzureAcademy
@AzureAcademy
@AzureAcademy 9 ай бұрын
👍☺️👍
@Ryzzyrru
@Ryzzyrru 9 ай бұрын
This is excellent 👍🏽 thanks.
@AzureAcademy
@AzureAcademy 9 ай бұрын
Awesome, glad you liked it! Please share it on social media
@mosksky
@mosksky 9 ай бұрын
Thanks!
@AzureAcademy
@AzureAcademy 9 ай бұрын
Thank you for your support!
@ctxshekhar7979
@ctxshekhar7979 9 ай бұрын
From where I can find the MSIX for Microsoft Teams which is compatible for AVD environment ?
@AzureAcademy
@AzureAcademy 9 ай бұрын
There isn’t one. Teams setup for AVD requires multiple components and system reg keys One drive, office and Teams all require special installs to work in a multisession environment But you can get them all with custom image templates kzbin.info/www/bejne/h6m1k2ypi5infrcsi=_RVoJE0PLSHw64W0
@ctxshekhar7979
@ctxshekhar7979 9 ай бұрын
@@AzureAcademy do we have any document which explains below settings system reg keys One drive, office and Teams all require special installs to work in a multisession environment
@AzureAcademy
@AzureAcademy 9 ай бұрын
Yes we do…but it is already built into the Windows Multi-session images in Azure. If you want to make your own golden image I suggest you look at Custom Image Templates here: kzbin.info/www/bejne/h6m1k2ypi5infrcsi=CsWmekwK4RItoG7T
@pranshumishra9535
@pranshumishra9535 6 ай бұрын
Does it need and CA Certificate.
@AzureAcademy
@AzureAcademy 6 ай бұрын
No, can be any code signing cert, self signed, public or CA as long as the host has the same cert that’s in the package
@IKronnosI
@IKronnosI 8 ай бұрын
Hello dean can you share your script to convert msix in to CIM?
@AzureAcademy
@AzureAcademy 8 ай бұрын
It’s on my GitHub github.com/DeanCefola/Azure-WVD/blob/master/PowerShell/0_AppAttach%20-%20Template.ps1
@1979benmitchell
@1979benmitchell 9 ай бұрын
Care to share the script at the end?
@AzureAcademy
@AzureAcademy 8 ай бұрын
It’s on my GitHub github.com/DeanCefola/Azure-WVD/blob/master/PowerShell/0_AppAttach%20-%20Template.ps1
@1979benmitchell
@1979benmitchell 8 ай бұрын
@@AzureAcademy- Yep.. Was able to find it after I posted this :) .. As always amigo - appreciate the hard work you put into these.
@AzureAcademy
@AzureAcademy 8 ай бұрын
Anytime!
@JP-dn1qc
@JP-dn1qc 7 ай бұрын
I need the msix package for teams
@AzureAcademy
@AzureAcademy 7 ай бұрын
Ok…so…if you can’t find it you’ll need to package it ☺️ Generally as far as teams goes I recommend installing it in the image. This is because the AV Redirection features for AVD have multiple components, AND teams has a special way it needs to be installed and setup for AVD
@JP-dn1qc
@JP-dn1qc 7 ай бұрын
@@AzureAcademy can you plz create a video on it ?
@AzureAcademy
@AzureAcademy 7 ай бұрын
I already have kzbin.info/www/bejne/iJfFoJ9_nLWWeLssi=uvIEJQrMHCx3KJG4
App Attach Cloud Shares in 3 Easy Steps
3:11
Azure Academy
Рет қаралды 2,9 М.
3 Biggest Mistakes AVD Admins Make (Easy, Simple Fix)
16:07
Azure Academy
Рет қаралды 19 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 9 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
I Removed All The Apps in AVD...Here's What Happened
13:23
Azure Academy
Рет қаралды 8 М.
Azure Admins Don't Get Left Behind!  3 Skills NEEDED To Succeed
15:26
Azure Academy
Рет қаралды 2,8 М.
Azure Storage Mover: The Secret of Seamless Cloud Migration
11:21
Azure Academy
Рет қаралды 5 М.
Nerdio for Azure Virtual Desktop Deployment Made Easy!
20:45
Neil McLoughlin
Рет қаралды 963
Azure Copilot: Revolutionary or Overrated? You Decide!
15:20
Azure Academy
Рет қаралды 6 М.
Everyone's Crazy for WinGet Don't Get Left Behind!
6:53
Azure Academy
Рет қаралды 20 М.
STOP Copying Files! DO This Instead:
11:11
Azure Academy
Рет қаралды 6 М.
Goodbye VPN! Hello Microsoft Global Secure Access
19:40
Andy Malone MVP
Рет қаралды 158 М.
Avoid These 3 Mistakes With VM Images
14:04
Azure Academy
Рет қаралды 6 М.
15 Years Of AVD & Windows365 Security In 15 Minutes
15:07
Azure Academy
Рет қаралды 4,5 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 9 МЛН