#SCCM
-
Mar 3, 2016
How to use same network adapter for SCCM OSD purpose?
first just need to find out the mac address of your network adapter, then go to the register of your sccm server: HKEY\ LOCAL\ MACHINE\SOFTWARE\Microsoft\SMS\Components \SMS\ DISCOVERY\ DATA\ MANAGER...
-
Feb 18, 2016
How to get the users in the local Administrators group by SCCM ?
My manager wants to know which users have local admin rights on the workstation for audit purpose, but SCCM doesn't have this build in function. Thanks for the internet, here is an article on how to...
-
Oct 5, 2015
SCCM Pulse Secure Silent Install Script
Here is the batch script for pulse secure silent install in SCCM: REM Pulse Secure Install REM Ray Q REM Oct 2, 2015 ECHO Get current folder path pushd %~dp0 ECHO Install and create log msiexec i...
-
Oct 5, 2015
SCCM Cisco Anyconnect Silent Install Script
Here is the batch file to install cisco anyconnect silent install script. For auto install VPN profiles, you can export the existing profile XML from the ASDM console, or use the anyconnect profile...
-
Sep 22, 2015
SCCM UEFI OSD for Surface Pro 3
Update : this method only worked a few months, and later we had issues booting up. After talking to Microsoft, the best way to do OSD is using IP Helpers . Point the OSD DP server to the IP range you...
-
Aug 26, 2015
SCCM Query to Join User Resources and System Resources
Very few information on sccm query to join both user resources and system resources database together. However my manger wants to see the device and is owner's job title, manger, etc. so I have this...
-
Aug 25, 2015
SCCM Query to See Device Owner Using User Device Affinity (uda)
When I google online, lots of information there. but none worked :( here is the sccm query to see device owner by using User Device Affinity. it will list computer name, the device's owner, user's...
-
Aug 21, 2015
How to Enable Interactive Way of User Input During OSD Task Sequence
http://www.scconfigmgr.com/2013/10/02/prompt for computer name during osd with powershell/
-
Aug 11, 2015
.Net Framework 4.5.2 SCCM Application Package
I have to say, Microsoft's .Net framework installation is SOB! so many different settings need to done to get this .net 4.5.2 work in SCCM. Here is how: I downloaded the offline installer from MS...