# 监控分发点状态Get-CMDistributionStatus-DistributionPointName DP01|Where-Object{$_.Status-ne"Success"}# SQL性能计数器Add-Counter-Counter"\SQLServer:Buffer Manager\Page life expectancy"-SampleInterval 5 六、备份与灾难恢复 1. 关键数据备份 powershell # SCCM数据库备份New-CMSiteBackup-Path \\BackupNA...
You can now run and deploy Powershell script from the SCCM console. In addition, all directly from the SCCM Console. SCCM Deploy PowerShell Script
2.deploying powershell script simply by sccm. We could refer to this link: https://systemcenterdudes.com/sccm-deploy-powershell-script/ Note: This is non-official Microsoft article just for your reference. Besides, we could install the office 365 update on a PC manually to check if it...
Let’s discuss theSCCM Run Script Deployment Step-by-Step Guide—Uninstall 7Zip without Package. This post will explain how todeploy a PowerShell script via SCCM to remove the 7Zip application(using the SCCM run script option) from Windows devices. Createanddeployan SCCM PowerShell Script using...
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...
powershell sccm configmgr powershell-script sccm-administration sccm-environment sccm-server memcm mecm Updated Mar 3, 2020 PowerShell cregx / mdt-cleanup-harddrive-winpe Star 34 Code Issues Pull requests Discussions Win32-based UI application to erase the primary hard disk as part of a Li...
Once the target collection is completed, create a new malicious application withNew-SccmApplication. You need to specify an -ApplicationName, and then can choose to deploy a -UNCProgram (for a hosted binary payload), -PowerShellScript (for the text of a PowerShell script to deploy), -Power...
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...
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 p...
Hence, we can create a Powershell script that installs the MSIX package per-machine to allow the SCCM to perform the detection for a file from the application. $scriptDir= Split-Path -Path$MyInvocation.MyCommand.Definition -Parent$InstallLoc=$scriptDir+"\Sample MSIX Package-x64.msix"$instal...