All posts
- SCCM 132
- Casper 32
- PowerShell 22
- 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
- azure 3
-
Aug 4, 2016
How to Setup NFS Server on Mac
1.Open terminal on your mac and edit exports file: sudo nano /etc/exports 2. Edit the file to add the share folder: /LocalSharedFolderPath mapall=ID alldirs ID is your account ID, you can just...
-
Jul 12, 2016
SCCM Mac Client Auto Enrollment Script
Since our SCCM server got updated, the old sccm mac client won't working anymore ( needs to support El Caption), and our certificate expired as well...so basically I have to uninstall the old sccm...
-
Jul 12, 2016
SCCM Server Update Guide
here is a good article on how to upgrade SCCM server: https://www.systemcenterdudes.com/step by step sccm 2012 r2 sp1 cu3 installation guide/ https://support.microsoft.com/en us/kb/3135680
-
Jun 30, 2016
How to Enable Email Notification in SCCM Reporting
here are two great articles on how to configure email notification in SCCM Reporting <http://blog.coretech.dk/heh/setup e mail notification in configmgr 2012 sp1/...
-
Jun 28, 2016
Casper Logs too big
When I first setup Casper, it was only 700KB of database file, now my casper logs went up to 17GB...it turned out to be the issue of JDS. Here is how you can check which tables are blown up: Log into...
-
Jun 23, 2016
Cool MAC OSX BASH PROFILE
<https://natelandau.com/my mac osx bash profile/
-
Jun 23, 2016
How to Make Mac OS X Runs Faster in VM
this beamoff seems working good: https://derflounder.wordpress.com/2014/12/13/improving yosemite vm performance in vmware fusion/
-
Jun 23, 2016
SCCM Application Catalog DPI Scaling Issues
I didn't know there is a simple fix for that: <http://www.cb net.co.uk/microsoft articles/34 configmgr/2092 configmgr application catalog dpi scaling issues
-
Jun 22, 2016
Casper Failover + Database Recovery Plan
Currently we are using 2 mac mini as our Casper servers, and we want to setup casper failover + database recovery plan. When the main Casper server failed(east), we want to quickly do the failover...