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...
Btw, why not create a simple Package with a content that has the Powershell script and the XML configuration file, then deploy the package on the desired device collection. This method don't give a real-time result but you are sure that offline clients will receive the deployment once start...
We tried to find the machine in SCCM using device MAC address however could not find any records. However the smspxe.log show that device is in the database and it could not find any deployment available for the device. D3:15:C2:5C:6A:C7, X023984C-15DB-99Z2-A25D-F43DB2F4X123:...
In this blog post, we will see how powershell can do this task in seconds for any number of collections that you pipe into txt file. All you need is ,get the list of Collection IDs and supply it to text file ,run the script. This script will not output any results to log ...
Managing Application Deployment Viewing Log files, Monitoring and Troubleshooting application deployment 10+More lessons Add-ons Most of the SCCM / MECM Jobs in the industry expect the following add-on skills. Hence, we offer these skills-set as FREE Courses (Basics) to ease your learning process...
PowerShell Script for Local Admin January 4, 2024byPaddyMaddy 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 ...
本文告诉大家如何通过 WMI 获取补丁 通过 Win32_QuickFixEngineering 可以获取系统启动的服务 Get-WmiObject...
Fix Application Deployment error 0x87d00213 in ConfigMgr CMG Connection Point Status Disconnected | SCCM | ConfigMgr CMG Setup – Subscription ID drop down not populating CMG Setup – Error when granting Contributor permission to the Azure AD app ...
Beginning with SCCM 1706, you can now run and deploy Powershell script from the SCCM console. In addition, all directly from the SCCM console you can: edit your scripts, import existing scripts, approved or deny scripts, run script on specific collections and examine the scripts results. This...
Delete SCCM IIS Log Files using PowerShell or VBS Script You can also delete SCCM IIS logs file using PowerShell or VBS script. Here are 3 scripts that work fine and which can also be used with a Configuration Item in order to run when your server is not compliant. Pick the one that...