How to bind a Lion Server to an AD and make use of the new Profile Manager functions on Lion Clients with AD accounts.
Category Archives: Apple
All Apple OSX Related Posts
Group Management with dseditgroup
Found this command when i was digging around on how to add groups in OSX through the CLI in Lion. Thought it might help someone who might need it.
$ man dseditgroup
for more info.
How to create a Login window banner in OS X Lion
This is so interesting….
Quick way to create an image from a device or folder
Here is a quick way to create a Disk Image from a device.
$ hdiutil create -srcdevice [source device] [target name]
Alternatively, you can create an Image from a folder pretty much the same way using
$hdiutil create -srcfolder [source folder] [target name]