LEEEJEFFRIES.COM

Recent Posts

Control Microsoft Teams MSIX Startup Launch with the Windows Registry

You’re probably in a position where you are moving to Windows 11 or a later operating system, maybe using Teams v2 and you’re wondering how to wrangle these new package formats into submission in the same way you’ve been doing for years. Specifically I’m referring to the ability to control if an application starts up on user login or not; this can be critical for a VDI admin to control what s...

You’re probably in a position where you are moving to Windows 11 or a later operating system, maybe using Teams v2 and you’re wondering how to wrangle these new package formats into submission in the same way you’ve been doing for years. Specifically I’m referring to the ability to control if a...

Publish Teams using MSIX Application Packages with Citrix Virtual Apps and Desktops

You might have heard about a little known application packaging format called MSIX, this is the latest format for application delivery that supports isolation and virtualisation; the last incarnation was App-V and that was around for a number of years. In my experience, organisations are sturggling with the process of adopting MSIX as the primary method for delivering applications for severa...

You might have heard about a little known application packaging format called MSIX, this is the latest format for application delivery that supports isolation and virtualisation; the last incarnation was App-V and that was around for a number of years. In my experience, organisations are sturg...

Liquidware CommandCTRL - What is it all about?

There are many monitoring solutions within the End User Computing space with many vendors competing for a slice of the “monitoring” pie. Liquidware’s CommandCTRL was announced as generally available on August 21, 2023. This release marked the product’s transition from a beta phase to full availability for users, signifying its readiness for wider deployment in end-user computing environments...

There are many monitoring solutions within the End User Computing space with many vendors competing for a slice of the “monitoring” pie. Liquidware’s CommandCTRL was announced as generally available on August 21, 2023. This release marked the product’s transition from a beta phase to full avai...

Checking prices for azure VMs with PowerShell

If you are trying to add VM pricing into any of your PowerShell scripts or modules, here are a couple of PowerShell functions that will help. PowerShell: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 Function Get-Az...

If you are trying to add VM pricing into any of your PowerShell scripts or modules, here are a couple of PowerShell functions that will help. PowerShell: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 5...