image

How to Deploy Adobe Acrobat Pro with Intune (Acrobat Pro Only)

A company I’m working with requested an Intune deployment of Adobe Acrobat Pro DC to users on machines running Windows 10 or 11. I wasn’t able to find great documentation about how to deploy this using Intune, so I wanted to write all of this down. There are some guides going around about MSP transforms, Read More

image

How to Configure Azure Portal Auto Logout After Period of Inactivity

You can configure Azure Portal auto logout based on the inactivity time. To configure Azure Portal auto logout, navigate to Portal Settings and choose the time from Log me out when inactive dropdown. This will enable configuring portal log out based on your need. You can also set up a custom duration for logout from Azure Portal as well. Configure Azure Read More

image

How to Fix IntuneWinAppUtil.exe Crashes with “System.ArgumentOutOfRangeException” Error

Problem In the new Windows Terminal, the app crashes when trying to update the progress bar: PS> .\IntuneWinAppUtil.exe -c “c:\install” -s “install.msi” -o “c:\output” -qValidating parametersValidated parameters with 14 millisecondsCompressing the souce folder ‘C:\install\’ to ‘…filename.intunewin’Calculated size for folder ‘C:\install’ is 74907648 with 1 millisecondsCompressed folder ‘C:\install’ successfully with 3451 millisecondsChecking file typeChecked file type Read More

image

Autopilot Manual Registration Overview

Ideally, registration of a device with Windows Autopilot is performed by the OEM, reseller, or distributor from which the device was purchased. However it is also possible to register devices manually. You might need to register a device manually if: The device was obtained from a non-participant device manufacturer or reseller. The device is a Read More

image

How To Find Out All Environment Variables on Windows

Environment Variables, according to a better definition on Wikipedia, are a set of dynamic named values that can affect the way running processes will behave on a computer. For example, a running process can query the value of the TEMP environment variable to discover a suitable place to store temporary files, or the AppData variable Read More