Month: September 2013

  • MAC error 6003F

    MAC error 6003F

      The problem is that you have no Partition created which have an OSX file system on it. to solve this problem, start over target disk mode and create a new Partition with the right Partition Layout (GUID) or start an external Partition Program to do this.

  • Automatically Load LaunchDaemon

    1. create a .plist path is /System/LaunchDamons example com.davedelong.location-updater.plist com.davedelong.location-updater.plist 2. load this plist launchctl load /System/LaunchDamons/com.davedelong.location-updater.plist

  • Automated Filevault encryption

    Building You can build the latest version of the application using the Xcode project files available from the GitHub repository. There’s also a already-built application available for download from the GitHub repo. Download: FileVault Setup Installation This application can be installed anywhere on the Mac, though the GitHub project page recommends either /Applications or /Applications/Utilities.

  • Wie Sie den 5 größten BYOD-Fallen ausweichen

    Bring your own device has always caused at least as much annoyance as joy, and most companies have not followed the trend out of conviction. Rather, the pressure from the employees and the unmistakable uncontrolled growth became so great at some point, that the motto could only be: If you can't resist it,…

  • export all Computers with small filter

    a short powershell script to export all Computers from a AD with description and a small filter Get-ADComputer -Filter{name -likeM*-1”} -SearchBasedc=domain,dc=de” -ResultSetSize $null -Prop description | Export-Csv Export.csv