WSUS Installation Error – Cannot find the file specified
We have some issues with our WSUS, so I uninstalled it under “Add roles and features” in Server Manager, but it always failed with post installation … Read more
We have some issues with our WSUS, so I uninstalled it under “Add roles and features” in Server Manager, but it always failed with post installation … Read more
Here is a powershell command for creating a SCCM deployment Start-CMApplicationDeployment -CollectionName “Collection Name” -Name “Softwarename” -DeployAction Install -DeployPurpose Available -UserNotification DisplayAll -AvaliableDate (Get-Date) … Read more
I have a Mac Mini running 3 Mac VMs as testing machines, but at the same time, only one mac can enroll in Casper. After … Read more
open /Applications/Utilities/Keychain\ Access.app/Contents/Resources/Keychain.menu
Originally I added an application to the dock, and it didn’t work. So I changed the location a few times, it still didn’t work. – … Read more
here is an excellent article to do that: https://macmule.com/2014/05/04/submit-user-information-from-ad-into-the-jss-at-login-v2/ here is the script : #!/bin/sh #################################################################################################### # # More information: http://macmule.com/2014/05/04/submit-user-information-from-ad-into-the-jss-at-login-v2/ # # GitRepo: … Read more
Had one machine just cannot get SCCM agent installed, so when I checked the logs, it said : MSI: Setup was unable to compile the … Read more
Here is the steps I got from JAMF Nation: https://jamfnation.jamfsoftware.com/discussion.html?id=13946 I use Composer only because the resulting PKG installs faster, then creating a single … Read more
Here is a very useful script for auto timezone update ( will enable location service) and time update from JAMF Nation: https://jamfnation.jamfsoftware.com/discussion.html?id=13723 #!/bin/sh #Use “/usr/sbin/systemsetup … Read more
With SCCM 2012, I love the Remote Control function, so much better than RDP! and it comes with SCCM console. For those don’t have SCCM … Read more