Written by Alex Marin · June 13th, 2024 In this article, we will: Have a look over the AZ module, Understand how authentication with Azure works, Explore Microsoft Graph and Microsoft.Graph.Authentication module and Learn how to put all of this together to get the list of Win32 applications from Intune via PowerShell. So let’s dive in. PowerShell […]
Lưu trữ Danh mục: Tin Mới
Tin Mới
Written by Alex Marin · June 7, 2024 In PowerShell scripting, ensuring that scripts continue after a reboot can be challenging, especially when managing configurations or updates that require a system reboot. There are two main strategies for local and remote execution environments to address this issue. Let’s dive into how you can make your […]
Written by Alex Marin · June 7th, 2024 When it comes to IT and business, the capacity to remotely install software on computers linked to a network is essential in the digital era. This not only improves operational efficiency but cuts down on time and resources needed for software deployment. A common misconception is that an MSI […]
On June 5, 2024, Caphyon Ltd. is proud to announce the release of Advanced Installer 21.8 IN Free, Professional, Enterprise and Architect publications. This version is available for download on the Advanced Installer website. Discover the latest updates in Advanced Installer 21.8, with WinUI 2.x support in the built-in UI for more elegant, modern MSI […]
Written by Horatiu Vladasel · May 29, 2024 A digital signature guarantees the authenticity of an electronic document or message. In the software industry, code signing it provides an added layer of security and confidence that you’re using a code that comes from an original vendor and not a third party that may have maliciously […]
Written by Alex Marin · May 23, 2024 It is important to ensure that your Windows operating system is kept up to date in this age of technology. It is a matter that leads us right Microsoft standalone update packages (MSU files)an essential element in the Windows update process. This comprehensive guide aims to demystify […]
Written by Horatiu Vladasel · May 16, 2024 PowerShell Application Deployment Toolkit (PSADT) is the premier solution for enterprises looking to standardize their software deployment process. PSADT consists of a collection of scripts, functions, and PowerShell modules designed to simplify the deployment and configuration of software applications. It provides a powerful framework that enables precise […]
Written by Alex Marin · May 2, 2024 Java applications are compiled into JAR files, which require the Java Runtime Environment (JRE) to run. However, JAR files cannot be run as standalone files. While this is straightforward for developers and Java enthusiasts, it can pose a challenge for end users unfamiliar with Java. Converting your […]
Written by Radu Popescu · May 10, 2024 Are you a developer or IT professional looking to digitally sign your code or software application, but not sure how to get a digital certificate? In this blog post, we will introduce you to some of the top providers where you can purchase these certificates at an […]
Written by Alex Marin · February 8, 2024 NSIS (Nullsoft Scriptable Install System) is an open source tool that enables developers to create efficient and customizable Windows installers. Originally developed by Nullsoft, the makers of Winamp, NSIS has evolved into a versatile and widely adopted installation system. Its scripting engine and a large collection of […]