Skip to content

Dhanraj Barman

HTMD Author

Working in the area of IT Infrastructure implementation, deployment, and Maintenance for more than 6 years. I am good at using Enterprise tools - ConfigMgr | Microsoft Endpoint Configuration Manager (MECM) | SCCM, Operating System Deployment (OSD) -Microsoft Deployment Toolkit (MDT) - Standalone, MDT integration with SCCM, Patch Management using WSUS & SCCM. I am improving my skillsets in Mobile Device Management (Microsoft Intune) and Autopilot and Cloud-based deployment solutions. Recently I have started working on the latest product called Tanium. It's a product deployment Management & provisioning tool for Windows & Linux.

5 Guides
12 Reads
Experience
Follow
SCCM

Create Script Deployment Type Using PowerShell for SCCM EXE Application

Let’s learn to Create Script Deployment Type using PowerShell for the SCCM EXE Application. Let’s see how to Deploy SCCM EXE Application using PowerShell. In this post, I will create an SCCM (aka ConfigMgr) Application using Notepad ++ EXE Installer and deploy it to a device collection without using the SCCM Console. This is the PowerShell way of […]

June 1, 2022 · 12 min read
SCCM

Create SCCM Application Deployment using PowerShell

Let’s see how to Create SCCM Application Deployment using PowerShell. The PowerShell Cmdlets are native PowerShell commands and NOT standalone executables. Cmdlets are executed along with parameters and values to operate once or multiple times. After you import the SCCM PowerShell Module into the site server, the PowerShell Cmdlets can be used to create an Application […]

May 16, 2022 · 10 min read
SCCM

Create SCCM Package Deployment using PowerShell

Let’s see how the Create SCCM Package Deployment using PowerShell. The PowerShell Cmdlets are native PowerShell commands and NOT standalone executables. Cmdlets are executed along with parameters and values to operate once or multiple times. After you import the SCCM PowerShell Module into the site server, the PowerShell Cmdlets can be used to create a […]

May 9, 2022 · 10 min read
SCCM

3 Best Methods to Import SCCM PowerShell Module Cmdlets

Let’s learn 3 Best Methods to Import SCCM PowerShell Module Cmdlets. The SCCM PS module is a collection of CMDLets available to perform SCCM administration tasks. Microsoft updates the SCCM PowerShell Commandlets with every release of the product. We perform SCCM admin Activities through the console. By default, the console is installed on the site […]

April 27, 2022 · 15 min read