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 … Read more
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 … Read more
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 … Read more
here is a good article on how to upgrade SCCM server: Step-by-Step SCCM 2012 R2 SP1 CU3 Installation Guide https://support.microsoft.com/en-us/kb/3135680
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/ http://larslohmann.blogspot.com/2014/10/email-option-missing-from-sccm-2012-r2.html?_sm_au_=iVVWLWSK44WrKKp5
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 … Read more
https://natelandau.com/my-mac-osx-bash_profile/
this beamoff seems working good: Improving Yosemite VM performance in VMware Fusion
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
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 … Read more
It is an interesting experience to write SQL query about SCCM Application Catalog Usage Report, as we need to use a function query: (fn_ListLatestApplicationCIs(1033) from this … Read more