I want to install Visual Studio 2022 via MS Intune, and I have a ssconfig.vsconfig file that I include with the command line that consists of the components we require our internal dev teams to use. {“version”
Microsoft Deployment Toolkit (MDT) Mobile device management OS deployment Setup, migration, backup, and recovery Software update management Issues State messaging Understand software update management Troubleshoot software update management Windows Server Update Services (WSUS) Decline superseded updates in WSUS...
This article will serve as an informative guide and give you a clear understanding of how to perform silent or interactive installs and uninstalls of .NET Desktop Runtime 6.0 using the Powershell App Deployment Toolkit. The PowerShell App Deployment Toolkit can be used to replace your WiseScrip...
Each article is here to make your day-to-day tasks easier and boost your toolkit with powerful scripting capabilities. Alex Marin August 13th, 2024 · 4min read #POWERSHELL PowerShell & Intune, Automate your Work - Part 3: Manage Win32 App Dependencies Welcome back to our series on ...
Afterall, I put it into my favorite PowerShell App Deployment Toolkit (my personal recommended wrapping tool to get applications usable for MDT, SCCM and Intune as well) and created an application to be deployed within my MDT. Within the deploy-application.ps1 I ...
[Id <String>]: Gets or sets the app's ID in the global apps catalog.BODY <ITeamTemplate>: The client input for a request to create a template. Only admins from Config Api can perform this request.DisplayName <String>: Gets or sets the team's DisplayName. ShortDescription <String>:...
Adding back in MS print to PDF Adding multiple users on a windows 10 pro via a domain Adding shared exchange mailboxes to Win10 Mail App Address bar in Edge Adjust for daylight savings automatically is disabled ADK for Windows 10 Setup Error: "Setup cannot locate Toolkit Documentation-x86_en...
I want to install Visual Studio 2022 via MS Intune, and I have a ssconfig.vsconfig file that I include with the command line that consists of the components we require our internal dev teams to use. {“version”: “1.0”,“components”: [“Microsoft.VisualStudio.Workload.C...
## Microsoft Intune Win32 App Workaround - Check If Running 32-bit Powershell on 64-bit OS, Restart as 64-bit Process If(!([Environment]::Is64BitProcess)){ If([Environment]::Is64BitOperatingSystem){ Write-Log-Message"Running 32-bit Powershell on 64-bit OS, Restarting as 64-bit Pro...
I want to install Visual Studio 2022 via MS Intune, and I have a ssconfig.vsconfig file that I include with the command line that consists of the components we require our internal dev teams to use. {“version”: “1.0”,“components”: [“Microsoft.VisualStudio.Workload.C...