Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!
Hi,
I would be grateful for any insight as to what is possible when it comes to pre caching application content and waking machines client side from legacy sleep state S3.
As WOL as wake packet or fast channel is unreliable despite ports being open which is a known fact. We are currently using...
Hi
Is there any recommended planning or considerations when looking to enable MAC Address Passthrough on mass to laptop clients?
Currently running almost entirely Lenovo devices with Lenovo docks that support MAC address pass through on even our older models so we are likely to be overall...
Hi, I’m trying to uninstall Adobe products on a select group of user’s PCs using this script. I'm running the script on a collection in SCCM.
“wmic product where “name like ‘Adobe Acrobat Reader%’” call uninstall /nointeractive”
The script works, I’ve tried it (manually) on a few test PCs...
I am tasked with deploying updated software for Epic. Here is the situation.
MSI to install the main application
2nd MSI to install an update to the first one
Powershell script to copy files from the source directory to the local computer.
I have tried 2 different ways:
Deployment with 3...
Hello We are trying to move applications with no deployments, not part of TS and also not added to any deployment type as dependency. I came up with below code, but what can i add to check if the application is added as dependency for naother app.
$applications = Get-CMApplication |...
Hello Experts,
We are working on automation script and I want to move old application with no deployments to retired folder.
For example if i have google chrome 1.x and google chrome 2.x I want to check the deployment and move google chrome 1.x to retired folder.
Is that possible.
Thanks in...
Hello Experts we are looking for a script to delete the deployments for old software update groups via powershell, it include other taks as well and run as schedule task. we want to delete deployments older thank 90 days and move the software update group to retired folder.
pls let me know...
Running a server build task sequence in SCCM and encountering the following error when a configuration script runs to assign a different drive letter to one of the drives.
The command being ran from the script:
The error being logged:
Sometimes the error does not even log, and the last line...
Hi All
i am new to sccm, i need to run a PowerShell script on few servers.
lets say i have a folder1-inside folder1 i have folder2(this folder has files) and a PowerShell script.
folder1-->folder2 & script.ps1
i have a collection of servers. i want to run script.ps1 on this collection.
So i...
Hi all,
I am new to the forum, my name is Russ and I work as an SCCM/Group Policy administrator in the finance sector. I am after some assistance if possible, but not sure this is the correct area of the forum to raise this so apologies if in the wrong section.
Long story short, we are...
So I am trying to deploy CrowdStrike to our environment using SCCM. I'm fairly new to both PowerShell and SCCM and haven't come across much help for what I am needing. The installer is an .exe and the vendor does not recommend repackaging it as a .msi. This is all they have for me to go on and...
Hello all, i am running in to an issue and i am hoping that you guys can help me. I have a script that when i run it from a C:\temp works fine. It copies the .ico file to ProgramData folder and then script creates desktop shortcut with that icon. However when i deploy it via sccm .ico file does...
Hello everyone :
when executing this script on a local machine it clears the ccm cache :
## Initialize the CCM resource manager com object
[__comobject]$CCMComObject = New-Object -ComObject 'UIResource.UIResourceMgr'## Get the CacheElementIDs to delete
$CacheInfo =...
Hi,
I need to do a feature upgrade from 1809 to 1909 but would like to keep language setting for a user.
When I upgraded the german machine from 1809 to 1909 it only had usa english install, it was missing german language pack
Then I try again using a custom action script with PostOOBE but...
Good Day All
Working in Big infra , its very hectic to delete the computer records one by one from console . It will ruin your day itself . So here i am showing bulk deleting of sccm clients using PS . Scripts will check the client availability in console , if its present it will remove the...
Hi Guys,
Please assist, i need to do the following via Powershell on SCCM
Step 1. Determine if OS is 32bit or 64bit
If 64 bit below steps need to happen
-create folder on users c drive called SAPWorkDir
- create the below registry entry
· “HKEY_LOCAL_MACHINE\Software\Wow6432Node\SAP\SAP...
Hi,
I Have 1706 sccm version and i want use a simple file copy.
My powershell command :
$path = "\\xxx\x$\xxx\xxx\xxx\license.xml"
$destination = "C:\ProgramData\xxx"
Copy-Item -path $path -Destination $destination
On my computer it work perfectly but when i insert this command in script...
Hi all,
I am looking for a sccm query to look for specific files on remote machines(Its All systems so big number of machines).
The files are mixture of .exe, .txt, .dll (total of 10 files) and also have a registry key.
Is there a way either to create a script or check via SCCM and output the...
Hi,
I've been having problems with an install for a looong time.
I need to install the latest Salesforce plugin for outlook on my companies computer but many different versions are installed which I need to uninstall prior to installing the newer version.
To do so, I have found a Powershell...