Tag: SCCM

Find MSI GUID using PowerShell

So a lot of times I am looking for App (MSI) GUID to send an Uninstall command for Apps using Intune or for Detection rules in Intune/SCCM. You have 2 choices. Either you go to registry and find one manually (Pain in the back) or run this small script in PowerShell to find MSI GUID

How to use Winget to deploy Apps

Windows Package Manager A package manager is a set of software tools that help you automate the process of getting software on your machine. This is a new service offered by Microsoft. The Windows Package Manager app repository is hosted in GitHub. What is WinGet Command-line Utility? The winget client is the main tool to

Install Sysinternals using Chocolatey

Sysinternals can be very easily deployed using Microsoft Endpoint Manager (formerly Intune Portal). You do not need to download any EXE or MSI file from site. Chocolatey takes care of it. You do not need to Install Chocolatey either. Below code will Install Chocolatey and Install Sysinternals Open Notepad or PowerShell ISE or your Favourite

MSIX Packaging Fundamentals

Introduction to Modern Applications Software has traditionally been provided to you from internal and external software developers in one of the traditional forms of EXE and MSI installers. Organizations prepare the application, customizing both the form of delivery and the contents in ways that improve efficiencies and end-user satisfaction.Organizations that have moved to modern forms

How to Change SCCM Admin account

Most places I have worked where I have not done the setup of SCCM, I have noticed one thing. Almost all the places had only 1 SCCM Domain admin account instead of Service accounts to take care of Cleint Installations, SCCM Full Admin, Network Access account and SQL accounts. Kind of “One Account to Rule

Move SCCM Database To Another Drive

In my Lab, I have SCCM and SQL Server on the Same Drive. Recently I have been having issues with Low Disk Space which affected the speed and performance of my SCCM Lab. I was going to write HOW-TO on this one but then I came across Prajwal Desai’s blog. He has gone through the