<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Der Flounder</title>
	<atom:link href="http://derflounder.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://derflounder.wordpress.com</link>
	<description>Seldom updated, occasionally insightful.</description>
	<lastBuildDate>Wed, 01 Feb 2012 02:05:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='derflounder.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Der Flounder</title>
		<link>http://derflounder.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://derflounder.wordpress.com/osd.xml" title="Der Flounder" />
	<atom:link rel='hub' href='http://derflounder.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using ddrescue on a failing hard drive</title>
		<link>http://derflounder.wordpress.com/2012/01/31/using-ddrescue-on-a-failing-hard-drive/</link>
		<comments>http://derflounder.wordpress.com/2012/01/31/using-ddrescue-on-a-failing-hard-drive/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 22:13:57 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1514</guid>
		<description><![CDATA[While I was out at MacIT last week, our Casper server sent me a notification that the &#8220;Check for failing hard drive&#8221; smart group had a member. Since that&#8217;s a club that nobody wants to be a part of, I forwarded the notification to the team at home to let them know. They were able [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1514&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I was out at MacIT last week, our Casper server sent me a notification that the &#8220;Check for failing hard drive&#8221; smart group had a member. Since that&#8217;s a club that nobody wants to be a part of, I forwarded the notification to the team at home to let them know. They were able to copy the user&#8217;s home folder data off to the server and left the box itself and its failing drive for me to take a look at when I got home.</p>
<p>Once I took a look, the SMART status report of <b>Failing</b> and the weird noises from the drive made me certain that it was only a few steps short of the Choir Eternal. However, I still wanted to see if I could get the maximum amount of data off of it before its final demise. Time for <strong>ddrescue</strong>.</p>
<p><span id="more-1514"></span></p>
<p>
<h3><b>Installing ddrescue</b></h3>
<p></p>
<p>I had a bootable utility disk and a separate drive named <b>Backup</b> with enough storage to hold the complete contents of the failing drive. Now I just needed to install <b>ddrescue</b> on the utility drive. To do this, I installed MacPorts on the utility drive and then installed <b>ddrescue</b>.</p>
<p>1. Installed MacPorts from <a href="http://www.macports.org">http://www.macports.org</a></p>
<p>2. Following installation, ran the following command to get MacPorts up to date:</p>
<p><b>sudo port -v selfupdate</b></p>
<p>3. Next, ran the following command to install <strong>ddrescue</strong>:</p>
<p><b>sudo port install ddrescue</b></p>
<p>
<h3><b>Running ddrescue</b></h3>
<p></p>
<p>1. Get the information on the drive you want to recover from by running the following command:</p>
<p><b>diskutil list</b></p>
<p>For the purposes of this example, we&#8217;ll assume that the failing drive is <b>/dev/disk0s2</b></p>
<p>2. Use the following command to have <b>ddrescue</b> recover data using verbose mode to a disk image on the <b>Backup</b> drive:</p>
<p><b>sudo ddrescue -v /dev/disk0s2 /Volumes/Backup/failing_drive_backup.dmg failing_drive_backup.log</b></p>
<p>The <b>failing_drive_backup.log</b> part of the command will create a log file that ddrescue writes to. In the event that you need to stop <strong>ddrescue</strong> and start it again, <strong>ddrescue</strong> will read the log and use the information to pick up where it left off.</p>
<p>
<h3><b>Monitoring ddrescue</b></h3>
<p></p>
<p>Using the &#8220;<b>-v</b>&#8221; flag in ddrescue means that <strong>ddrescue</strong> will display its output in verbose mode. It should look similar like this:</p>
<p><code><br />
About to copy 9223 PBytes from /dev/disk0s2 to /Volumes/Backup/failing_drive_backup.dmg<br />
   Starting positions: infile = 0 B,  outfile = 0 B<br />
   Copy block size: 128 sectors<br />
Sector size: 512  bytes<br />
Max retries: 0<br />
Direct: no    Sparse: no    Split: yes    Truncate: no</p>
<p>Press Ctrl-C to interrupt<br />
Initial status (read from logfile)<br />
rescued:         0 B,  errsize:       0 B,  errors:       0<br />
Current status<br />
rescued:    69792 MB,  errsize:       0 B,  current rate:   18153 kB/s<br />
   ipos:    69792 MB,   errors:       0,    average rate:   18429 kB/s<br />
   opos:    69792 MB,     time from last successful read:       0 s<br />
Copying non-tried blocks...<br />
</code></p>
<p>You can also use <b>fs_usage</b> to monitor <strong>ddrescue</strong>&#8216;s read/write progress by using the following command:</p>
<p><b>sudo fs_usage | grep ddrescue</b></p>
<p><b><br /></b></p>
<p>
<h3><b>Recovery</b></h3>
</p>
<p>Once your data has been recovered to the disk image, hopefully you can double-click on it and have it mount. However, in the event it does not, you can try restoring from the disk image to another disk partition using the following steps.</p>
<p>1. Get the information on the drive you want to recover from by running the following command:</p>
<p><b>diskutil list</b></p>
<p>For the purposes of this example, we&#8217;ll assume that the drive we&#8217;re restoring to is <b>/dev/disk1s3</b></p>
<p>2. Use the following command to have <b>ddrescue</b> recover data using verbose mode from the <b>failing_drive_backup</b> disk image on the <b>Backup</b> drive to&nbsp;&nbsp;<b>/dev/disk1s3</b>:</p>
<p><b>sudo ddrescue -v /Volumes/Backup/failing_drive_backup.dmg</b> <b>/dev/disk1s3 recovery</b><b>_drive.log</b></p>
<p>Once on the disk partition, you should be able to run whatever repairs are needed to get the drive to mount and access your files.</p>
<p><b><br /></b></p>
<p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1514&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/31/using-ddrescue-on-a-failing-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenBSM auditing on Mac OS X</title>
		<link>http://derflounder.wordpress.com/2012/01/30/openbsm-auditing-on-mac-os-x/</link>
		<comments>http://derflounder.wordpress.com/2012/01/30/openbsm-auditing-on-mac-os-x/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:44:32 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[OpenBSM]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1509</guid>
		<description><![CDATA[Way back in 10.3.x, Apple submitted Mac OS X and Mac OS X Server to the National Information Assurance Partnership for Common Criteria certification. Common Criteria certification means that the the covered hardware and software has been tested and evaluated to make sure that it meets an established set of requirements for security and data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1509&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Way back in 10.3.x, Apple submitted Mac OS X and Mac OS X Server to the <a href="http://en.wikipedia.org/wiki/National_Information_Assurance_Partnership">National Information Assurance Partnership</a> for <a href="http://www.commoncriteriaportal.org/">Common Criteria</a> certification. Common Criteria certification means that the the covered hardware and software has been tested and evaluated to make sure that it meets an established set of requirements for security and data protection. 10.3.6 and 10.3.6 Server were tested and were found to meet <a href="http://en.wikipedia.org/wiki/Evaluation_Assurance_Level#EAL3:_Methodically_Tested_and_Checked">Evaluation Assurance Level 3 (EAL3)</a> for Common Criteria certification.</p>
<p>As part of that certification effort, a new piece of software appeared from Apple: the <a href="https://ssl.apple.com/support/security/commoncriteria/">Common Criteria Tools audit software</a>. This software was <a href="http://www.trustedbsd.org/openbsm.html">OpenBSM</a>, which is an open source implementation of Sun&#8217;s Basic Security Module (BSM) security audit API and file format. From 10.3.x &#8211; 10.5.x, this software needed to be installed and configured separately. As of 10.6.x and 10.7.x, it&#8217;s installed along with the OS. In fact, if you&#8217;re running 10.6.x and 10.7.x or their Server equivalents, it&#8217;s running now on your box unless you went in and turned it off. If you&#8217;re interested in learning more, see below the jump.</p>
<p><span id="more-1509"></span></p>
<p>The good news was that this software (potentially) records all events on your Mac or Mac server, which would be invaluable to a forensic examination of a compromised box.</p>
<p>The bad news was that the audit logs themselves weren&#8217;t sent to syslog, but instead were saved in BSM&#8217;s own binary file format. Also, the files themselves had a unique file name scheme, where the complete timestamp of the beginning time and the complete timestamp of the end time were used as the file name. Consequently, the filenames look like this:</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-30-at-3-02-31-pm.png?w=480&#038;h=140" width="480" height="140" alt="Screen Shot 2012-01-30 at 3.02.31 PM" /></p>
<p>The log currently in use is usually easy to identify, as it&#8217;s the one named something like <b>20120108210134.not_terminated</b>.</p>
<p style="font-size:16px;"><b>What&#8217;s being logged and to where?</b></p>
<p>What&#8217;s being logged depends on how <b>/etc/security/audit_control</b> is configured. On my 10.7.2 laptop, <b>/etc/security/audit_control</b> looks like this:</p>
<p><code><br />
#<br />
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#8 $<br />
#<br />
dir:/var/audit<br />
flags:lo,aa<br />
minfree:5<br />
naflags:lo,aa<br />
policy:cnt,argv<br />
filesz:2M<br />
expire-after:10M<br />
superuser-set-sflags-mask:has_authenticated,has_console_access<br />
superuser-clear-sflags-mask:has_authenticated,has_console_access<br />
member-set-sflags-mask:<br />
member-clear-sflags-mask:has_authenticated<br />
</code></p>
<p>The first value (<b>dir:</b>) specifies where the audit logs are being stored. By default, they&#8217;re stored in <b>/var/audit</b>.</p>
<p>The second value listed (<b>flags:</b>) is for audit flags. These tell the system how to record those events which are audited for all users on the machine (i.e. the events that can be tied back to a specific user.) The flags themselves are usually two letter combinations, which in turn represent system calls. Here&#8217;s a partial listing of them:</p>
<p><code><br />
no = no_class - Null value for turning off event preselection<br />
fr = file_read - Read of data, open for reading<br />
fw = file_write - Write of data, open for writing<br />
fa = file_attr_acc - Access of file attributes: stat, pathconf<br />
fm = file_attr_mod - Change of file attributes: chown, chmod, flock<br />
fc = file_creation - Creation of file<br />
fd = file_deletion - Deletion of file<br />
cl = file_close - File being closed after reading or writing<br />
pc = process - Process operations: fork, exec, exit<br />
nt = network - Network events: bind, connect, accept<br />
ip = ipc - System V IPC operations<br />
na = non_attrib - Nonattributable events<br />
ad = administrative - Administrative actions<br />
lo = login_logout - Login and logout events<br />
ap = application - Application-defined event<br />
io = ioctl - ioctl system call<br />
ex = exec - program execution<br />
to = other - Miscellaneous (your system shrugging its shoulders and saying "I saw it, but don't know what it is.")<br />
all = all - All flags set<br />
</code></p>
<p>To be honest, trying to fine tune the flags is hard so I recommend using the great catch-all of <b>flags: all</b>. That way, you know you&#8217;re getting everything.</p>
<p><b>Note:</b> If you&#8217;re using <b>flags: all</b>, be aware that this will cause your audit software to dump a large amount of data into the current audit log.</p>
<p>The third value listed (<b>minfree:</b>) defines the minimum free-space level on the disk for the audit software. This is a percentage value, so that the auditing software can be told to do something if free space on the boot drive drops below that amount. Once this minimum percentage is hit, the auditing function runs the <b>/etc/security/audit_warn</b> script. You should edit this script to perform whatever functions you deem necessary.</p>
<p>The fourth value listed (<b>naflags:</b>) is for nonattributable flags. These tell the system how to record those events which can&#8217;t be tied back to a specific user. Once again, I recommend using the great catch-all of <b>naflags: all</b> if you want to make sure you&#8217;re getting everything. Same warning as above, using <b>all</b> will cause the audit software to record a LOT of data to your audit logs.</p>
<p>The fifth value listed (<b>policy:</b>) is a bit of mystery to me. The <a href="http://www.FreeBSD.org/cgi/man.cgi?apropos=0&amp;sektion=5&amp;query=audit_control&amp;manpath=FreeBSD+7.0-current&amp;format=html">FreeBSD man pages</a> explain what they do, but a lot seems to not be implemented at this time.</p>
<p>The sixth value (<b>filesz:</b>) defines the maximum size that an individual audit log can grow to. Once that limit is hit, the audit process closes out the file and starts a new log file.</p>
<p>Values for the disk space used are numbers with the following suffixes:</p>
<p>B &#8211; Disk space used in Bytes.</p>
<p>K &#8211; Disk space used in Kilobytes.</p>
<p>M &#8211; Disk space used in Megabytes.</p>
<p>G &#8211; Disk space used in Gigabytes.</p>
<p>The seventh value (<b>expire-after:</b>) specifies when audit log files will expire and be removed. This may be after a time period has passed since the audit file was last written to, when the aggregate of all the audit files have reached a specified size or a combination of both. If no expire-after parameter is given then audit log files will not expire and be removed by the audit control system.</p>
<p>Values for the audit log file age are numbers with the following suffixes:</p>
<p>s &#8211; Log file age in seconds.</p>
<p>h &#8211; Log file age in hours.</p>
<p>d &#8211; Log file age in days.</p>
<p>y &#8211; Log file age in years.</p>
<p>Values for the disk space used are numbers with the following suffixes:</p>
<p>B &#8211; Disk space used in Bytes.</p>
<p>K &#8211; Disk space used in Kilobytes.</p>
<p>M &#8211; Disk space used in Megabytes.</p>
<p>G &#8211; Disk space used in Gigabytes.</p>
<p>The suffixes on the values are case sensitive. You can also use AND and OR values to determine when audit log files expire. In the case of AND, both values must be met before the audit file can be removed. In the case of OR, either condition may expire the log file.</p>
<p>For example:</p>
<p><b>expire-after: 60d AND 1G</b></p>
<p>Setting this value will expire files that are older than 60 days but only if 1 gigabyte of disk space total is being used by the audit logs. However, setting this value will expire files if the directory is over 1 GB in size or those files in the directory that are older than 60 days:</p>
<p><b>expire-after: 60d OR 1G</b></p>
<p>All the values below <strong>expire-after</strong> are a complete mystery to me and I don&#8217;t know what they do. If someone does know, please let me know in the comments.</p>
<p><span style="font-size:16px;"><b>Reading the audit logs</b></span></p>
<p>Reading the audit logs can be a bit of a challenge, as they&#8217;re stored in BSM&#8217;s binary file format. Fortunately, there is now an application named <a href="http://www.netsq.com/Tools/AuditExplorer/">Audit Explorer</a> available from <a href="http://itunes.apple.com/us/app/audit-explorer/id429353921?mt=12&amp;ls=1">the Mac App Store</a> that helps simplify this process a lot. NetSquared, the makers of Audit Explorer, have also <a href="http://www.netsq.com/Tools/AuditExplorer/Videos/">posted videos to show you sample audit trails</a> for particular events to help get you started with analyzing your audit files.<span style="font-size:16px;"><b><br /></b></span></p>
<p>As <b>/var/audit</b>&#8216;s permissions are set so that only root has access, you may need to copy out the files that you want to analyze to a location that your user account can access.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1509/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1509&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/30/openbsm-auditing-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-30-at-3-02-31-pm.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-30 at 3.02.31 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Modular OS Deployment session at MacIT 2012</title>
		<link>http://derflounder.wordpress.com/2012/01/28/modular-os-deployment-session-at-macit-2012/</link>
		<comments>http://derflounder.wordpress.com/2012/01/28/modular-os-deployment-session-at-macit-2012/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 21:07:27 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[MacIT Conference 2012]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1505</guid>
		<description><![CDATA[Thank you to all the folks who turned out early on a Saturday morning to hear Mike Boylan and myself give our modular OS deployment session. I was very surprised and gratified that it turned out to be a standing room-only session. For those who attended and want a reference copy, I&#8217;ve posted our slides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1505&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thank you to all the folks who turned out early on a Saturday morning to hear <a href="http://twitter.com/mboylan">Mike Boylan</a> and myself give our <a href="http://www.macitconf.com/saturday">modular OS deployment session</a>. I was very surprised and gratified that it turned out to be a standing room-only session.</p>
<p>For those who attended and want a reference copy, I&#8217;ve posted <a href="http://tinyurl.com/MacIT8103">our slides here in PDF format</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1505&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/28/modular-os-deployment-session-at-macit-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening Inaccessible Attachments in Outlook 2011</title>
		<link>http://derflounder.wordpress.com/2012/01/20/opening-inaccessible-attachments-in-outlook-2011/</link>
		<comments>http://derflounder.wordpress.com/2012/01/20/opening-inaccessible-attachments-in-outlook-2011/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:13:26 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Office 2011]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1500</guid>
		<description><![CDATA[One of my users ran into an unusual display issue in Outlook 2011, where emails with attachments will sometimes not be displayed in the reading window. These messages will show up with the paper clip icon that indicates that there&#8217;s an attachment (indicated by the red square in the picture below.) When opened, the message [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1500&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my users ran into an unusual display issue in <span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">Outlook 2011, where emails with attachments</span> <span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">will</span> <span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">sometimes not be displayed in the reading window.</span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">These messages will show up with the paper clip icon that indicates that there&#8217;s an attachment (indicated by the red square in the picture below.)</span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20_2-at-11-09-41-am.png?w=465&#038;h=134" width="465" height="134" alt="Screen shot 2012-01-20_2 at 11.09.41 AM" /></span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">When opened, the message will not show the attachment line</span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">(<b>Note:</b> the recipients have been redacted from the screenshot below.)</span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-33-am.png?w=473&#038;h=480" width="473" height="480" alt="Screen shot 2012-01-20 at 11.10.33 AM" /></span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">I have not found a fix for this issue, but I&#8217;ve found a workaround that allows access to the attachment. See below the jump for the procedure</span></p>
<p><span id="more-1500"></span></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><span style="font-size:13px;line-height:17px;"><br /></span></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><span style="font-size:13px;line-height:17px;">1. Select the message where the attachment is not showing up.</span></font></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;"><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-09-41-am.png?w=465&#038;h=134" width="465" height="134" alt="Screen shot 2012-01-20 at 11.09.41 AM" /></span></span></p>
<p>2. Go to the <b>Message</b> menu and select <b>Edit Message</b>.</p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><span style="font-size:13px;line-height:17px;"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-05-am.png?w=206&#038;h=385" width="206" height="385" alt="Screen shot 2012-01-20 at 11.10.05 AM" /></span></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><span style="font-size:13px;line-height:17px;">3. A new window will open up, with the attachment showing in the attachment line.</span></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><span style="font-size:13px;line-height:17px;"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-13-am.png?w=429&#038;h=480" width="429" height="480" alt="Screen shot 2012-01-20 at 11.10.13 AM" /></span></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1500&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/20/opening-inaccessible-attachments-in-outlook-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20_2-at-11-09-41-am.png" medium="image">
			<media:title type="html">Screen shot 2012-01-20_2 at 11.09.41 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-33-am.png" medium="image">
			<media:title type="html">Screen shot 2012-01-20 at 11.10.33 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-09-41-am.png" medium="image">
			<media:title type="html">Screen shot 2012-01-20 at 11.09.41 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-05-am.png" medium="image">
			<media:title type="html">Screen shot 2012-01-20 at 11.10.05 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-20-at-11-10-13-am.png" medium="image">
			<media:title type="html">Screen shot 2012-01-20 at 11.10.13 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Attaching Files to Meeting Invitations in Outlook 2011</title>
		<link>http://derflounder.wordpress.com/2012/01/12/attaching-files-to-meeting-invitations-in-outlook-2011/</link>
		<comments>http://derflounder.wordpress.com/2012/01/12/attaching-files-to-meeting-invitations-in-outlook-2011/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 17:51:23 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Office 2011]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1492</guid>
		<description><![CDATA[I was asked by one of our users today how to attach files to a meeting invitation in Outlook 2011. After some research, here&#8217;s how you do it: 1. Set up a new meeting invitation in Outlook 2011. 2. Once the meeting invite opens up, drag your file you want to attach into the blank [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1492&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was asked by one of our users today how to attach files to a meeting invitation in Outlook 2011. After some research, here&#8217;s how you do it:</p>
<p>1. Set up a new meeting invitation in Outlook 2011.</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/tumblr_ltarm0hgvl1qapokl.png?w=227&#038;h=437" width="227" height="437" alt="tumblr_ltarm0HgVl1qapokl" /></p>
<p>2. <span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">Once the meeting invite opens up, drag your file you want to attach into the blank gray area to the right of <b>Duration</b>.</span></p>
<p><span style="font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:13px;line-height:17px;">Your attachment will then appear in a newly-appearing attachment line below the start and end time for the meeting.</span></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-12-at-12-35-30-pm.png?w=480&#038;h=296" width="480" height="296" alt="Screen shot 2012-01-12 at 12.35.30 PM" /></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br /></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif">Interestingly enough, you can&#8217;t add files to Outlook 2011 appointments. If you need to add a file attachment to an appointment, click the <b>Invite</b> button in your <b>Appointment</b> window.</font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br />
<img src="http://derflounder.files.wordpress.com/2012/01/tumblr_ltas2b4byb1qapokl.png?w=220&#038;h=116" width="220" height="116" alt="tumblr_ltas2b4byB1qapokl" /></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br /></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif">The appointment will then turn into a meeting invite and allow you to attach files. Invite your own email address and hit the <b>Send</b> button to add the event to your calendar.</font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br /></font></p>
<p><font face="Arial, Helvetica, FreeSans, sans-serif"><br /></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1492/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1492&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/12/attaching-files-to-meeting-invitations-in-outlook-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/tumblr_ltarm0hgvl1qapokl.png" medium="image">
			<media:title type="html">tumblr_ltarm0HgVl1qapokl</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-12-at-12-35-30-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-01-12 at 12.35.30 PM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/tumblr_ltas2b4byb1qapokl.png" medium="image">
			<media:title type="html">tumblr_ltas2b4byB1qapokl</media:title>
		</media:content>
	</item>
		<item>
		<title>Encrypting 10.7 non-boot volumes without erasing them</title>
		<link>http://derflounder.wordpress.com/2012/01/06/encrypting-10-7-non-boot-volumes-without-erasing-them/</link>
		<comments>http://derflounder.wordpress.com/2012/01/06/encrypting-10-7-non-boot-volumes-without-erasing-them/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:03:31 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[FileVault 2]]></category>
		<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1482</guid>
		<description><![CDATA[In addition to using FileVault 2 to encrypt your boot partition, it&#8217;s possible to encrypt your non-boot storage on 10.7 using the same CoreStorage-based encryption. Apple provided a way to do this via Disk Utility, where you would need to erase the drive and have the new volume be set up as an encrypted volume. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1482&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In addition to using FileVault 2 to encrypt your boot partition, it&#8217;s possible to encrypt your non-boot storage on 10.7 using the same <a href="http://blog.fosketts.net/2011/08/04/mac-osx-lion-corestorage-volume-manager/">CoreStorage-based</a> encryption. <a href="http://www.informationweek.com/byte/howto/personal-tech/desktop-apps/231001027">Apple provided a way to do this via Disk Utility</a>, where you would need to erase the drive and have the new volume be set up as an encrypted volume.</p>
<p>It is also possible to encrypt the drive without erasing it first from the command line. This allows your existing data to stay on your drive while the drive is being encrypted. See below the jump for the procedure.</p>
<p><span id="more-1482"></span></p>
<p>To encrypt a drive, run the following command:</p>
<p><b>diskutil cs convert /Volumes/your_drive_name_here -passphrase</b></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-14-13-am.png?w=480&#038;h=165" width="480" height="165" alt="Screen Shot 2012-01-06 at 9.14.13 AM" /></p>
<p>Note: You can use <b>diskutil corestorage</b> in place of <b>diskutil cs</b></p>
<p>You&#8217;ll then be prompted for the passphrase you want to set and get output similar to what&#8217;s shown below:</p>
<p><code><br />
computer name:~ username$ diskutil cs convert /Volumes/your_drive_name_here -passphrase<br />
New passphrase for converted volume:<br />
Confirm new passphrase:<br />
Started CoreStorage operation on disk2s1 your_drive_name_here<br />
Resizing disk to fit Core Storage headers<br />
[ - 0%..10%.............................................. ]<br />
Creating Core Storage Logical Volume Group<br />
Attempting to unmount disk2s1<br />
Switching disk2s1 to Core Storage<br />
Waiting for Logical Volume to appear<br />
Mounting Logical Volume<br />
Core Storage LVG UUID: D1EAB2C3-EC21-41DA-AD60-75E1302E247B<br />
Core Storage PV UUID: 991C89E9-A628-408C-AAFF-39A561FCB95C<br />
Core Storage LV UUID: 36483526-6C2C-43FA-A4B7-6F503473F1C2<br />
Core Storage disk: disk3<br />
Finished CoreStorage operation on disk2s1 your_drive_name_here<br />
Encryption in progress; use `diskutil coreStorage list` for status<br />
</code></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-15-08-am.png?w=480&#038;h=282" width="480" height="282" alt="Screen Shot 2012-01-06 at 9.15.08 AM" /></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-16-21-am.png?w=480&#038;h=304" width="480" height="304" alt="Screen Shot 2012-01-06 at 9.16.21 AM" /></p>
<p>You&#8217;ll want to leave the Mac up and running while the drive is encrypting, as the encryption process will fail if interrupted. To check on its progress, run the following command:</p>
<p><b>diskutil corestorage list</b></p>
<p>Check the list displayed for the name of the drive you&#8217;re encrypting. When you find it, look for <strong>Size (Converted):</strong>, as that will tell you how far along the encryption is.</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-16-54-am.png?w=477&#038;h=480" width="477" height="480" alt="Screen Shot 2012-01-06 at 9.16.54 AM" /></p>
<p>Once the encryption is finished, it should report <b>Conversion Status: Complete</b></p>
<p>In order to kick off the encryption process, the drive needs to unmount and remount. If the drive does not unmount, you may see output like this appear:</p>
<p><code><br />
Started CoreStorage operation on disk2s2 your_drive_name_here<br />
Resizing disk to fit Core Storage headers<br />
Creating Core Storage Logical Volume Group<br />
Attempting to unmount disk2s2<br />
Switching disk2s2 to Core Storage<br />
Couldn't unmount disk2s2; converted volume won't appear until it's unmounted<br />
Core Storage LVG UUID: E8855450-E9B1-4DC7-84E3-27FE682A7FAB<br />
Core Storage PV UUID: 74610185-5485-44B0-B76A-B5C5E1616D6E<br />
Core Storage LV UUID: 3704705E-9645-4628-ABB7-A0E6999697C6<br />
Finished CoreStorage operation on disk2s2 iLoad4<br />
Encryption in progress; use `diskutil coreStorage list` for status<br />
</code></p>
<p>If the drive does not unmount, unmount it and unplug it (to make sure the Mac isn&#8217;t seeing it anymore), then replug it in. At that point, you should be prompted for the password you had set and the encryption process should begin.</p>
<p>If you check on its progress and encryption still has not begun, try unmounting, unplugging and replugging again. At that point, it should kick off.</p>
<p>To decrypt a drive from the command line, you would run the following command:</p>
<p><b>diskutil cs revert /Volumes/your_drive_name_here -passphrase</b></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-19-06-am.png?w=480&#038;h=169" width="480" height="169" alt="Screen Shot 2012-01-06 at 9.19.06 AM" /></p>
<p>You&#8217;ll be prompted for authentication before it will decrypt, so enter the password you had set when encrypting.</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-27-15-am.png?w=480&#038;h=191" width="480" height="191" alt="Screen Shot 2012-01-06 at 9.27.15 AM" /></p>
<p>Once entered, the drive will begin to decrypt.</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-27-39-am.png?w=480&#038;h=200" width="480" height="200" alt="Screen Shot 2012-01-06 at 9.27.39 AM" /></p>
<p>To check on its progress, run the following command:</p>
<p><b>diskutil corestorage list</b></p>
<p>Check the list displayed for the name of the drive you&#8217;re decrypting. When you find it, look for <b>Size (Converted):</b>, as that will tell you how far along the decryption is. Also, when decrypting, the conversion direction should be reported as <b>Conversion Direction: backward</b></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-29-36-am.png?w=418&#038;h=480" width="418" height="480" alt="Screen Shot 2012-01-06 at 9.29.36 AM" /> <img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-29-53-am.png?w=418&#038;h=480" width="418" height="480" alt="Screen Shot 2012-01-06 at 9.29.53 AM" /></p>
<p>You can also decrypt your encrypted drive using Disk Utility. To decrypt a drive from Disk Utility, use the following procedure:</p>
<p>1. Open Disk Utility.</p>
<p>2. Select your locked hard drive.</p>
<p>3. Under the File menu, select <b>Turn Off Encryption…</b></p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-42-35-am.png?w=257&#038;h=337" width="257" height="337" alt="Screen Shot 2012-01-06 at 9.42.35 AM" /></p>
<p>4. When prompted for a password, enter the password you had set when encrypting.</p>
<p>
<img src="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-42-45-am.png?w=480&#038;h=408" width="480" height="408" alt="Screen Shot 2012-01-06 at 9.42.45 AM" /></p>
<p>You may need to unplug the drive and replug it in before it begins decryption. When it&#8217;s replugged in, the drive should mount normally without requiring your encryption password. At this time, Disk Utility will not show you the decryption progress, so to check on its progress, you&#8217;ll need to open Terminal and run the following command:</p>
<p><b>diskutil corestorage list</b></p>
<p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1482/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1482&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/06/encrypting-10-7-non-boot-volumes-without-erasing-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-14-13-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.14.13 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-15-08-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.15.08 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-16-21-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.16.21 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-16-54-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.16.54 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-19-06-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.19.06 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-27-15-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.27.15 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-27-39-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.27.39 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-29-36-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.29.36 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-29-53-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.29.53 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-42-35-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.42.35 AM</media:title>
		</media:content>

		<media:content url="http://derflounder.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-9-42-45-am.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-06 at 9.42.45 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Hidden users with hidden home folders not migrated when upgrading to 10.7</title>
		<link>http://derflounder.wordpress.com/2012/01/04/hidden-users-with-hidden-home-folders-not-migrated-when-upgrading-to-10-7/</link>
		<comments>http://derflounder.wordpress.com/2012/01/04/hidden-users-with-hidden-home-folders-not-migrated-when-upgrading-to-10-7/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 15:14:12 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1464</guid>
		<description><![CDATA[In a number of Mac environments, it&#8217;s advantageous for Mac admins to hide the IT administrator account so that it can&#8217;t be deleted or altered by other users on those Macs. In other cases, like Jamf&#8217;s Casper, the system management tool needs an account in order to do its work. In both cases, hiding the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1464&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a number of Mac environments, it&#8217;s advantageous for Mac admins to hide the IT administrator account so that it can&#8217;t be deleted or altered by other users on those Macs. In other cases, like Jamf&#8217;s Casper, the system management tool needs an account in order to do its work. In both cases, hiding the affected account and its associated home folder is a good strategy to keep unwanted attention from noticing the account.</p>
<p>One way you can hide the account is to <a href="http://www.hcsonline.com/support/white-papers/137-how-to-create-a-hidden-user-account">create it using a UID that&#8217;s lower than 500</a>. Apple uses UIDs of 501 and higher for its accounts. UIDs of 500 and lower are assumed to be system-only accounts and should not show up at either the login window or in the <b>Accounts</b> or <b>Users &amp; Groups</b> listing in System Preferences.</p>
<p>The downside to this is that these hidden accounts may not be migrated when upgrading your Mac to a new OS, which may leave you without your usual administrator account following the upgrade. I first noticed this with 10.7.x, but I&#8217;ve heard that it also affects hidden accounts when migrating from 10.5.x to 10.6.x.</p>
<p>How can you tell if your hidden account will be migrated? Here&#8217;s what works and doesn&#8217;t as of Mac OS X 10.7.x:</p>
<p><b><i>Note:</i></b> In the description below, <b>Visible</b> refers to a user account that shows up and is editable in the <b>Accounts</b> or <b>Users &amp; Groups</b> listing in System Preferences. <b>Hidden</b> refers to an account with a UID that&#8217;s lower than 500.</p>
<p><b><u><br /></u></b></p>
<p><b><u>Successfully migrates</u></b>:</p>
<p>Visible user account, where the home folder is stored in <b>/Users</b></p>
<p>Hidden user account, where the home folder is stored in <b>/Users</b></p>
<p>Visible user account, where the home folder is stored somewhere other than <b>/Users</b></p>
<p><b><u>Does not successfully migrate</u></b>:</p>
<p>Hidden user account, where the home folder is stored somewhere other than <b>/Users</b></p>
<p><b><br /></b></p>
<p>If you have a hidden user account with a home folder stored outside of <b>/Users</b>, there&#8217;s a couple of solutions that you may be able to leverage as part of the upgrade process to get those hidden admin accounts back.</p>
<p>1. If you&#8217;re upgrading to 10.7.x, use <a href="http://code.google.com/p/instadmg/source/browse/trunk/AddOns/createUser/">CreateLionUser</a> to build installer packages that recreate your hidden user accounts following the upgrade. These installer packages should be incorporated into your upgrade workflow and set to run after the main 10.7 upgrade process has finished.</p>
<p>2. If the hidden user is needed by your system management tool, check to see if the needed user is created by the agent installer. If it is, then re-running the agent installer should put back the needed hidden user account.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1464/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1464&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2012/01/04/hidden-users-with-hidden-home-folders-not-migrated-when-upgrading-to-10-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 in review</title>
		<link>http://derflounder.wordpress.com/2011/12/31/2011-in-review/</link>
		<comments>http://derflounder.wordpress.com/2011/12/31/2011-in-review/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 23:38:23 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://derflounder.wordpress.com/?p=1460</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for Der Flounder. Here&#8217;s an excerpt: The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 50,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 19 sold-out performances for that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1460&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2011 annual report for Der Flounder.</p>
<div style="background:url('/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg') no-repeat center center;height:300px;"></div>
<p>Here&#8217;s an excerpt:</p>
</p>
<blockquote><p>The concert hall at the Syndey Opera House holds 2,700 people.  This blog was viewed about <strong>50,000</strong> times in 2011.  If it were a concert at Sydney Opera House, it would take about 19 sold-out performances for that many people to see it.</p></blockquote>
<p><a href="/2011/annual-report/">Click here to see the complete report.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1460&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2011/12/31/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
		<item>
		<title>Clearing the font cache to fix an Outlook 2011 hanging problem</title>
		<link>http://derflounder.wordpress.com/2011/12/28/clearing-the-font-cache-to-fix-an-outlook-2011-hanging-problem/</link>
		<comments>http://derflounder.wordpress.com/2011/12/28/clearing-the-font-cache-to-fix-an-outlook-2011-hanging-problem/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 21:20:43 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Mac administration]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Office 2011]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1457</guid>
		<description><![CDATA[I had an issue today where Outlook 2011 was giving the spinning beachball right after opening. When I looked at the process list in Activity Monitor, I saw that the Microsoft Database Daemon process was using over 50% of CPU and sometimes going as high as 80% while the beachball was spinning. I also noticed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1457&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had an issue today where Outlook 2011 was giving the spinning beachball right after opening. When I looked at the process list in Activity Monitor, I saw that the <b>Microsoft Database Daemon</b> process was using over 50% of CPU and sometimes going as high as 80% while the beachball was spinning. I also noticed that the <b>fontd</b> process was occasionally popping up to the top of the list of active processes, then going back to normal processor usage. After fifteen minutes, the spinning beachball went away and Outlook started behaving normally.</p>
<p><span>Since the <b>fontd</b> process had caught my attention, I decided to go with a sudden hunch and cleared the font cache system-wide. After that, I logged out of the user&#8217;s account and had them log back in. This time, Outlook opened right away. No beachball and no heavy</span> <b>Microsoft Database Daemon</b> <span>CPU usage. Based on that, Outlook was having some issues with something buried in the font cache and forcing a rebuild fixed the issue. In case someone else has a similar issue, here&#8217;s the commands I ran:<br /></span></p>
<p><b>sudo atsutil databases -remove</b></p>
<p>(removes all user and system font caches)</p>
<p><b>sudo atsutil server -shutdown</b></p>
<p>(stops the Apple Type Services service that manages the font caches)</p>
<p><b>sudo atsutil server -ping</b></p>
<p>(restarts the Apple Type Services service)</p>
<p>I&#8217;ve also posted a script for automating the font clearing and ATS stop/restart on my GitHub repo. <a href="https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/reset_all_font_caches">It&#8217;s available here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1457&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2011/12/28/clearing-the-font-cache-to-fix-an-outlook-2011-hanging-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking which accounts on a Mac have administrator rights</title>
		<link>http://derflounder.wordpress.com/2011/12/22/checking-which-accounts-on-a-mac-have-administrator-rights/</link>
		<comments>http://derflounder.wordpress.com/2011/12/22/checking-which-accounts-on-a-mac-have-administrator-rights/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 21:10:36 +0000</pubDate>
		<dc:creator>rtrouton</dc:creator>
				<category><![CDATA[Absolute Manage]]></category>
		<category><![CDATA[Bash scripting]]></category>
		<category><![CDATA[Casper]]></category>
		<category><![CDATA[Mac administration]]></category>

		<guid isPermaLink="false">https://derflounder.wordpress.com/?p=1453</guid>
		<description><![CDATA[Something a number of Mac admins need to know about the Macs in their environment is being able to detect which accounts have admin rights on a particular Mac. This can be particularly important not just in secured networks, but also in schools. Savvy users can be inventive about finding ways to grant themselves admin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1453&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Something a number of Mac admins need to know about the Macs in their environment is being able to detect which accounts have admin rights on a particular Mac. This can be particularly important not just in secured networks, but also in schools. Savvy users can be inventive about finding ways to grant themselves admin rights, so admins need to be just as savvy about identifying which accounts have admin rights and shouldn&#8217;t.</p>
<p>To help with the task of identifying which accounts have admin rights, I found that <a href="http://list.jamfsoftware.com/mailman/htdig/casper/2011-November/016574.html">Ryan Manly had posted a script-based Extension Attribute for use with Casper</a> to detect which accounts had admin rights on a particular Mac. For those who need it, I&#8217;ve posted the <a href="https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/Casper_Extension_Attributes/check_for_admin_accounts">Extension Attribute</a> to my own GitHub repo as well as modifying it for use as an Absolute Manage <a href="https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/Absolute_Manage_Custom_Info_Items/check_for_admin_accounts">Custom Information Item</a> or as a <a href="https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/check_for_admin_accounts">generic standalone script</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derflounder.wordpress.com/1453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derflounder.wordpress.com/1453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derflounder.wordpress.com/1453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derflounder.wordpress.com&amp;blog=4732336&amp;post=1453&amp;subd=derflounder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derflounder.wordpress.com/2011/12/22/checking-which-accounts-on-a-mac-have-administrator-rights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d761c113e848d54135aa1cf9cda68bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtrouton</media:title>
		</media:content>
	</item>
	</channel>
</rss>
