All posts
- SCCM 132
- Casper 32
- PowerShell 23
- OSD 11
- PowershellUniversal 9
- Mac 8
- Preventative SCCM Monitor and Troubleshoot Website 8
- Shell Script 7
- Active Directory 5
- sql 5
- wsus 5
- sccm cmg 4
- Tools 4
- 802.1x 3
- AutoIt 3
- automation 3
-
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...
-
Sep 22, 2015
rbenv: no such command 'install'
If you see rbenv: no such command 'install', the solution is to run exec $SHELL l
-
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...
-
Aug 6, 2015
How to Setup PXE Server for SCCM OSD
Here are some notes from our Microsoft SCCM trainer a few months ago, really helpful on setting up PXE Server. How to set up Option 66 & Option 67 on the DHCP Server Open DHCP management console...