PowerShell – v7.0.0 (RC 1)

Description PowerShell 7 is intended to become the replacement product for PowerShell Core 6.x products, as well as Windows PowerShell 5.1, which is the last supported Windows PowerShell version. PS7, once it’s officially released, will become the best tool in your scripting arsenal. more… Download PowerShell 7, RC 1 https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-rc.1/PowerShell-7.0.0-rc.1-win-x64.zip   MSI   mirror PowerShell Command to Download & Install PS7 Read More …

Apple iTunes – 12.10.3.1

Description iTunes is a media player, media library, Internet radio broadcaster, and mobile device management application developed by Apple Inc. It was announced on January 9, 2001. It is used to play, download, and organize digital multimedia files, including music and video, on personal computers running the macOS and Windows operating systems. Content could be Read More …

Azure – Intune – Deploy Skype Package

Deploy Skype for Windows using Intune.   Steps Step 1 – Create C:\intune\Skype folder.   Step 2 – Copy Skype setup EXE to the C:\intune\Skype folder.   Step 3 – Create _Intune.cmd in Skype folder containing the following code: cd “%~dp0” taskkill /f /im Skype.exe timeout /t 2 start “” Skype.exe /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES /NOLAUNCH -ms timeout /t 60 Read More …

Skype for Desktop – 8.55.0.141

Description Skype is software that enables the world’s conversations. Millions of individuals and businesses use Skype to make free video and voice one-to-one and group calls, send instant messages and share files with other people on Skype. Download New Skype for Desktop (Windows) is available here: https://go.skype.com/windows.desktop.download  MSI  mirror Size 66.5 MB Silent Install setup.exe /VERYSILENT Read More …

VSCode – 1.41.0.0

Description Something pretty cool to try out, if you haven’t already done so…is Visual Studio Code, or VSCode. VSCode is an IDE developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. It’s a one-stop shop for most Read More …

Skype for Desktop – 8.55.0.135

Description Skype is software that enables the world’s conversations. Millions of individuals and businesses use Skype to make free video and voice one-to-one and group calls, send instant messages and share files with other people on Skype. Download New Skype for Desktop (Windows) is available here: https://go.skype.com/windows.desktop.download  mirror Size 65.5 MB Silent Install setup.exe /VERYSILENT /SP- Read More …

Intune – Deploy Acrobat Reader Package

Deploy Adobe Acrobat Reader using Intune.   Steps Step 1 – Create C:\intune\AcrobatReader folder.   Step 2 – Download Enterprise Acrobat Reader, and create custom transform. Copy contents of enterprise EXE to the C:\intune\AcrobatReader folder.   Step 3 – Create _Intune.cmd in AcrobatReader folder using the following code: cd “%~dp0” setup.exe ::add any other commands here   Step 4 – Create Read More …

Intune – Deploy Citrix Package

Deploy the Citrix Workspace App using Intune.   Steps Step 1 – Create C:\intune\Citrix folder.   Step 2 – Download Citrix setup to C:\intune\Citrix folder.   Step 3 – Create Intune.cmd in Citrix folder containing the following code: cd “%~dp0″ CitrixWorkspaceApp.exe /forceinstall /silent STORE0=”Store;https://mycitrix.umc.edu/Citrix/ummcWeb/discovery;Store” reg add “HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Citrix\Dazzle” /v AllowAddStore /t REG_SZ /d A /f /reg:64 :: add any other commands Read More …