sccm Questions
4
I need to disable telemetry for Visual Studio code for all users. I have packaged the product in SCCM (specifically so its installed under the users profile so they can update it themselves).
I c...
Penneypenni asked 4/2, 2019 at 0:7
4
Solved
Pretty straightforward script:
ROBOCOPY \\servername\S$\SCCM2012\SCCMPackageSource\Files C:\Files /S /COPYALL /MIR /IS /LOG:C:\Copy.log
I can run this as administrator just fine, and all the fil...
Ballistics asked 27/7, 2016 at 8:12
2
Solved
I have used WiX Install tools in Visual Studio to create create an installer for my C# Windows Forms application.
The Installer works when invoked independently (command line or double-click); it ...
Doubletongue asked 11/7, 2019 at 22:33
1
Is there any solution to change the SCCM agent sitecode for a Linux client without reinstalling it?
I found a vbs script for windows client here
But nothing for Linux.
I've tried seding sitecode...
2
I have an installation package that installs a mapping program I use for work. As I now have to upgrade to Windows 10, unfortunately the program won't install as some components are no longer valid...
Cetology asked 19/9, 2018 at 8:25
3
Solved
I want to push MSI installer with parameter using SCCM server. i.e.
msiexec.exe /i "setup.msi" INSTALLFOLDER="SpecifiedInstallationLocation" CONFIGFILE="FileName"
Can I use parameter name defin...
Oraleeoralia asked 11/12, 2017 at 13:42
2
Solved
Overview:
I have a script I am using to query new application requests within SCCM via WMI. The script works perfectly when launched manually within a PowerShell console (either elevated or not, do...
Nall asked 27/4, 2016 at 0:49
2
Solved
Here's a weird one for you.
We've got a c# interface that's been running since the beginning of the year without problem on a windows XP (32bit) PC. We've just upgraded the PC to windows 7 (64bit)...
1
© 2022 - 2024 — McMap. All rights reserved.