You can now run and deploy Powershell script from the SCCM console. In addition, all directly from the SCCM Console. SCCM Deploy PowerShell Script
run MSI install as "SYSTEM" Run Powershell Script from SCCM in logged in user context using admin rights Running a Command Line via a Package Running a reg file from a vb script SAP GUI deployment through SCCM SCCM - Deploy MSU file as an application or package - Error 0x80070001 (-214...
I've created an SCCM powershell script to deploy the Oracle 12c client. When the Oracle Universal Installer (OUI) kicks off, it attempts to unzip source files to the temp directory. When run as a user, the OUI extracts to "%USERPROFILE%\AppData\Local\Temp". When run as system context...
Some Simple Shell Scripts to Install Mac Apps for Intune February 2, 2023byme Here are some typical shell script codes for mac application installation Shell Script to Install Cisco Anyconnect VPN via Intune February 2, 2023byme There is an excellent article talks about how to deploy the Cisc...
To verify that clients have the policy specifying the CMG, open a Windows PowerShell command prompt as an administrator on the client computer, and run the following command: Copy Get-WmiObject-Namespace Root\Ccm\LocationServices-Class SMS_ActiveMPCandidate|Where-Object{$_.Type-eq"Internet"} ...
Restart SCCM Client using PowerShell To confirm if the ccmexec.exe service is up and running, run the PowerShell command “Get-Service -Name CcmExec“. In the below screenshot, we see the status asRunningwhich confirms the ccmexec.exe service is successfully restarted. ...
Securing Windows Systems with Intune: Deploying PowerShell Script for Automated Local Admin Account Management I have a situation where I need to create a local administrator account with Microsoft Intune Powershell script and deploy it to Windows Devices. Key Features: Deploy from Intune as Power...
MECM Application Deployment Made Easy MECM (formerly known as System Center Configuration Manager) is the standard application deployment solution from Microsoft. It simplifies the complex task of distributing software to servers, desktops, laptops and mobile devices across large or complex networks. The...
You can see the successful POC script here.However PowerShell is not the only option. We can use the Configuration Manager SDK and C# to perform many of the same actions. You can see a basic example here and this is also something that we will look at for this mini pr...
powershellsccmconfigmgrpowershell-scriptsccm-administrationsccm-environmentsccm-servermemcmmecm UpdatedMar 3, 2020 PowerShell cregx/mdt-cleanup-harddrive-winpe Star34 Code Issues Pull requests Discussions Win32-based UI application to erase the primary hard disk as part of a Lite Touch installation (Wi...